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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 56 #define DIVIDEINT 0x20000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
217 /* on op (Etiny for divide, 0 for divideInt) */
219 if (op==DIVIDEINT) DFWORD(result, 0)|=num.sign; /* add sign */
238 /* if divide, result is 0 with ideal exponent; divideInt has */
240 if (op&DIVIDEINT) {
590 /* Is DIVIDEINT or a remainder; there is more to do -- first form */
662 if (op&DIVIDEINT) return decFinalize(result, &num, set); /* all done */
1992 return decDivide(result, dfl, dfr, set, DIVIDEINT);
decNumber.c 193 #define DIVIDEINT 0x20 /* .. */
1017 decDivideOp(res, lhs, rhs, set, DIVIDEINT, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4306 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4348 else if (op&DIVIDEINT) {
4372 if (op&DIVIDEINT) {
4417 /* +1 -- for pre-adjust if a remainder or DIVIDEINT */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 56 #define DIVIDEINT 0x20000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
217 /* on op (Etiny for divide, 0 for divideInt) */
219 if (op==DIVIDEINT) DFWORD(result, 0)|=num.sign; /* add sign */
238 /* if divide, result is 0 with ideal exponent; divideInt has */
240 if (op&DIVIDEINT) {
590 /* Is DIVIDEINT or a remainder; there is more to do -- first form */
662 if (op&DIVIDEINT) return decFinalize(result, &num, set); /* all done */
1992 return decDivide(result, dfl, dfr, set, DIVIDEINT);
decNumber.c 193 #define DIVIDEINT 0x20 /* .. */
1017 decDivideOp(res, lhs, rhs, set, DIVIDEINT, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4306 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4348 else if (op&DIVIDEINT) {
4372 if (op&DIVIDEINT) {
4417 /* +1 -- for pre-adjust if a remainder or DIVIDEINT */
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 56 #define DIVIDEINT 0x20000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
217 /* on op (Etiny for divide, 0 for divideInt) */
219 if (op==DIVIDEINT) DFWORD(result, 0)|=num.sign; /* add sign */
238 /* if divide, result is 0 with ideal exponent; divideInt has */
240 if (op&DIVIDEINT) {
590 /* Is DIVIDEINT or a remainder; there is more to do -- first form */
662 if (op&DIVIDEINT) return decFinalize(result, &num, set); /* all done */
1992 return decDivide(result, dfl, dfr, set, DIVIDEINT);
decNumber.c 193 #define DIVIDEINT 0x20 /* .. */
1017 decDivideOp(res, lhs, rhs, set, DIVIDEINT, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4306 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4348 else if (op&DIVIDEINT) {
4372 if (op&DIVIDEINT) {
4417 /* +1 -- for pre-adjust if a remainder or DIVIDEINT */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 56 #define DIVIDEINT 0x20000000 /* .. */
171 /* op is one of DIVIDE, REMAINDER, DIVIDEINT, or REMNEAR. */
217 /* on op (Etiny for divide, 0 for divideInt) */
219 if (op==DIVIDEINT) DFWORD(result, 0)|=num.sign; /* add sign */
238 /* if divide, result is 0 with ideal exponent; divideInt has */
240 if (op&DIVIDEINT) {
590 /* Is DIVIDEINT or a remainder; there is more to do -- first form */
662 if (op&DIVIDEINT) return decFinalize(result, &num, set); /* all done */
1992 return decDivide(result, dfl, dfr, set, DIVIDEINT);
decNumber.c 193 #define DIVIDEINT 0x20 /* .. */
1017 decDivideOp(res, lhs, rhs, set, DIVIDEINT, &status);
4153 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4306 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4348 else if (op&DIVIDEINT) {
4372 if (op&DIVIDEINT) {
4417 /* +1 -- for pre-adjust if a remainder or DIVIDEINT */

Completed in 80 milliseconds