Searched defs:lostFraction (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPFloat.h118 enum lostFraction { // Example of truncated bits: enum in namespace:llvm
372 lostFraction addOrSubtractSignificand(const APFloat &, bool subtract);
373 lostFraction multiplySignificand(const APFloat &, const APFloat *);
374 lostFraction divideSignificand(const APFloat &);
378 lostFraction shiftSignificandRight(unsigned int);
393 opStatus normalize(roundingMode, lostFraction);
397 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/external/llvm/include/llvm/ADT/
H A DAPFloat.h34 enum lostFraction { // Example of truncated bits: enum in namespace:llvm
539 lostFraction addOrSubtractSignificand(const APFloat &, bool subtract);
540 lostFraction multiplySignificand(const APFloat &, const APFloat *);
541 lostFraction divideSignificand(const APFloat &);
545 lostFraction shiftSignificandRight(unsigned int);
585 opStatus normalize(roundingMode, lostFraction);
589 bool roundAwayFromZero(roundingMode, lostFraction, unsigned int) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DAPFloat.h38 enum lostFraction { // Example of truncated bits: enum in namespace:llvm
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;

Completed in 265 milliseconds