Lines Matching full:rounding
527 when rounding up during hexadecimal output. */
1138 new LSB, with the given lost fraction and rounding mode, the result
1176 llvm_unreachable("Invalid rounding mode found");
1189 /* Before rounding normalize the exponent of fcNormal numbers. */
1199 the rounding mode. */
1246 /* Increment the significand if we're rounding away from zero. */
1322 /* Sign depends on rounding mode; handled by caller. */
1578 positive zero unless rounding to minus infinity, except that
1747 positive zero unless rounding to minus infinity, except that
1926 rounding mode. If the rounded integer value is out of range this
2022 /* This case can happen because of rounding. */
2097 rounding according to ROUNDING_MODE. The sign of the floating
2149 rounding according to ROUNDING_MODE. ISSIGNED is true if the
2514 HEXDIGITS digits appear altogether, rounding the value if
2672 after rounding above. */
3339 // Rounding down is just a truncation, except we also want to drop
3350 // Rounding up requires a decimal add-with-carry. If we continue