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:
381 lostFraction addOrSubtractSignificand(const APFloat &, bool subtract);
382 lostFraction multiplySignificand(const APFloat &, const APFloat *);
383 lostFraction divideSignificand(const APFloat &);
387 lostFraction shiftSignificandRight(unsigned int);
402 opStatus normalize(roundingMode, lostFraction);
406 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
  /external/llvm/lib/Support/
APFloat.cpp 321 static lostFraction
352 static lostFraction
374 static lostFraction
377 lostFraction lost_fraction;
387 static lostFraction
388 combineLostFractions(lostFraction moreSignificant,
389 lostFraction lessSignificant)
872 lostFraction
880 lostFraction lost_fraction;
947 lostFraction lf
    [all...]

Completed in 34 milliseconds