OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lfExactlyZero
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Support/
APFloat.cpp
333
return digitValue == 0 ?
lfExactlyZero
: lfExactlyHalf;
351
return
lfExactlyZero
;
379
if (lessSignificant !=
lfExactlyZero
) {
380
if (moreSignificant ==
lfExactlyZero
)
785
normalize(rmNearestTiesToEven,
lfExactlyZero
);
925
lost_fraction =
lfExactlyZero
;
1090
lost_fraction =
lfExactlyZero
;
[
all
...]
/external/llvm/include/llvm/ADT/
APFloat.h
33
lfExactlyZero
, // 000000
Completed in 95 milliseconds