HomeSort by: relevance | last modified time | path
    Searched refs:REMNEAR (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 57 #define REMNEAR 0x10000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
209 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* as is rem */
215 if (op&(REMAINDER|REMNEAR)) return decCanonical(result, dfl);
231 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* bad rem */
538 /* for a possible carry digit if rounding for REMNEAR is needed] */
614 if (!(op&REMNEAR)) { /* simple truncate */
657 } /* remnear */
3247 return decDivide(result, dfl, dfr, set, REMNEAR);
decNumber.c 194 #define REMNEAR 0x10 /* .. */
2422 decDivideOp(res, lhs, rhs, set, REMNEAR, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4288 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4299 if (op&(REMAINDER|REMNEAR)) {
4326 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4370 /* [for REMNEAR, it needs to be < -1, as -0.5 could need work] */
4383 /* It is REMAINDER or safe REMNEAR; result is [finished */
4390 /* [unsafe REMNEAR drops through] */
4582 if (op&(REMAINDER|REMNEAR)) break
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 57 #define REMNEAR 0x10000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
209 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* as is rem */
215 if (op&(REMAINDER|REMNEAR)) return decCanonical(result, dfl);
231 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* bad rem */
538 /* for a possible carry digit if rounding for REMNEAR is needed] */
614 if (!(op&REMNEAR)) { /* simple truncate */
657 } /* remnear */
3247 return decDivide(result, dfl, dfr, set, REMNEAR);
decNumber.c 194 #define REMNEAR 0x10 /* .. */
2422 decDivideOp(res, lhs, rhs, set, REMNEAR, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4288 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4299 if (op&(REMAINDER|REMNEAR)) {
4326 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4370 /* [for REMNEAR, it needs to be < -1, as -0.5 could need work] */
4383 /* It is REMAINDER or safe REMNEAR; result is [finished */
4390 /* [unsafe REMNEAR drops through] */
4582 if (op&(REMAINDER|REMNEAR)) break
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 57 #define REMNEAR 0x10000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
209 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* as is rem */
215 if (op&(REMAINDER|REMNEAR)) return decCanonical(result, dfl);
231 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* bad rem */
538 /* for a possible carry digit if rounding for REMNEAR is needed] */
614 if (!(op&REMNEAR)) { /* simple truncate */
657 } /* remnear */
3247 return decDivide(result, dfl, dfr, set, REMNEAR);
decNumber.c 194 #define REMNEAR 0x10 /* .. */
2422 decDivideOp(res, lhs, rhs, set, REMNEAR, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4288 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4299 if (op&(REMAINDER|REMNEAR)) {
4326 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4370 /* [for REMNEAR, it needs to be < -1, as -0.5 could need work] */
4383 /* It is REMAINDER or safe REMNEAR; result is [finished */
4390 /* [unsafe REMNEAR drops through] */
4582 if (op&(REMAINDER|REMNEAR)) break
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 57 #define REMNEAR 0x10000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
209 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* as is rem */
215 if (op&(REMAINDER|REMNEAR)) return decCanonical(result, dfl);
231 if (op&(REMAINDER|REMNEAR)) return decInvalid(result, set); /* bad rem */
538 /* for a possible carry digit if rounding for REMNEAR is needed] */
614 if (!(op&REMNEAR)) { /* simple truncate */
657 } /* remnear */
3247 return decDivide(result, dfl, dfr, set, REMNEAR);
decNumber.c 194 #define REMNEAR 0x10 /* .. */
2422 decDivideOp(res, lhs, rhs, set, REMNEAR, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4288 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4299 if (op&(REMAINDER|REMNEAR)) {
4326 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4370 /* [for REMNEAR, it needs to be < -1, as -0.5 could need work] */
4383 /* It is REMAINDER or safe REMNEAR; result is [finished */
4390 /* [unsafe REMNEAR drops through] */
4582 if (op&(REMAINDER|REMNEAR)) break
    [all...]

Completed in 70 milliseconds