Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Ddivsf3.c40 if (aAbs > infRep) return fromRep(toRep(a) | quietBit); in __divsf3()
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit); in __divsf3()
H A Ddivdf3.c40 if (aAbs > infRep) return fromRep(toRep(a) | quietBit); in __divdf3()
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit); in __divdf3()
H A Ddivtf3.c40 if (aAbs > infRep) return fromRep(toRep(a) | quietBit); in __divtf3()
42 if (bAbs > infRep) return fromRep(toRep(b) | quietBit); in __divtf3()
H A Dfp_mul_impl.inc33 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
35 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Dfp_add_impl.inc27 if (aAbs > infRep) return fromRep(toRep(a) | quietBit);
29 if (bAbs > infRep) return fromRep(toRep(b) | quietBit);
H A Dfp_lib.h229 #define quietBit (implicitBit >> 1) macro
230 #define qnanRep (exponentMask | quietBit)