Searched refs:convert_signed_SM_to_2C_to_SM (Results 1 - 8 of 8) sorted by relevance
/gem5/ext/systemc/src/sysc/datatypes/int/ |
H A D | sc_nbexterns.cpp | 136 #define CONVERT_SM_to_2C_to_SM convert_signed_SM_to_2C_to_SM 290 #define CONVERT_SM_to_2C_to_SM convert_signed_SM_to_2C_to_SM
|
H A D | sc_nbutils.h | 865 convert_signed_SM_to_2C_to_SM(small_type s, int nb, int nd, sc_digit *d) function in namespace:sc_dt 966 us = convert_signed_SM_to_2C_to_SM(us, unb, und, ud);
|
H A D | sc_nbutils.cpp | 617 return convert_signed_SM_to_2C_to_SM(s, unb, und, u);
|
H A D | sc_signed.h | 2206 { sgn = convert_signed_SM_to_2C_to_SM(sgn, nbits, ndigits, digit); }
|
/gem5/src/systemc/dt/int/ |
H A D | sc_nbexterns.cc | 124 #define CONVERT_SM_to_2C_to_SM convert_signed_SM_to_2C_to_SM 254 #define CONVERT_SM_to_2C_to_SM convert_signed_SM_to_2C_to_SM
|
H A D | sc_nbutils.cc | 610 return convert_signed_SM_to_2C_to_SM(s, unb, und, u);
|
/gem5/src/systemc/ext/dt/int/ |
H A D | sc_nbutils.hh | 670 convert_signed_SM_to_2C_to_SM(small_type s, int nb, int nd, sc_digit *d) function in namespace:sc_dt 761 us = convert_signed_SM_to_2C_to_SM(us, unb, und, ud);
|
H A D | sc_signed.hh | 2336 sgn = convert_signed_SM_to_2C_to_SM(sgn, nbits, ndigits, digit);
|
Completed in 38 milliseconds