Home
last modified time | relevance | path

Searched refs:nexttoward (Results 1 – 11 of 11) sorted by relevance

/math/
A Dlibm-test-nexttoward.inc1 /* 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 Dbug-nexttoward.c127 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 Dtest-misc.c713 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 Dtest-tgmath.c282 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 Ds_nextafter.c26 #define nexttoward __internal_nexttoward macro
94 #undef nexttoward
95 weak_alias (__nextafter, nexttoward)
A DMakefile239 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 Dmath.h348 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
366 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
A Dtgmath.h875 #define nexttoward(Val1, Val2) \ macro
876 __TGMATH_BINARY_FIRST_REAL_STD_ONLY (Val1, Val2, nexttoward)
A Dtest-math-cxx11.cc126 (void) nexttoward; in do_test()
A DVersions109 nexttoward; nexttowardf; nexttowardl;
/math/bits/
A Dmathcalls.h264 __MATHCALL (nexttoward,, (_Mdouble_ __x, long double __y));

Completed in 19 milliseconds