Lines Matching refs:fraction
306 /* Return the trailing fraction of a hexadecimal number.
307 DIGITVALUE is the first hex digit of the fraction, P points to
316 fraction immediately. */
326 assert(p != end && "Invalid trailing hexadecimal fraction!");
338 /* Return the fraction lost were a bignum truncated losing the least
361 /* Shift DST right BITS bits noting lost fraction. */
897 lost fraction. */
1082 /* Figure out the lost fraction. */
1189 new LSB, with the given lost fraction and rounding mode, the result
1271 /* Shift right and capture any new lost fraction. */
1285 fraction. */
1435 /* Invert the lost fraction - it was on the RHS and
1625 /* Can only be zero if we lost no fraction. */
2071 /* Step 1: place our absolute value, with any fraction truncated, in
2100 /* Step 2: work out any lost fraction, and increment the absolute
2747 lostFraction fraction;
2750 fraction = lostFractionThroughTruncation (significand, partsCount, bits);
2751 roundUp = roundAwayFromZero(rounding_mode, fraction, bits);