Home | History | Annotate | Download | only in Support

Lines Matching full:fraction

305 /* Return the trailing fraction of a hexadecimal number.
306 DIGITVALUE is the first hex digit of the fraction, P points to
315 fraction immediately. */
325 assert(p != end && "Invalid trailing hexadecimal fraction!");
337 /* Return the fraction lost were a bignum truncated losing the least
360 /* Shift DST right BITS bits noting lost fraction. */
914 lost fraction. */
1111 /* Figure out the lost fraction. */
1218 new LSB, with the given lost fraction and rounding mode, the result
1300 /* Shift right and capture any new lost fraction. */
1314 fraction. */
1466 /* Invert the lost fraction - it was on the RHS and
1656 /* Can only be zero if we lost no fraction. */
2102 /* Step 1: place our absolute value, with any fraction truncated, in
2131 /* Step 2: work out any lost fraction, and increment the absolute
2778 lostFraction fraction;
2781 fraction = lostFractionThroughTruncation (significand, partsCount, bits);
2782 roundUp = roundAwayFromZero(rounding_mode, fraction, bits);