/glibc-2.36/math/ |
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), 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 …]
|
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()
|
D | s_nextafter.c | 26 #define nexttoward __internal_nexttoward macro 94 #undef nexttoward 95 weak_alias (__nextafter, nexttoward)
|
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()
|
D | test-math-cxx11.cc | 126 (void) nexttoward; in do_test()
|
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
|
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
|
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),
|
D | tgmath.h | 875 #define nexttoward(Val1, Val2) \ macro 876 __TGMATH_BINARY_FIRST_REAL_STD_ONLY (Val1, Val2, nexttoward)
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-nexttoward.c | 1 #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)
|
D | s_nextafter.c | 6 #undef nexttoward 7 compat_symbol (libm, __nexttowardd, nexttoward, GLIBC_2_1);
|
D | Makefile | 38 nexttoward conj cacos cacosh casin catan catanh ccos ccosh \ 158 CFLAGS-nldbl-nexttoward.c = -fno-builtin-nexttoward -fno-builtin-nexttowardl
|
D | Versions | 104 __fpclassifyl; nexttowardf; nexttoward; __nldbl_nexttowardf;
|
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/ |
D | s_nexttoward.c | 5 long_double_symbol (libm, __nexttoward, nexttoward);
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_nexttoward.c | 87 weak_alias (__nexttoward, nexttoward)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_nexttoward.c | 90 weak_alias (__nexttoward, nexttoward)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | s_nexttoward.c | 91 long_double_symbol (libm, __nexttoward, nexttoward);
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_nexttoward.c | 90 weak_alias (__nexttoward, nexttoward)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 51 macro nexttoward
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_nexttoward.S | 103 GLOBAL_LIBM_ENTRY(nexttoward) 424 GLOBAL_LIBM_END(nexttoward)
|
D | gen_import_file_list | 57 ilogb log1p logb modf nearbyint nextafter nexttoward \
|
/glibc-2.36/math/bits/ |
D | mathcalls.h | 264 __MATHCALL (nexttoward,, (_Mdouble_ __x, long double __y));
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libm.abilist | 289 GLIBC_2.1 nexttoward F 971 GLIBC_2.4 nexttoward F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/ |
D | libm.abilist | 288 GLIBC_2.1 nexttoward F 970 GLIBC_2.4 nexttoward F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/ |
D | libm.abilist | 744 GLIBC_2.3 nexttoward F 964 GLIBC_2.4 nexttoward F
|