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

/external/compiler-rt/lib/
H A Dmuldf3.c38 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
40 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Dmulsf3.c38 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
40 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Dadddf3.c32 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
34 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Daddsf3.c31 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
33 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Ddivdf3.c41 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
43 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Ddivsf3.c41 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
43 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Dfp_lib.h103 #define quietBit (implicitBit >> 1) macro
104 #define qnanRep (exponentMask | quietBit)

Completed in 84 milliseconds