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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c210 #define BIGEVEN (Int)0x80000002 macro
2058 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2499 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2657 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2712 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5933 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7576 /* BIGEVEN if the integer is even and magnitude > 2*10**9 */
7580 /* The sign can be determined from dn by the caller when BIGEVEN or */
7653 return BIGEVEN; /* bottom bit 0 */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c210 #define BIGEVEN (Int)0x80000002 macro
2060 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2501 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2659 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2714 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5935 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7578 /* BIGEVEN if the integer is even and magnitude > 2*10**9 */
7582 /* The sign can be determined from dn by the caller when BIGEVEN or */
7655 return BIGEVEN; /* bottom bit 0 */

Completed in 95 milliseconds