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 327 return digitValue == 0 ? lfExactlyZero: lfExactlyHalf;
345 return lfExactlyZero;
373 if (lessSignificant != lfExactlyZero) {
374 if (moreSignificant == lfExactlyZero)
717 normalize(rmNearestTiesToEven, lfExactlyZero);
871 lost_fraction = lfExactlyZero;
1011 lost_fraction = lfExactlyZero;
1123 assert(lost_fraction != lfExactlyZero);
1182 assert(lost_fraction == lfExactlyZero);
    [all...]
  /external/llvm/include/llvm/ADT/
APFloat.h 119 lfExactlyZero, // 000000

Completed in 3765 milliseconds