Searched refs:lostFraction (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | APFloat.cpp | 642 static Expected<lostFraction> 673 static lostFraction 695 static lostFraction 698 lostFraction lost_fraction; in shiftRight() 708 static lostFraction 709 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() 710 lostFraction lessSignificant) in combineLostFractions() 1292 lostFraction IEEEFloat::multiplySignificand(const IEEEFloat &rhs, in multiplySignificand() 1300 lostFraction lost_fraction; in multiplySignificand() 1409 lostFraction lf; in multiplySignificand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APFloat.h | 50 enum lostFraction { // Example of truncated bits: enum 676 LLVM_ABI lostFraction addOrSubtractSignificand(const IEEEFloat &, 678 lostFraction multiplySignificand(const IEEEFloat &, IEEEFloat, 680 lostFraction multiplySignificand(const IEEEFloat&); 681 lostFraction divideSignificand(const IEEEFloat &); 685 lostFraction shiftSignificandRight(unsigned int); 714 opStatus normalize(roundingMode, lostFraction); 717 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23430 …ENS_12lostFractionE", "llvm::APFloat::normalize(llvm::APFloat::roundingMode, llvm::lostFraction)"}, 23458 … "llvm::APFloat::roundAwayFromZero(llvm::APFloat::roundingMode, llvm::lostFraction, unsigned int) …
|