Searched refs:lostFraction (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APFloat.cpp | 439 static Expected<lostFraction> 470 static lostFraction 492 static lostFraction 495 lostFraction lost_fraction; in shiftRight() 505 static lostFraction 506 combineLostFractions(lostFraction moreSignificant, in combineLostFractions() 507 lostFraction lessSignificant) in combineLostFractions() 994 lostFraction IEEEFloat::multiplySignificand(const IEEEFloat &rhs, in multiplySignificand() 1001 lostFraction lost_fraction; in multiplySignificand() 1109 lostFraction lf; in multiplySignificand() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APFloat.h | 38 enum lostFraction { // Example of truncated bits: enum 500 lostFraction addOrSubtractSignificand(const IEEEFloat &, bool subtract); 501 lostFraction multiplySignificand(const IEEEFloat &, const IEEEFloat *); 502 lostFraction divideSignificand(const IEEEFloat &); 506 lostFraction shiftSignificandRight(unsigned int); 531 opStatus normalize(roundingMode, lostFraction); 534 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APFloat.h | 48 enum lostFraction { // Example of truncated bits: enum 489 lostFraction addOrSubtractSignificand(const IEEEFloat &, bool subtract); 490 lostFraction multiplySignificand(const IEEEFloat &, IEEEFloat); 491 lostFraction multiplySignificand(const IEEEFloat&); 492 lostFraction divideSignificand(const IEEEFloat &); 496 lostFraction shiftSignificandRight(unsigned int); 521 opStatus normalize(roundingMode, lostFraction); 524 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
|