Searched refs:round (Results 1 – 12 of 12) sorted by relevance
/math/ |
A D | libm-test-round.inc | 1 /* Test round. 23 TEST_f_f (round, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 34 TEST_f_f (round, 1, 1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 35 TEST_f_f (round, 2, 2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 54 TEST_f_f (round, -1, -1, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 55 TEST_f_f (round, -2, -2, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 73 TEST_f_f (round, 0.2L, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 75 TEST_f_f (round, 0.5, 1.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 79 TEST_f_f (round, 1.5, 2.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 81 TEST_f_f (round, 0.1, 0.0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
A D | test-tgmath.c | 267 b = round (round (a)); in F() 380 a = round (y); in F() 717 (F(round)) (TYPE x) in TYPE() argument 781 (F(fromfp)) (TYPE x, int round, unsigned int width) in intmax_t() 789 (F(fromfpx)) (TYPE x, int round, unsigned int width) in intmax_t() 797 (F(ufromfp)) (TYPE x, int round, unsigned int width) in uintmax_t() 805 (F(ufromfpx)) (TYPE x, int round, unsigned int width) in uintmax_t()
|
A D | fromfp.h | 56 int round) in fromfp_round() argument 58 switch (round) in fromfp_round() 152 bool more_bits, int round, int exponent, in fromfp_round_and_return() argument 155 uintmax_t uret = fromfp_round (negative, x, half_bit, more_bits, round); in fromfp_round_and_return()
|
A D | fesetround.c | 22 __fesetround (int round) in __fesetround() argument 25 return (round == FE_TONEAREST) ? 0 : 1; in __fesetround()
|
A D | tgmath.h | 829 #define round(Val) __TGMATH_UNARY_REAL_ONLY (Val, round) macro
|
A D | Makefile | 302 nextup remainder remquo rint round roundeven scalb \ 380 nextafter nexttoward remainder remquo rint round scalbn \
|
A D | test-math-cxx11.cc | 138 (void) round; in do_test()
|
A D | libm-test-llround.inc | 184 * representable whole-number in the 'double' range that might round
|
A D | libm-test-lround.inc | 252 * representable whole-number in the 'double' range that might round
|
A D | Versions | 114 round; roundf; roundl;
|
A D | auto-libm-test-in | 4856 # should round the result up but double rounding would wrongly round 6302 # Integers +/- 1ulp for binary128 (gen-auto-libm-tests will round these
|
/math/bits/ |
A D | mathcalls.h | 301 __MATHCALLX (round,, (_Mdouble_ __x), (__const__));
|
Completed in 23 milliseconds