Home
last modified time | relevance | path

Searched refs:lostFraction (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/ADT/
HDAPFloat.h32 enum lostFraction { // Example of truncated bits: enum
538 lostFraction addOrSubtractSignificand(const APFloat &, bool subtract);
539 lostFraction multiplySignificand(const APFloat &, const APFloat *);
540 lostFraction divideSignificand(const APFloat &);
544 lostFraction shiftSignificandRight(unsigned int);
583 opStatus normalize(roundingMode, lostFraction);
587 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/NextBSD/contrib/llvm/lib/Support/
HDAPFloat.cpp311 static lostFraction
342 static lostFraction
364 static lostFraction
367 lostFraction lost_fraction; in shiftRight()
377 static lostFraction
378 combineLostFractions(lostFraction moreSignificant, in combineLostFractions()
379 lostFraction lessSignificant) in combineLostFractions()
918 lostFraction
926 lostFraction lost_fraction; in multiplySignificand()
1030 lostFraction lf; in multiplySignificand()
[all …]