Searched refs:BIGODD (Results 1 – 1 of 1) sorted by relevance
200 #define BIGODD (Int)0x80000003 macro2195 if (n!=BIGEVEN && n!=BIGODD) /* can use integer path? */ in decNumberPower()2635 || rotate==BIGODD || rotate==BIGEVEN /* .. very big .. */ in decNumberRotate()2793 || reqexp==BIGODD || reqexp==BIGEVEN /* .. very big .. */ in decNumberScaleB()2848 || shift==BIGODD || shift==BIGEVEN /* .. very big .. */ in decNumberShift()6041 || reqexp==BIGODD || reqexp==BIGEVEN /* very big (ditto) or .. */7758 if (theInt&1) return BIGODD; /* bottom bit 1 */