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 Dsc_nbexterns.cpp136 #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 Dsc_nbutils.h865 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 Dsc_nbutils.cpp617 return convert_signed_SM_to_2C_to_SM(s, unb, und, u);
H A Dsc_signed.h2206 { sgn = convert_signed_SM_to_2C_to_SM(sgn, nbits, ndigits, digit); }
/gem5/src/systemc/dt/int/
H A Dsc_nbexterns.cc124 #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 Dsc_nbutils.cc610 return convert_signed_SM_to_2C_to_SM(s, unb, und, u);
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh670 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 Dsc_signed.hh2336 sgn = convert_signed_SM_to_2C_to_SM(sgn, nbits, ndigits, digit);

Completed in 43 milliseconds