Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h118 enum lostFraction { // Example of truncated bits: enum
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/
DAPFloat.h34 enum lostFraction { // Example of truncated bits: enum
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/lib/Support/
DAPFloat.cpp320 static lostFraction
351 static lostFraction
373 static lostFraction
376 lostFraction lost_fraction; in shiftRight()
386 static lostFraction
387 combineLostFractions(lostFraction moreSignificant, in combineLostFractions()
388 lostFraction lessSignificant) in combineLostFractions()
871 lostFraction
879 lostFraction lost_fraction; in multiplySignificand()
946 lostFraction lf; in multiplySignificand()
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp312 static lostFraction
343 static lostFraction
365 static lostFraction
368 lostFraction lost_fraction; in shiftRight()
378 static lostFraction
379 combineLostFractions(lostFraction moreSignificant, in combineLostFractions()
380 lostFraction lessSignificant) in combineLostFractions()
939 lostFraction
947 lostFraction lost_fraction; in multiplySignificand()
1051 lostFraction lf; in multiplySignificand()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h38 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;