Searched refs:lost_fraction (Results 1 – 1 of 1) sorted by relevance
495 lostFraction lost_fraction; in shiftRight() local497 lost_fraction = lostFractionThroughTruncation(dst, parts, bits); in shiftRight()501 return lost_fraction; in shiftRight()1001 lostFraction lost_fraction; in multiplySignificand() local1023 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 …]