Searched refs:SC_SEC (Results 1 - 12 of 12) sorted by relevance

/gem5/src/systemc/core/
H A Dtime.cc43 [::sc_core::SC_SEC] = "s"
52 [::sc_core::SC_SEC] = "SC_SEC"
61 [::sc_core::SC_SEC] = 1.0
70 [::sc_core::SC_SEC] = 1ULL
H A Dsc_time.cc82 for (tu = SC_FS; tu <= SC_SEC; tu = (sc_time_unit)(tu + 1)) {
89 if (tu > SC_SEC) {
100 set(this, d * scaler, SC_SEC);
106 set(this, static_cast<double>(v) * scaler, SC_SEC);
225 set(&t, d, SC_SEC);
394 return sc_time(defaultUnit, SC_SEC);
398 _value(), _unit(SC_SEC), _set(true)
426 while (_unit < SC_SEC && (_value % 1000) == 0) {
H A Dsc_time_python.cc76 .value("SC_SEC", sc_core::SC_SEC)
H A Dsc_main.cc132 static sc_time tstamp(1.0, SC_SEC);
/gem5/src/systemc/ext/core/
H A Dsc_time.hh48 SC_SEC enumerator in enum:sc_core::sc_time_unit
119 sc_time_tuple() : _value(), _unit(SC_SEC), _set(false) {}
H A D_using.hh153 using sc_core::SC_SEC;
/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp81 check_time( sc_time( 100, SC_SEC), SC_SEC, "100 s" );
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace_file_base.cpp211 case SC_SEC: break;
227 ss << sc_time( timescale_unit, SC_SEC )
H A Dsc_vcd_trace.cpp1727 { sc_time(1, SC_SEC).to_seconds(), "1 sec" },
1728 { sc_time(10, SC_SEC).to_seconds(), "10 sec" },
1729 { sc_time(100, SC_SEC).to_seconds(),"100 sec" }
1958 , sc_time( timescale_unit, SC_SEC )
/gem5/src/systemc/utils/
H A Dtracefile.cc64 for (tu = ::sc_core::SC_SEC; tu > ::sc_core::SC_FS;
/gem5/src/systemc/tests/systemc/kernel/sc_time/test01/
H A Dtest01.cpp83 sc_time t2a( 0, SC_SEC );
134 sc_time t3a( 0, SC_SEC );
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_time.h65 SC_SEC enumerator in enum:sc_core::sc_time_unit

Completed in 22 milliseconds