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 32 enum lostFraction { // Example of truncated bits:
471 lostFraction addOrSubtractSignificand(const APFloat &, bool subtract);
472 lostFraction multiplySignificand(const APFloat &, const APFloat *);
473 lostFraction divideSignificand(const APFloat &);
477 lostFraction shiftSignificandRight(unsigned int);
516 opStatus normalize(roundingMode, lostFraction);
520 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
  /external/llvm/lib/Support/
APFloat.cpp 309 static lostFraction
340 static lostFraction
362 static lostFraction
365 lostFraction lost_fraction;
375 static lostFraction
376 combineLostFractions(lostFraction moreSignificant,
377 lostFraction lessSignificant)
916 lostFraction
924 lostFraction lost_fraction;
1016 lostFraction lf
    [all...]

Completed in 512 milliseconds