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 344 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf;
362 return lfExactlyZero;
390 if (lessSignificant != lfExactlyZero) {
391 if (moreSignificant == lfExactlyZero)
737 normalize(rmNearestTiesToEven, lfExactlyZero);
898 lost_fraction = lfExactlyZero;
1038 lost_fraction = lfExactlyZero;
1150 assert(lost_fraction != lfExactlyZero);
1211 assert(lost_fraction == lfExactlyZero);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 119 lfExactlyZero, // 000000

Completed in 288 milliseconds