/gem5/ext/systemc/src/sysc/datatypes/fx/ |
H A D | scfx_rep.h | 208 void lshift( int ); 398 c.lshift( b );
|
H A D | sc_fxval.h | 256 friend void lshift( sc_fxval&, const sc_fxval&, int ); 592 friend void lshift( sc_fxval_fast&, const sc_fxval_fast&, int ); 1090 lshift( sc_fxval& c, const sc_fxval& a, int b ) function in namespace:sc_dt 1288 m_rep->lshift( b ); 1845 lshift( sc_fxval_fast& c, const sc_fxval_fast& a, int b ) function in namespace:sc_dt
|
H A D | sc_fxnum.h | 749 friend void lshift( sc_fxval&, const sc_fxnum&, int ); 751 friend void lshift( sc_fxnum&, const sc_fxnum&, int ); 1175 friend void lshift( sc_fxval_fast&, const sc_fxnum_fast&, int ); 1177 friend void lshift( sc_fxnum_fast&, const sc_fxnum_fast&, int ); 2988 lshift( sc_fxval& c, const sc_fxnum& a, int b ) function in namespace:sc_dt 3004 lshift( sc_fxnum& c, const sc_fxnum& a, int b ) function in namespace:sc_dt 3252 m_rep->lshift( b ); 4107 lshift( sc_fxval_fast& c, const sc_fxnum_fast& a, int b ) function in namespace:sc_dt 4123 lshift( sc_fxnum_fast& c, const sc_fxnum_fast& a, int b ) function in namespace:sc_dt
|
H A D | scfx_rep.cpp | 1678 remainder.lshift( to_shift ); 1729 scfx_rep::lshift( int n ) 1770 lshift( -n );
|
/gem5/src/systemc/ext/dt/fx/ |
H A D | scfx_rep.hh | 190 void lshift(int); 358 c.lshift(b);
|
H A D | sc_fxval.hh | 223 friend void lshift(sc_fxval &, const sc_fxval &, int); 508 friend void lshift(sc_fxval_fast &, const sc_fxval_fast &, int); 922 lshift(sc_fxval &c, const sc_fxval &a, int b) function in namespace:sc_dt 1095 m_rep->lshift(b); 1564 lshift(sc_fxval_fast &c, const sc_fxval_fast &a, int b) function in namespace:sc_dt
|
H A D | sc_fxnum.hh | 641 friend void lshift(sc_fxval &, const sc_fxnum &, int); 643 friend void lshift(sc_fxnum &, const sc_fxnum &, int); 1001 friend void lshift(sc_fxval_fast &, const sc_fxnum_fast &, int); 1003 friend void lshift(sc_fxnum_fast &, const sc_fxnum_fast &, int); 2536 lshift(sc_fxval &c, const sc_fxnum &a, int b) function in namespace:sc_dt 2550 lshift(sc_fxnum &c, const sc_fxnum &a, int b) function in namespace:sc_dt 2771 m_rep->lshift(b); 3493 lshift(sc_fxval_fast &c, const sc_fxnum_fast &a, int b) function in namespace:sc_dt 3507 lshift(sc_fxnum_fast &c, const sc_fxnum_fast &a, int b) function in namespace:sc_dt
|
/gem5/ext/pybind11/include/pybind11/ |
H A D | operators.h | 126 PYBIND11_BINARY_OPERATOR(lshift, rlshift, operator<<, l << r)
|
/gem5/src/systemc/dt/fx/ |
H A D | scfx_rep.cc | 1546 remainder.lshift(to_shift); 1593 scfx_rep::lshift(int n) 1630 lshift(-n);
|