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

/external/compiler-rt/lib/builtins/
H A Ddivdf3.c48 if (bAbs == infRep) return fromRep(qnanRep);
58 if (!bAbs) return fromRep(qnanRep);
H A Ddivsf3.c48 if (bAbs == infRep) return fromRep(qnanRep);
58 if (!bAbs) return fromRep(qnanRep);
H A Dfp_mul_impl.inc41 else return fromRep(qnanRep);
48 else return fromRep(qnanRep);
H A Ddivtf3.c46 if (bAbs == infRep) return fromRep(qnanRep);
56 if (!bAbs) return fromRep(qnanRep);
H A Dfp_add_impl.inc33 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep);
H A Dfp_lib.h229 #define qnanRep (exponentMask | quietBit) macro

Completed in 151 milliseconds