Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp367 lostFraction lost_fraction; in shiftRight() local
369 lost_fraction = lostFractionThroughTruncation(dst, parts, bits); in shiftRight()
373 return lost_fraction; in shiftRight()
944 lostFraction lost_fraction; in multiplySignificand() local
966 lost_fraction = lfExactlyZero; in multiplySignificand()
1019 lost_fraction = extendedAddend.shiftSignificandRight(1); in multiplySignificand()
1020 assert(lost_fraction == lfExactlyZero && in multiplySignificand()
1023 lost_fraction = addOrSubtractSignificand(extendedAddend, false); in multiplySignificand()
1053 lost_fraction = combineLostFractions(lf, lost_fraction); in multiplySignificand()
1062 return lost_fraction; in multiplySignificand()
[all …]