OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quietBit
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/builtins/
divdf3.c
42
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
44
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
divsf3.c
42
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
44
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
divtf3.c
40
if (aAbs > infRep) return fromRep(toRep(a) |
quietBit
);
42
if (bAbs > infRep) return fromRep(toRep(b) |
quietBit
);
fp_lib.h
228
#define
quietBit
(implicitBit >> 1)
229
#define qnanRep (exponentMask |
quietBit
)
Completed in 197 milliseconds