Home
last modified time | relevance | path

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

/qemu/libdecnumber/
H A DdecNumber.c200 #define BIGODD (Int)0x80000003 macro
2195 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 */