Searched refs:SC_E (Results 1 - 11 of 11) sorted by relevance

/gem5/src/systemc/tests/systemc/datatypes/fx/ranges/
H A Drange_fx.cpp69 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
85 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
90 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
105 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
110 out << i << " " << d.to_double() << " " << x.to_double() << " " << x.to_string(SC_BIN, SC_E) << "\n"; \
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dsc_fxval.cpp70 return std::string( m_rep->to_string( SC_DEC, -1, SC_E ) );
76 return std::string( m_rep->to_string( numrep, -1, SC_E ) );
82 return std::string( m_rep->to_string( numrep, (w_prefix ? 1 : 0), SC_E ) );
107 return std::string( m_rep->to_string( SC_DEC, -1, SC_E ) );
113 return std::string( m_rep->to_string( SC_BIN, -1, SC_E ) );
119 return std::string( m_rep->to_string( SC_OCT, -1, SC_E ) );
125 return std::string( m_rep->to_string( SC_HEX, -1, SC_E ) );
512 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, SC_E ) );
518 return std::string( sc_dt::to_string( m_val, numrep, -1, SC_E ) );
525 SC_E ) );
[all...]
H A Dsc_fxdefs.cpp165 case SC_E:
166 return std::string( "SC_E" );
H A Dsc_fxdefs.h174 SC_E // scientific enumerator in enum:sc_dt::sc_fmt
H A Dscfx_rep.cpp2772 os << to_string( SC_DEC, -1, SC_E );
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc70 return std::string(m_rep->to_string(SC_DEC, -1, SC_E));
76 return std::string(m_rep->to_string(numrep, -1, SC_E));
82 return std::string(m_rep->to_string(numrep, (w_prefix ? 1 : 0), SC_E));
107 return std::string(m_rep->to_string(SC_DEC, -1, SC_E));
113 return std::string(m_rep->to_string(SC_BIN, -1, SC_E));
119 return std::string(m_rep->to_string(SC_OCT, -1, SC_E));
125 return std::string(m_rep->to_string(SC_HEX, -1, SC_E));
474 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, SC_E));
480 return std::string(sc_dt::to_string(m_val, numrep, -1, SC_E));
487 SC_E));
[all...]
H A Dsc_fxdefs.cc159 case SC_E:
160 return std::string("SC_E");
H A Dscfx_rep.cc2517 os << to_string(SC_DEC, -1, SC_E);
/gem5/src/systemc/ext/dt/fx/
H A D_using.hh71 using sc_dt::SC_E;
H A Dsc_fxdefs.hh167 SC_E // scientific enumerator in enum:sc_dt::sc_fmt
/gem5/ext/systemc/src/
H A Dsystemc.h298 using sc_dt::SC_E;

Completed in 26 milliseconds