Searched refs:SC_BIN (Results 1 - 25 of 35) sorted by relevance

12

/gem5/src/systemc/tests/systemc/datatypes/misc/sign_propagation/
H A Dsign_propagation.cpp56 cout << "I = " << I.to_string(SC_BIN) << " " << I(5,3) << endl;
59 cout << "UI = " << UI.to_string(SC_BIN) << " " << I(5,3) << endl;
62 cout << "BI = " << BI.to_string(SC_BIN) << " " << I(5,3) << endl;
65 cout << "BUI = " << BUI.to_string(SC_BIN) << " " << I(5,3) << endl;
68 cout << "BV = " << BV.to_string(SC_BIN) << " " << I(5,3) << endl;
71 cout << "BBI = " << BBI.to_string(SC_BIN) << " " << I(5,3) << endl;
74 cout << "BBUI = " << BBUI.to_string(SC_BIN) << " " << I(5,3) << endl;
79 cout << "I = " << I.to_string(SC_BIN) << " " << I(5,3) << endl;
82 cout << "UI = " << UI.to_string(SC_BIN) << " " << I(5,3) << endl;
85 cout << "BI = " << BI.to_string(SC_BIN) << " " <<
[all...]
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test06/
H A Dtest06.cpp54 cout << bi2.to_string(SC_BIN) << endl
55 << bi37.to_string(SC_BIN) << endl;
59 cout << bi30.to_string(SC_BIN) << endl;
61 cout << bi30.to_string(SC_BIN) << endl;
65 cout << bi39.to_string(SC_BIN) << endl;
67 cout << bi39.to_string(SC_BIN) << endl;
71 cout << bu39.to_string(SC_BIN) << endl;
73 cout << bu39.to_string(SC_BIN) << endl;
78 cout << bi102.to_string(SC_BIN) << endl;
80 cout << bi102.to_string(SC_BIN) << end
[all...]
/gem5/src/systemc/tests/systemc/datatypes/misc/concat/test10/
H A Dtest10.cpp49 cout << "x = " << x.to_string(SC_BIN) << endl << endl;
54 cout << dec << "hi = " << hi.to_string(SC_BIN) << endl
55 << "lo = " << lo.to_string(SC_BIN) << endl
56 << "x = " << x.to_string(SC_BIN) << endl;
/gem5/src/systemc/tests/systemc/misc/stars/star114203/
H A Dtest.cpp77 cout << bi10.to_string(SC_BIN) << endl;
78 cout << bu10.to_string(SC_BIN) << endl;
/gem5/src/systemc/tests/systemc/misc/stars/star133377/
H A Dtest.cpp49 cout << "sc_int (1) " << sc_bigint<16>(x).to_string(SC_BIN) << endl;
53 << sc_bigint<16>(x).to_string(SC_BIN) << endl;
61 cout << "sc_uint (1) " << sc_biguint<16>(x).to_string(SC_BIN) << endl;
65 << sc_biguint<16>(x).to_string(SC_BIN) << endl;
79 // cout << "sc_bigint (1) " << x.to_string(SC_BIN) << endl;
85 cout << "sc_bigint (2) "<< x.to_string(SC_BIN) << endl;
99 // cout << "sc_biguint (1) " << x.to_string(SC_BIN) << endl;
105 cout << "sc_biguint (2) " << x.to_string(SC_BIN) << endl;
/gem5/src/systemc/tests/systemc/bugs/sign_extension/
H A Dsign_extension.cpp40 using sc_dt::SC_BIN;
43 std::cout << #Var "=" << (Var).to_string(SC_BIN) << "\n"
/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/src/systemc/tests/systemc/datatypes/fx/arith_big/
H A Dadd_big.cpp53 out << r.to_string(SC_BIN) << " " << flush; \
55 out << m.to_string(SC_BIN) << " " << flush; \
/gem5/src/systemc/tests/systemc/datatypes/fx/bit/
H A Dtest_all.hh59 out << "a = " << a.to_string(SC_BIN) << "\n"; \
61 out << "a = " << a.to_string(SC_BIN) << "\n"; \
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_utils.h156 return SC_BIN;
298 case SC_BIN:
380 case SC_BIN:
457 case SC_BIN:
H A Dsc_fxval.cpp113 return std::string( m_rep->to_string( SC_BIN, -1, SC_E ) );
371 ( numrep == SC_BIN ||
405 case SC_BIN:
557 return std::string( sc_dt::to_string( m_val, SC_BIN, -1, SC_E ) );
698 case SC_BIN:
741 numrep = SC_BIN;
812 case SC_BIN:
854 case SC_BIN:
H A Dsc_fxnum.cpp310 return std::string( m_rep->to_string( SC_BIN, -1, SC_F, &m_params ) );
720 return std::string( sc_dt::to_string( m_val, SC_BIN, -1, SC_F, &m_params ) );
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_utils.hh148 return SC_BIN;
282 case SC_BIN:
358 case SC_BIN:
425 case SC_BIN:
/gem5/src/systemc/ext/dt/int/
H A D_using.hh35 using sc_dt::SC_BIN;
H A Dsc_nbdefs.hh84 SC_BIN = 2, enumerator in enum:sc_dt::sc_numrep
/gem5/src/systemc/tests/systemc/datatypes/fx/shift/
H A Doperator_shift_both.cpp61 out << i << " : " << a.to_string(SC_BIN) << "\n";
/gem5/src/systemc/dt/fx/
H A Dsc_fxval.cc113 return std::string(m_rep->to_string(SC_BIN, -1, SC_E));
343 (numrep == SC_BIN ||
373 case SC_BIN:
518 return std::string(sc_dt::to_string(m_val, SC_BIN, -1, SC_E));
653 case SC_BIN:
696 numrep = SC_BIN;
753 case SC_BIN:
785 case SC_BIN:
H A Dsc_fxnum.cc275 return std::string(m_rep->to_string(SC_BIN, -1, SC_F, &m_params));
655 return std::string(sc_dt::to_string(m_val, SC_BIN, -1, SC_F, &m_params));
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbdefs.h96 SC_BIN = 2, enumerator in enum:sc_dt::sc_numrep
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test01/
H A Dtest01.cpp58 s = a.to_string( SC_BIN );
131 s = a.to_string( SC_BIN );
/gem5/src/systemc/tests/systemc/datatypes/int/string_conversion/test02/
H A Dtest02.cpp58 s = a.to_string( SC_BIN );
131 s = a.to_string( SC_BIN );
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith02/
H A Darith02.cpp47 std::string buf(z.to_string( SC_BIN ) );
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith04/
H A Darith04.cpp47 std::string buf( z.to_string( SC_BIN ) );
/gem5/src/systemc/tests/systemc/datatypes/int/arith/arith05/
H A Darith05.cpp47 std::string buf( z.to_string( SC_BIN ) );
/gem5/src/systemc/tests/systemc/datatypes/bit/sc_proxy/test01/
H A Dtest01.cpp841 s = a.to_string( SC_BIN );
896 s = a.to_string( SC_BIN );
951 s = (a( 7, 4 ), a( 3, 0 )).to_string( SC_BIN );

Completed in 43 milliseconds

12