Home
last modified time | relevance | path

Searched refs:qnanRep (Results 1 – 10 of 10) 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_add_impl.inc33 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep);
Dfp_lib.h229 #define qnanRep (exponentMask | quietBit) macro
/external/llvm-project/compiler-rt/lib/builtins/
Dfp_mul_impl.inc45 return fromRep(qnanRep);
54 return fromRep(qnanRep);
Dfp_add_impl.inc36 return fromRep(qnanRep);
Dfp_lib.h223 #define qnanRep (exponentMask | quietBit) macro
Dfp_div_impl.inc62 return fromRep(qnanRep);
75 return fromRep(qnanRep);