HomeSort by relevance Sort by last modified time
    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)
799 normalize(rmNearestTiesToEven, lfExactlyZero);
943 lost_fraction = lfExactlyZero;
1108 lost_fraction = lfExactlyZero;
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 33 lfExactlyZero, // 000000

Completed in 46 milliseconds