Searched refs:max (Results 1 – 25 of 39) sorted by relevance
12
/math/ |
A D | auto-libm-test-in | 157 add max max 158 add max -max 159 add -max max 160 add -max -max 458 atan2 max max 459 atan2 max -max 460 atan2 -max max 461 atan2 -max -max 6658 mul max max 6750 pow max max [all …]
|
A D | gen-auto-libm-tests.c | 194 mpfr_t max; member 712 mpfr_init2 (fp_formats[f].max, fp_formats[f].mant_dig); in init_fp_formats() 716 assert_exact (mpfr_strtofr (fp_formats[f].max, in init_fp_formats() 723 assert_exact (mpfr_set_ui_2exp (fp_formats[f].max, 1, in init_fp_formats() 726 mpfr_nextbelow (fp_formats[f].max); in init_fp_formats() 760 assert_exact (mpfr_set (res0, fp_formats[format].max, MPFR_RNDN)); in special_fill_max() 769 assert_exact (mpfr_neg (res0, fp_formats[format].max, MPFR_RNDN)); in special_fill_minus_max() 1064 if (mpfr_cmpabs (res[m], fp_formats[format].max) > 0) in round_real() 1090 assert_exact (mpfr_copysign (res[m], fp_formats[format].max, in round_real()
|
A D | test-math-iszero.cc | 61 CHECK (iszero (limits::max ()), 0); in check_type() 62 CHECK (iszero (-limits::max ()), 0); in check_type()
|
A D | gen-tgmath-tests.py | 276 order = (max(combined.order[0], t.order[0]), 277 max(combined.order[1], t.order[1]))
|
A D | auto-libm-test-out-atan2 | 301 atan2 max max 530 atan2 max -max 759 atan2 -max max 988 atan2 -max -max 1217 atan2 max min 1787 atan2 -max min 2072 atan2 max -min 10454 atan2 1 -max 10523 atan2 -1 -max 11620 atan2 1 max [all …]
|
A D | README.libm-test | 72 ./testrun.sh math/test-double -u --ignore-max-ulp=yes
|
A D | gen-libm-test.py | 169 ulps_dict[ulps_fn][line_first] = max(
|
A D | auto-libm-test-out-atan | 51 atan max 120 atan -max
|
A D | auto-libm-test-out-cbrt | 1018 cbrt max xfail:ibm128-libgcc 1087 cbrt -max xfail:ibm128-libgcc
|
A D | auto-libm-test-out-fma | 801 fma 0 0 max xfail-rounding:ibm128-libgcc missing-errno 970 fma 0 1 max xfail-rounding:ibm128-libgcc missing-errno 1039 fma 1 0 max xfail-rounding:ibm128-libgcc missing-errno 4124 fma max max min missing-errno 5145 fma max max -min missing-errno 6166 fma max -max min missing-errno 7187 fma max -max -min missing-errno 8208 fma -max max min missing-errno 9229 fma -max max -min missing-errno 10250 fma -max -max min missing-errno [all …]
|
A D | auto-libm-test-out-pow | 789 pow max max 1018 pow 10 -max 2759 pow 0.0 max 2997 pow -0 max 5162 pow -1.0 max 6945 pow -max -2 7014 pow -max -3 7083 pow -max 2 7152 pow -max 3 9471 pow -max -max [all …]
|
A D | auto-libm-test-out-narrow-div | 485 div 0 max 606 div 0 -max 1211 div -0 max 1332 div -0 -max 1453 div max max xfail:ibm128-libgcc 2054 div max -max xfail:ibm128-libgcc 2655 div -max max xfail:ibm128-libgcc 3256 div -max -max xfail:ibm128-libgcc 8665 div max min xfail-rounding:ibm128-libgcc 9266 div max -min xfail-rounding:ibm128-libgcc [all …]
|
A D | auto-libm-test-out-sincos | 1644 sincos max 1713 sincos -max
|
A D | auto-libm-test-out-tanh | 2397 tanh max 2466 tanh -max
|
A D | auto-libm-test-out-asinh | 3060 asinh max 3129 asinh -max
|
A D | auto-libm-test-out-cos | 2199 cos max 2268 cos -max
|
A D | auto-libm-test-out-erf | 3038 erf max 3107 erf -max
|
A D | auto-libm-test-out-expm1 | 1126 expm1 max 1195 expm1 -max
|
A D | auto-libm-test-out-tan | 3010 tan max 3079 tan -max
|
A D | auto-libm-test-out-log | 1287 log max
|
A D | auto-libm-test-out-sin | 3392 sin max 3461 sin -max
|
A D | auto-libm-test-out-sinh | 2223 sinh max 2292 sinh -max
|
A D | auto-libm-test-out-log10 | 1453 log10 max
|
A D | auto-libm-test-out-cosh | 958 cosh max 1027 cosh -max
|
A D | auto-libm-test-out-erfc | 3450 erfc max 3519 erfc -max
|
Completed in 343 milliseconds
12