Searched refs:unit_symbol (Results 1 - 3 of 3) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_time/test19/
H A Dtest19.cpp41 std::cout << ", t.unit=" << tp.unit_symbol()
54 u = sc_time( tp.to_double(), tp.unit_symbol() );
/gem5/src/systemc/ext/core/
H A Dsc_time.hh127 const char *unit_symbol() const;
/gem5/src/systemc/core/
H A Dsc_time.cc441 sc_time_tuple::unit_symbol() const function in class:sc_core::sc_time_tuple
452 ss << _value << ' ' << unit_symbol();

Completed in 6 milliseconds