Searched refs:sign (Results 26 - 33 of 33) sorted by relevance

12

/gem5/src/systemc/ext/dt/int/
H A Dsc_nbutils.hh119 // One transition of the FSM to find base and sign of a number.
131 // Find the base and sign of a number in v.
133 const char *v, small_type &base, small_type &sign);
461 // Get u's sign and return its absolute value.
485 // - Return SC_ZERO if either sign is SC_ZERO.
579 // Functions for both signed and unsigned numbers to convert sign-magnitude
596 // Convert an (un)signed number from sign-magnitude representation to
608 // Convert an (un)signed number from sign-magnitude representation to
619 // Functions to convert between sign-magnitude (SM) and 2's complement
634 // sign
[all...]
H A Dsc_signed.hh29 An sc_signed number has the sign-magnitude representation
31 representation. The sign-magnitude representation is chosen
34 arithmetic operations, the sign-magnitude representation performs
1224 bool sign() const; // Sign.
2300 // Create a copy of v with sign s.
2326 // sign-magnitude (SM):
H A Dsc_unsigned.hh29 An sc_signed number has the sign-magnitude representation
31 representation. The sign-magnitude representation is chosen
34 arithmetic operations, the sign-magnitude representation performs
1128 bool sign() const { return 0; } // Sign. function in class:sc_dt::sc_unsigned
1978 // Create a copy of v with sign s.
2006 // sign-magnitude (SM):
/gem5/src/cpu/pred/
H A Dmultiperspective_perceptron.hh469 * @param sign current sign of the table
473 void satIncDec(bool taken, bool &sign, int &c, int max_weight) const;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.cpp361 // Return this object instance's bits as a uint64 without sign extension.
4055 sc_signed::sign() const function in class:sc_dt::sc_signed
H A Dsc_signed.h29 An sc_signed number has the sign-magnitude representation
31 representation. The sign-magnitude representation is chosen
34 arithmetic operations, the sign-magnitude representation performs
1330 bool sign() const; // Sign.
2173 // Create a copy of v with sign s.
2201 // sign-magnitude (SM):
H A Dsc_unsigned.h29 An sc_signed number has the sign-magnitude representation
31 representation. The sign-magnitude representation is chosen
34 arithmetic operations, the sign-magnitude representation performs
1230 bool sign() const { return 0; } // Sign. function in class:sc_dt::sc_unsigned
1962 // Create a copy of v with sign s.
1990 // sign-magnitude (SM):
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc322 // Return this object instance's bits as a uint64 without sign extension.
3907 sc_signed::sign() const function in class:sc_dt::sc_signed

Completed in 67 milliseconds

12