Searched refs:nexttoward (Results 1 – 11 of 11) sorted by relevance
/math/ |
A D | libm-test-nexttoward.inc | 1 /* Test nexttoward. 28 TEST_fj_f (nexttoward, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 29 TEST_fj_f (nexttoward, minus_zero, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 30 TEST_fj_f (nexttoward, 0, minus_zero, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 33 TEST_fj_f (nexttoward, 9, 9, 9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 34 TEST_fj_f (nexttoward, -9, -9, -9, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 40 TEST_fj_f (nexttoward, qnan_value, 1.1L, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 41 TEST_fj_f (nexttoward, -qnan_value, 1.1L, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 91 TEST_fj_f (nexttoward, 1.0, 1.1L, 0x1.000002p0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 94 TEST_fj_f (nexttoward, 1.0, 0.9L, 0x0.ffffffp0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
A D | bug-nexttoward.c | 127 if (nexttoward (dm, tl) != di) in main() 138 if (nexttoward (-dm, -tl) != -di) in main() 152 di = nexttoward (dm, di); in main() 165 di = nexttoward (-dm, -di); in main() 178 dm = nexttoward (zero, inf); in main() 190 if (nexttoward (dm, di) != 0.0) in main() 201 dm = nexttoward (copysign (zero, -1.0), -inf); in main() 213 if (nexttoward (dm, -di) != 0.0) in main()
|
A D | test-misc.c | 713 if (nexttoward (0.0, INFINITY) != nexttoward (0.0, 1.0) in do_test() 714 || nexttoward (-0.0, INFINITY) != nexttoward (-0.0, 1.0) in do_test() 715 || nexttoward (0.0, -INFINITY) != nexttoward (0.0, -1.0) in do_test() 716 || nexttoward (-0.0, -INFINITY) != nexttoward (-0.0, -1.0)) in do_test()
|
A D | test-tgmath.c | 282 b = nexttoward (nexttoward (x, a), c); in F() 395 a = nexttoward (y, y); in F() 869 (F(nexttoward)) (TYPE x, long double y) in TYPE() argument
|
A D | s_nextafter.c | 26 #define nexttoward __internal_nexttoward macro 94 #undef nexttoward 95 weak_alias (__nextafter, nexttoward)
|
A D | Makefile | 239 test-tgmath-ret bug-nextafter bug-nexttoward bug-tgmath1 \ 301 lround modf nearbyint nextafter nextdown nexttoward \ 380 nextafter nexttoward remainder remquo rint round scalbn \ 737 CFLAGS-s_nexttoward.c += -fno-builtin-nexttoward -fno-builtin-nexttowardl
|
A D | math.h | 348 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y), 366 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
|
A D | tgmath.h | 875 #define nexttoward(Val1, Val2) \ macro 876 __TGMATH_BINARY_FIRST_REAL_STD_ONLY (Val1, Val2, nexttoward)
|
A D | test-math-cxx11.cc | 126 (void) nexttoward; in do_test()
|
A D | Versions | 109 nexttoward; nexttowardf; nexttowardl;
|
/math/bits/ |
A D | mathcalls.h | 264 __MATHCALL (nexttoward,, (_Mdouble_ __x, long double __y));
|
Completed in 19 milliseconds