Searched refs:DIVIDEINT (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c196 #define DIVIDEINT 0x20 /* .. */ macro
1036 decDivideOp(res, lhs, rhs, set, DIVIDEINT, &status);
4188 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4341 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4383 else if (op&DIVIDEINT) {
4407 if (op&DIVIDEINT) {
4452 /* +1 -- for pre-adjust if a remainder or DIVIDEINT */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c196 #define DIVIDEINT 0x20 /* .. */ macro
1038 decDivideOp(res, lhs, rhs, set, DIVIDEINT, &status);
4190 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4343 /* for DIVIDEINT the exponent is always 0. For DIVIDE, result */
4385 else if (op&DIVIDEINT) {
4409 if (op&DIVIDEINT) {
4454 /* +1 -- for pre-adjust if a remainder or DIVIDEINT */

Completed in 117 milliseconds