Home
last modified time | relevance | path

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

/glibc-2.36/math/
Dgen-auto-libm-tests.c1183 mpfr_t rounded[rm_num_modes]; in handle_input_arg() local
1186 round_real (rounded, exc_before, exc_after, tmp, f); in handle_input_arg()
1188 if (mpfr_number_p (rounded[rm_upward]) in handle_input_arg()
1189 && (!exact_args || mpfr_equal_p (rounded[rm_upward], in handle_input_arg()
1190 rounded[rm_downward]))) in handle_input_arg()
1195 rounded[rm_upward], MPFR_RNDN)); in handle_input_arg()
1198 if (mpfr_number_p (rounded[rm_downward]) && !exact_args) in handle_input_arg()
1203 rounded[rm_downward], MPFR_RNDN)); in handle_input_arg()
1207 mpfr_clear (rounded[m]); in handle_input_arg()
/glibc-2.36/manual/
Darith.texi17 * Rounding:: Controlling how results are rounded.
587 small to be calculated accurately, or if the operation's result rounded
597 This exception is signalled if a rounded result is not exact (such as
935 precision, and then rounded to fit into the destination type. This
942 need for one of the others. In this mode results are rounded to the
951 All results are rounded to the smallest representable value
956 All results are rounded to the largest representable value which is less
960 All results are rounded to the largest representable value whose
962 result is negative it is rounded up; if it is positive, it is rounded
999 is rounded to zero. However, the sign of the result is preserved; if
[all …]
Dlocale.texi1287 than given by the field width, the displayed value is rounded. If the
1342 @code{en_US} locale is a comma. The number is also rounded.
1343 @math{.678} is rounded to @math{.68} since the format does not specify a
Dprocess.texi464 the size of a @code{char *}, plus one, rounded up to a multiple of the
Dmath.texi1302 floating point, @theglibc{} does not aim for correctly rounded results
1321 semantics, and it is then rounded according to the current rounding
Dlang.texi1049 point number with @var{q} base 10 digits can be rounded to a floating
Dllio.texi1538 for mapping must be page-aligned, and length values will be rounded up.
1717 an even number of pages, it will be rounded up.
Dmemory.texi3017 changed. It is automatically rounded up to the next multiple of the
Dstdio.texi2174 value is rounded to the nearest number that fits.
Dtexinfo.tex7149 % @cartouche ... @end cartouche: draw rectangle w/rounded corners around
/glibc-2.36/ChangeLog.old/
DChangeLog.1830507 of log (10) rounded downward to 48 bits.
65118 * math/test-misc.c (main): Do not treat incorrectly rounded
73768 of pi/2 rounded to nearest to 64 bits.
73769 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
73771 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
75796 systems when result rounded to normal precision would have normal
75800 systems when result rounded to normal precision would have normal
75804 systems when result rounded to normal precision would have normal
DChangeLog.nptl1245 __libc_stack_end rounded to the end of containing page as the
DChangeLog.1312268 * math/libm-test.inc (print_ulps): Print ulp values rounded to
DChangeLog.1710325 #.0g and value rounded to 1.0.
DChangeLog.168356 lies outside the page-rounded-down relro region.