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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c197 #define REMNEAR 0x10 /* .. */ macro
2448 decDivideOp(res, lhs, rhs, set, REMNEAR, &status);
4188 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4323 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4334 if (op&(REMAINDER|REMNEAR)) {
4361 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4405 /* [for REMNEAR, it needs to be < -1, as -0.5 could need work] */
4418 /* It is REMAINDER or safe REMNEAR; result is [finished */
4425 /* [unsafe REMNEAR drops through] */
4617 if (op&(REMAINDER|REMNEAR)) brea
[all...]
/external/icu/icu4c/source/i18n/
H A DdecNumber.c197 #define REMNEAR 0x10 /* .. */ macro
2450 decDivideOp(res, lhs, rhs, set, REMNEAR, &status);
4190 /* op is DIVIDE, DIVIDEINT, REMAINDER, or REMNEAR respectively. */
4325 op & (REMAINDER | REMNEAR)) { /* as is remainder of infinity */
4336 if (op&(REMAINDER|REMNEAR)) {
4363 if (op&(REMAINDER|REMNEAR)) *status|=DEC_Invalid_operation;
4407 /* [for REMNEAR, it needs to be < -1, as -0.5 could need work] */
4420 /* It is REMAINDER or safe REMNEAR; result is [finished */
4427 /* [unsafe REMNEAR drops through] */
4619 if (op&(REMAINDER|REMNEAR)) brea
[all...]

Completed in 339 milliseconds