HomeSort by relevance Sort by last modified time
    Searched refs:lostFraction (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/ADT/
APFloat.h 118 enum lostFraction { // Example of truncated bits:
372 lostFraction addOrSubtractSignificand(const APFloat &, bool subtract);
373 lostFraction multiplySignificand(const APFloat &, const APFloat *);
374 lostFraction divideSignificand(const APFloat &);
378 lostFraction shiftSignificandRight(unsigned int);
393 opStatus normalize(roundingMode, lostFraction);
397 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
  /external/llvm/lib/Support/
APFloat.cpp 320 static lostFraction
351 static lostFraction
373 static lostFraction
376 lostFraction lost_fraction;
386 static lostFraction
387 combineLostFractions(lostFraction moreSignificant,
388 lostFraction lessSignificant)
871 lostFraction
879 lostFraction lost_fraction;
946 lostFraction lf
    [all...]

Completed in 81 milliseconds