| /dragonfly/contrib/gdb-7/libdecnumber/ |
| HD | decNumber.c | 354 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 …]
|
| HD | decNumber.h | 41 #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/ |
| HD | decNumber.c | 354 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 …]
|
| HD | decNumber.h | 41 #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/ |
| HD | decNumber.c | 354 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 …]
|
| HD | decNumber.h | 41 #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/ |
| HD | decimal32.c | 104 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()
|
| HD | decimal128.c | 108 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()
|
| HD | decimal64.c | 112 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/ |
| HD | decimal32.c | 104 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()
|
| HD | decimal128.c | 108 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()
|
| HD | decimal64.c | 112 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/ |
| HD | decimal32.c | 104 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()
|
| HD | decimal128.c | 108 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()
|
| HD | decimal64.c | 112 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/ |
| HD | dfp.c | 148 dn->bits ^= DECNEG; in decimal_to_decnumber()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | dfp.c | 144 dn->bits ^= DECNEG; in decimal_to_decnumber()
|