Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp583 static Expected<lostFraction>
614 static lostFraction
636 static lostFraction
639 lostFraction lost_fraction; in shiftRight()
649 static lostFraction
1219 lostFraction lost_fraction; in multiplySignificand()
1327 lostFraction lf; in multiplySignificand()
1354 lostFraction lost_fraction; in divideSignificand()
1611 lostFraction lf; in normalize()
2442 lostFraction lostFraction; in convert() local
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h48 enum lostFraction { // Example of truncated bits: enum
556 lostFraction addOrSubtractSignificand(const IEEEFloat &, bool subtract);
557 lostFraction multiplySignificand(const IEEEFloat &, IEEEFloat);
558 lostFraction multiplySignificand(const IEEEFloat&);
559 lostFraction divideSignificand(const IEEEFloat &);
563 lostFraction shiftSignificandRight(unsigned int);
591 opStatus normalize(roundingMode, lostFraction);
594 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;