Searched refs:SC_DEC (Results 1 - 25 of 32) sorted by relevance

12

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbdefs.cpp83 const small_type NB_DEFAULT_BASE = SC_DEC;
H A Dsc_nbdefs.h98 SC_DEC = 10, enumerator in enum:sc_dt::sc_numrep
H A Dsc_nbutils.h96 if ( flags & ::std::ios::dec ) return SC_DEC;
111 return SC_DEC;
136 case SC_OCT: case SC_DEC:
H A Dsc_int_base.h418 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
425 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
858 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
865 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
H A Dsc_uint_base.h402 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
409 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
837 const std::string to_string( sc_numrep numrep = SC_DEC ) const;
844 { os << to_string(sc_io_base(os,SC_DEC),sc_io_show_base(os)); }
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbdefs.hh86 SC_DEC = 10, enumerator in enum:sc_dt::sc_numrep
202 static const small_type NB_DEFAULT_BASE = SC_DEC;
H A D_using.hh39 using sc_dt::SC_DEC;
H A Dsc_int_base.hh364 const std::string to_string(sc_numrep numrep=SC_DEC) const;
371 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
923 const std::string to_string(sc_numrep numrep=SC_DEC) const;
931 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
H A Dsc_uint_base.hh345 const std::string to_string(sc_numrep numrep=SC_DEC) const;
352 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
847 const std::string to_string(sc_numrep numrep=SC_DEC) const;
854 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
H A Dsc_nbutils.hh96 if (flags & ::std::ios::dec) return SC_DEC;
H A Dsc_signed.hh863 const std::string to_string(sc_numrep numrep=SC_DEC) const;
890 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
1206 const std::string to_string(sc_numrep numrep=SC_DEC) const;
1214 os << to_string(sc_io_base(os, SC_DEC), sc_io_show_base(os));
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h190 return SC_DEC;
206 return SC_DEC;
283 case SC_DEC:
379 case SC_DEC:
454 case SC_DEC:
H A Dsc_fxval.cpp70 return std::string( m_rep->to_string( SC_DEC, -1, SC_E ) );
88 return std::string( m_rep->to_string( SC_DEC, -1, fmt ) );
107 return std::string( m_rep->to_string( SC_DEC, -1, SC_E ) );
199 scfx_print_prefix( s, SC_DEC );
498 else if( numrep == SC_DEC )
512 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, SC_E ) );
531 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, fmt ) );
551 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, SC_E ) );
578 os << sc_dt::to_string( m_val, SC_DEC, -1, SC_E );
689 case SC_DEC
[all...]
H A Dsc_fxnum.cpp265 return std::string( m_rep->to_string( SC_DEC, -1, SC_F, &m_params ) );
284 return std::string( m_rep->to_string( SC_DEC, -1, fmt, &m_params ) );
304 return std::string( m_rep->to_string( SC_DEC, -1, SC_F, &m_params ) );
331 os << m_rep->to_string( SC_DEC, -1, SC_F, &m_params );
675 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, SC_F, &m_params ) );
694 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, fmt, &m_params ) );
714 return std::string( sc_dt::to_string( m_val, SC_DEC, -1, SC_F, &m_params ) );
741 os << sc_dt::to_string( m_val, SC_DEC, -1, SC_F, &m_params );
H A Dscfx_rep.cpp446 case SC_DEC:
552 SCFX_FAIL_IF_( ! scfx_is_digit( *e, SC_DEC ) );
919 scfx_print_prefix( s, SC_DEC );
1234 else if( numrep == SC_DEC || numrep == SC_NOBASE )
2772 os << to_string( SC_DEC, -1, SC_E );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh186 return SC_DEC;
203 return SC_DEC;
268 case SC_DEC:
357 case SC_DEC:
422 case SC_DEC:
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc70 return std::string(m_rep->to_string(SC_DEC, -1, SC_E));
88 return std::string(m_rep->to_string(SC_DEC, -1, fmt));
107 return std::string(m_rep->to_string(SC_DEC, -1, SC_E));
191 scfx_print_prefix(s, SC_DEC);
460 } else if (numrep == SC_DEC) {
474 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, SC_E));
493 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, fmt));
512 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, SC_E));
539 os << sc_dt::to_string(m_val, SC_DEC, -1, SC_E);
644 case SC_DEC
[all...]
H A Dsc_fxnum.cc230 return std::string(m_rep->to_string(SC_DEC, -1, SC_F, &m_params));
249 return std::string(m_rep->to_string(SC_DEC, -1, fmt, &m_params));
269 return std::string(m_rep->to_string(SC_DEC, -1, SC_F, &m_params));
295 os << m_rep->to_string(SC_DEC, -1, SC_F, &m_params);
610 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, SC_F, &m_params));
629 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, fmt, &m_params));
649 return std::string(sc_dt::to_string(m_val, SC_DEC, -1, SC_F, &m_params));
674 os << sc_dt::to_string(m_val, SC_DEC, -1, SC_F, &m_params);
H A Dscfx_rep.cc405 case SC_DEC:
504 SCFX_FAIL_IF_(!scfx_is_digit(*e, SC_DEC));
869 scfx_print_prefix(s, SC_DEC);
1156 } else if (numrep == SC_DEC || numrep == SC_NOBASE) {
2517 os << to_string(SC_DEC, -1, SC_E);
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test01/
H A Dtest01.cpp103 s = a.to_string( SC_DEC );
176 s = a.to_string( SC_DEC );
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test02/
H A Dtest02.cpp103 s = a.to_string( SC_DEC );
176 s = a.to_string( SC_DEC );
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp877 s = a.to_string( SC_DEC );
932 s = a.to_string( SC_DEC );
987 s = (a( 7, 4 ), a( 3, 0 )).to_string( SC_DEC );
/gem5/src/systemc/dt/int/
H A Dsc_nbutils.cc78 case SC_OCT: case SC_DEC:
110 CASE_ENUM2STR(SC_DEC);
170 case 'd': case 'D': b = SC_DEC; state = 3; return 2; // RE 3 or 4
/gem5/ext/systemc/src/
H A Dsystemc.h218 using sc_dt::SC_DEC;
/gem5/ext/systemc/src/sysc/datatypes/misc/
H A Dsc_concatref.h305 const std::string to_string( sc_numrep numrep = SC_DEC ) const

Completed in 80 milliseconds

12