Home
last modified time | relevance | path

Searched refs:DECNEG (Results 1 – 17 of 17) sorted by relevance

/dragonfly/contrib/gdb-7/libdecnumber/
HDdecNumber.c354 if (in<0) dn->bits=DECNEG; /* sign needed */ in decNumberFromInt32()
403 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000; in decNumberToInt32()
408 if (dn->bits&DECNEG) return -i; in decNumberToInt32()
422 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */ in decNumberToUInt32()
528 bits=DECNEG; in decNumberFromString()
749 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in decNumberAbs()
953 a->bits&=~DECNEG; /* .. and clear the sign */ in decNumberCompareTotalMag()
967 b->bits&=~DECNEG; /* .. and clear the sign */ in decNumberCompareTotalMag()
1346 res->bits=DECNEG|DECINF; /* -Infinity */ in decNumberLogB()
1437 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) { in decNumberLog10()
[all …]
HDdecNumber.h41 #define DECNEG 0x80 /* Sign; 1=negative, 0=positive or zero */ macro
190 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0)
/dragonfly/contrib/gcc-8.0/libdecnumber/
HDdecNumber.c354 if (in<0) dn->bits=DECNEG; /* sign needed */ in decNumberFromInt32()
403 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000; in decNumberToInt32()
408 if (dn->bits&DECNEG) return -i; in decNumberToInt32()
422 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */ in decNumberToUInt32()
528 bits=DECNEG; in decNumberFromString()
749 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in decNumberAbs()
953 a->bits&=~DECNEG; /* .. and clear the sign */ in decNumberCompareTotalMag()
967 b->bits&=~DECNEG; /* .. and clear the sign */ in decNumberCompareTotalMag()
1346 res->bits=DECNEG|DECINF; /* -Infinity */ in decNumberLogB()
1437 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) { in decNumberLog10()
[all …]
HDdecNumber.h41 #define DECNEG 0x80 /* Sign; 1=negative, 0=positive or zero */ macro
190 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0)
/dragonfly/contrib/gcc-4.7/libdecnumber/
HDdecNumber.c354 if (in<0) dn->bits=DECNEG; /* sign needed */ in decNumberFromInt32()
403 if (dn->bits&DECNEG && hi==214748364 && lo==8) return 0x80000000; in decNumberToInt32()
408 if (dn->bits&DECNEG) return -i; in decNumberToInt32()
422 || (dn->bits&DECNEG && !ISZERO(dn))); /* bad */ in decNumberToUInt32()
528 bits=DECNEG; in decNumberFromString()
749 decAddOp(res, &dzero, rhs, set, (uByte)(rhs->bits & DECNEG), &status); in decNumberAbs()
953 a->bits&=~DECNEG; /* .. and clear the sign */ in decNumberCompareTotalMag()
967 b->bits&=~DECNEG; /* .. and clear the sign */ in decNumberCompareTotalMag()
1346 res->bits=DECNEG|DECINF; /* -Infinity */ in decNumberLogB()
1437 if (!(rhs->bits&(DECNEG|DECSPECIAL)) && !ISZERO(rhs)) { in decNumberLog10()
[all …]
HDdecNumber.h41 #define DECNEG 0x80 /* Sign; 1=negative, 0=positive or zero */ macro
190 #define decNumberIsNegative(dn) (((dn)->bits&DECNEG)!=0)
/dragonfly/contrib/gdb-7/libdecnumber/dpd/
HDdecimal32.c104 dw.bits|=dn->bits&DECNEG; in decimal32FromNumber()
170 if (dn->bits&DECNEG) targ|=0x80000000; /* add sign bit */ in decimal32FromNumber()
199 if (sour&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal32ToNumber()
HDdecimal128.c108 dw.bits|=dn->bits&DECNEG; in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal128ToNumber()
HDdecimal64.c112 dw.bits|=dn->bits&DECNEG; in decimal64FromNumber()
188 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal64FromNumber()
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal64ToNumber()
/dragonfly/contrib/gcc-8.0/libdecnumber/dpd/
HDdecimal32.c104 dw.bits|=dn->bits&DECNEG; in decimal32FromNumber()
170 if (dn->bits&DECNEG) targ|=0x80000000; /* add sign bit */ in decimal32FromNumber()
199 if (sour&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal32ToNumber()
HDdecimal128.c108 dw.bits|=dn->bits&DECNEG; in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal128ToNumber()
HDdecimal64.c112 dw.bits|=dn->bits&DECNEG; in decimal64FromNumber()
188 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal64FromNumber()
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal64ToNumber()
/dragonfly/contrib/gcc-4.7/libdecnumber/dpd/
HDdecimal32.c104 dw.bits|=dn->bits&DECNEG; in decimal32FromNumber()
170 if (dn->bits&DECNEG) targ|=0x80000000; /* add sign bit */ in decimal32FromNumber()
199 if (sour&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal32ToNumber()
HDdecimal128.c108 dw.bits|=dn->bits&DECNEG; in decimal128FromNumber()
167 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal128FromNumber()
225 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal128ToNumber()
HDdecimal64.c112 dw.bits|=dn->bits&DECNEG; in decimal64FromNumber()
188 if (dn->bits&DECNEG) targhi|=0x80000000; /* add sign bit */ in decimal64FromNumber()
236 if (sourhi&0x80000000) dn->bits=DECNEG; /* set sign if negative */ in decimal64ToNumber()
/dragonfly/contrib/gcc-4.7/gcc/
HDdfp.c148 dn->bits ^= DECNEG; in decimal_to_decnumber()
/dragonfly/contrib/gcc-8.0/gcc/
HDdfp.c144 dn->bits ^= DECNEG; in decimal_to_decnumber()