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

/freebsd-10.2-release/contrib/compiler-rt/lib/
H A Dmuldf3.c46 else return fromRep(qnanRep);
53 else return fromRep(qnanRep);
H A Dmulsf3.c46 else return fromRep(qnanRep);
53 else return fromRep(qnanRep);
H A Ddivdf3.c47 if (bAbs == infRep) return fromRep(qnanRep);
57 if (!bAbs) return fromRep(qnanRep);
H A Ddivsf3.c47 if (bAbs == infRep) return fromRep(qnanRep);
57 if (!bAbs) return fromRep(qnanRep);
H A Dadddf3.c38 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep);
H A Daddsf3.c37 if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(qnanRep);
H A Dfp_lib.h104 #define qnanRep (exponentMask | quietBit) macro

Completed in 108 milliseconds