OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:qnanrep
(Results
1 - 6
of
6
) sorted by null
/external/compiler-rt/lib/builtins/
fp_mul_impl.inc
41
else return fromRep(
qnanRep
);
48
else return fromRep(
qnanRep
);
divdf3.c
48
if (bAbs == infRep) return fromRep(
qnanRep
);
58
if (!bAbs) return fromRep(
qnanRep
);
divsf3.c
48
if (bAbs == infRep) return fromRep(
qnanRep
);
58
if (!bAbs) return fromRep(
qnanRep
);
divtf3.c
46
if (bAbs == infRep) return fromRep(
qnanRep
);
56
if (!bAbs) return fromRep(
qnanRep
);
fp_add_impl.inc
33
if ((toRep(a) ^ toRep(b)) == signBit) return fromRep(
qnanRep
);
fp_lib.h
229
#define
qnanRep
(exponentMask | quietBit)
Completed in 146 milliseconds