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

/external/chromium_org/third_party/icu/source/i18n/
H A DdecNumber.c211 #define BIGODD (Int)0x80000003 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 .. */
7577 /* BIGODD if the integer is odd and magnitude > 2*10**9 */
7581 /* BIGODD is returned. */
7652 if (theInt&1) return BIGODD; /* bottom bit 1 */
/external/icu/icu4c/source/i18n/
H A DdecNumber.c211 #define BIGODD (Int)0x80000003 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 .. */
7579 /* BIGODD if the integer is odd and magnitude > 2*10**9 */
7583 /* BIGODD is returned. */
7654 if (theInt&1) return BIGODD; /* bottom bit 1 */

Completed in 637 milliseconds