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

/haiku-buildtools/gcc/libdecnumber/
H A DdecNumber.c207 #define BIGEVEN (Int)0x80000002 macro
2032 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */
2473 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */
2631 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */
2686 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */
5887 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */
7529 /* BIGEVEN if the integer is even and magnitude > 2*10**9 */
7533 /* The sign can be determined from dn by the caller when BIGEVEN or */
7606 return BIGEVEN; /* bottom bit 0 */

Completed in 135 milliseconds