Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp495 lostFraction lost_fraction; in shiftRight() local
497 lost_fraction = lostFractionThroughTruncation(dst, parts, bits); in shiftRight()
501 return lost_fraction; in shiftRight()
1001 lostFraction lost_fraction; in multiplySignificand() local
1023 lost_fraction = lfExactlyZero; in multiplySignificand()
1079 lost_fraction = extendedAddend.shiftSignificandRight(1); in multiplySignificand()
1080 assert(lost_fraction == lfExactlyZero && in multiplySignificand()
1083 lost_fraction = addOrSubtractSignificand(extendedAddend, false); in multiplySignificand()
1114 lost_fraction = combineLostFractions(lf, lost_fraction); in multiplySignificand()
1123 return lost_fraction; in multiplySignificand()
[all …]