Home
last modified time | relevance | path

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

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