Searched refs:trim (Results 1 - 7 of 7) sorted by relevance

/gem5/ext/dsent/libutil/
H A DConfig.cc62 line.trim();
94 nlcopy.trim();
104 //nlcopy.trim();
112 key.trim();
113 line.trim();
H A DString.cc104 String& String::trim() function in class:LibUtil::String
H A DString.h65 String& trim();
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbutils.h774 trim(small_type added, int nb, int nd, sc_digit *d) function in namespace:sc_dt
784 // 2's complement representation and trim the extra bits.
792 trim(added, nb, nd, d);
797 // 2's complement representation but do not trim the extra bits.
872 // complement representation and trim the extra bits.
881 // complement representation but do not trim the extra bits.
931 // 2's complement representation and trim the extra bits.
940 // 2's complement representation but do not trim the extra bits.
H A Dsc_unsigned.cpp2109 trim(if_u_signed, unb, nd, d);
2117 trim(if_v_signed, vnb, nd, d);
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh588 trim(small_type added, int nb, int nd, sc_digit *d) function in namespace:sc_dt
597 // 2's complement representation and trim the extra bits.
604 trim(added, nb, nd, d);
609 // 2's complement representation but do not trim the extra bits.
677 // complement representation and trim the extra bits.
685 // complement representation but do not trim the extra bits.
731 // 2's complement representation and trim the extra bits.
739 // 2's complement representation but do not trim the extra bits.
/gem5/src/systemc/dt/int/
H A Dsc_unsigned.cc2141 trim(if_u_signed, unb, nd, d);
2146 trim(if_v_signed, vnb, nd, d);

Completed in 26 milliseconds