Home
last modified time | relevance | path

Searched refs:SC_NEG (Results 1 – 6 of 6) sorted by relevance

/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/datatypes/int/
H A Dsc_nbutils.h632 return SC_NEG; in get_sign()
650 return SC_NEG; in mul_signs()
764 if (s == SC_NEG) { in convert_SM_to_2C_trimmed()
776 if (s == SC_NEG) in convert_SM_to_2C()
816 s = SC_NEG; in convert_signed_2C_to_SM()
H A Dsc_nbcommon.inc1577 s = SC_NEG;
1606 if (v.sgn == SC_NEG)
1621 if (v.sgn == SC_NEG)
1636 if (v.sgn == SC_NEG)
1764 if (v.sgn == SC_NEG)
1779 if (v.sgn == SC_NEG)
1794 if (v.sgn == SC_NEG)
1873 if (u.sgn == SC_NEG)
1905 if (sgn == SC_NEG)
2254 if (sgn == SC_NEG) {
[all …]
H A Dsc_unsigned.cpp274 case SC_NEG: in concat_get_data()
1673 if ((v.sgn == SC_ZERO) || (v.sgn == SC_NEG)) in operator <<()
1691 if ((v.sgn == SC_ZERO) || (v.sgn == SC_NEG)) in operator >>()
1732 if (v.sgn == SC_NEG) in operator ==()
1744 if (u.sgn == SC_NEG) in operator ==()
1888 if (v.sgn == SC_NEG) in operator <()
1900 if (u.sgn == SC_NEG) in operator <()
2109 int nd = (us == SC_NEG ? und : vnd); in compare_unsigned()
2117 if (us == SC_NEG) { in compare_unsigned()
2154 else if (sgn == SC_NEG) { in iszero()
H A Dsc_nbdefs.h111 #define SC_NEG -1 // Negative number macro
H A Dsc_signed.cpp262 case SC_NEG: in concat_get_data()
385 case SC_NEG: in concat_get_uint64()
442 if ( sgn == SC_NEG ) in and_reduce()
569 sgn = SC_NEG; in operator =()
3786 else if (u.sgn == SC_NEG) { in operator <()
3818 else if (vs == SC_NEG) { in operator <()
3850 else if (us == SC_NEG) { in operator <()
3934 else if (vs == SC_NEG) { in operator <()
3965 else if (us == SC_NEG) { in operator <()
4064 if (sgn == SC_NEG) in sign()
H A Dsc_nbutils.cpp164 case '-': s = SC_NEG; state = 2; return 1; // RE 2 in fsm_move()