Home | History | Annotate | Download | only in i18n

Lines Matching refs:BIGEVEN

210 #define BIGEVEN (Int)0x80000002
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 */