Home
last modified time | relevance | path

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

/external/compiler-rt/lib/
Dmulsf3.c46 else return fromRep(qnanRep); in __mulsf3()
53 else return fromRep(qnanRep); in __mulsf3()
Dmuldf3.c46 else return fromRep(qnanRep); in __muldf3()
53 else return fromRep(qnanRep); in __muldf3()
Ddivsf3.c47 if (bAbs == infRep) return fromRep(qnanRep); in __divsf3()
57 if (!bAbs) return fromRep(qnanRep); in __divsf3()
Ddivdf3.c47 if (bAbs == infRep) return fromRep(qnanRep); in __divdf3()
57 if (!bAbs) return fromRep(qnanRep); in __divdf3()
Dadddf3.c38 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep); in __adddf3()
Daddsf3.c37 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep); in __addsf3()
Dfp_lib.h104 #define qnanRep (exponentMask | quietBit) macro