Home
last modified time | relevance | path

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

123

/glibc-2.36/math/
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),
31 … TEST_fj_f (nexttoward, minus_zero, 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),
35 … TEST_fj_f (nexttoward, plus_infty, plus_infty, plus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
36 …TEST_fj_f (nexttoward, minus_infty, minus_infty, minus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED…
37 … TEST_fj_f (nexttoward, plus_infty, minus_infty, max_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
[all …]
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()
Ds_nextafter.c26 #define nexttoward __internal_nexttoward macro
94 #undef nexttoward
95 weak_alias (__nextafter, nexttoward)
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()
Dtest-math-cxx11.cc126 (void) nexttoward; in do_test()
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
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
Dmath.h348 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
366 extern double __REDIRECT_NTH (nexttoward, (double __x, long double __y),
Dtgmath.h875 #define nexttoward(Val1, Val2) \ macro
876 __TGMATH_BINARY_FIRST_REAL_STD_ONLY (Val1, Val2, nexttoward)
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-nexttoward.c1 #define nexttoward nexttoward_XXX macro
4 #undef nexttoward
9 nexttoward (double x, double y) in nexttoward() function
13 extern __typeof (nexttoward) nexttowardl attribute_hidden;
14 strong_alias (nexttoward, nexttowardl)
Ds_nextafter.c6 #undef nexttoward
7 compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
DMakefile38 nexttoward conj cacos cacosh casin catan catanh ccos ccosh \
158 CFLAGS-nldbl-nexttoward.c = -fno-builtin-nexttoward -fno-builtin-nexttowardl
DVersions104 __fpclassifyl; nexttowardf; nexttoward; __nldbl_nexttowardf;
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/
Ds_nexttoward.c5 long_double_symbol (libm, __nexttoward, nexttoward);
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_nexttoward.c87 weak_alias (__nexttoward, nexttoward)
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_nexttoward.c90 weak_alias (__nexttoward, nexttoward)
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_nexttoward.c91 long_double_symbol (libm, __nexttoward, nexttoward);
/glibc-2.36/sysdeps/i386/fpu/
Ds_nexttoward.c90 weak_alias (__nexttoward, nexttoward)
/glibc-2.36/conform/data/
Dtgmath.h-data51 macro nexttoward
/glibc-2.36/sysdeps/ia64/fpu/
Ds_nexttoward.S103 GLOBAL_LIBM_ENTRY(nexttoward)
424 GLOBAL_LIBM_END(nexttoward)
Dgen_import_file_list57 ilogb log1p logb modf nearbyint nextafter nexttoward \
/glibc-2.36/math/bits/
Dmathcalls.h264 __MATHCALL (nexttoward,, (_Mdouble_ __x, long double __y));
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/
Dlibm.abilist289 GLIBC_2.1 nexttoward F
971 GLIBC_2.4 nexttoward F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/
Dlibm.abilist288 GLIBC_2.1 nexttoward F
970 GLIBC_2.4 nexttoward F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/
Dlibm.abilist744 GLIBC_2.3 nexttoward F
964 GLIBC_2.4 nexttoward F

123