Home
last modified time | relevance | path

Searched refs:nexttowardf (Results 1 – 25 of 57) sorted by relevance

123

/glibc-2.36/math/
Dbug-nexttoward.c26 if (nexttowardf (m, tl) != fi) in main()
37 if (nexttowardf (-m, -tl) != -fi) in main()
51 fi = nexttowardf (m, fi); in main()
64 fi = nexttowardf (-m, -fi); in main()
77 m = nexttowardf (zero, inf); in main()
89 if (nexttowardf (m, fi) != 0.0) in main()
100 m = nexttowardf (copysignf (zero, -1.0), -inf); in main()
112 if (nexttowardf (m, -fi) != 0.0) in main()
Dtest-misc.c399 if (nexttowardf (0.0f, INFINITY) != nexttowardf (0.0f, 1.0f) in do_test()
400 || nexttowardf (-0.0f, INFINITY) != nexttowardf (-0.0f, 1.0f) in do_test()
401 || nexttowardf (0.0f, -INFINITY) != nexttowardf (0.0f, -1.0f) in do_test()
402 || nexttowardf (-0.0f, -INFINITY) != nexttowardf (-0.0f, -1.0f)) in do_test()
Ds_nexttowardf.c76 weak_alias (__nexttowardf, nexttowardf)
Dtest-math-cxx11.cc127 (void) nexttowardf; in do_test()
Dmath.h345 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y),
363 extern float __REDIRECT_NTH (nexttowardf, (float __x, long double __y),
DVersions109 nexttoward; nexttowardf; nexttowardl;
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-nexttowardf.c1 #define nexttowardf nexttowardf_XXX macro
3 #undef nexttowardf
9 nexttowardf (float x, double y) in nexttowardf() function
Ds_nexttowardfd.c81 compat_symbol (libm, __nldbl_nexttowardf, nexttowardf, GLIBC_2_1);
DMakefile37 jn yn ilogb remquo lrint lround llrint llround nexttowardf \
159 CFLAGS-nldbl-nexttowardf.c = -fno-builtin-nexttowardf
DVersions104 __fpclassifyl; nexttowardf; nexttoward; __nldbl_nexttowardf;
/glibc-2.36/sysdeps/ieee754/ldbl-64-128/
Ds_nexttowardf.c5 long_double_symbol (libm, __nexttowardf, nexttowardf);
/glibc-2.36/sysdeps/i386/fpu/
Ds_nexttowardf.c77 weak_alias (__nexttowardf, nexttowardf)
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_nexttowardf.c74 weak_alias (__nexttowardf, nexttowardf)
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Ds_nexttowardf.c80 long_double_symbol (libm, __nexttowardf, nexttowardf);
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_nexttowardf.c77 weak_alias (__nexttowardf, nexttowardf)
/glibc-2.36/sysdeps/ia64/fpu/
Ds_nexttowardf.S103 GLOBAL_LIBM_ENTRY(nexttowardf)
430 GLOBAL_LIBM_END(nexttowardf)
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/
Dlibm.abilist290 GLIBC_2.1 nexttowardf F
972 GLIBC_2.4 nexttowardf F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/
Dlibm.abilist289 GLIBC_2.1 nexttowardf F
971 GLIBC_2.4 nexttowardf F
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/be/
Dlibm.abilist745 GLIBC_2.3 nexttowardf F
965 GLIBC_2.4 nexttowardf F
/glibc-2.36/conform/data/
Dmath.h-data206 function float nexttowardf (float, long double)
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-32/
Dlibm.abilist286 GLIBC_2.1 nexttowardf F
1229 GLIBC_2.4 nexttowardf F
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc32/
Dlibm.abilist286 GLIBC_2.1 nexttowardf F
1236 GLIBC_2.4 nexttowardf F
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/
Dlibm.abilist330 GLIBC_2.2 nexttowardf F
1229 GLIBC_2.4 nexttowardf F
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/
Dlibm.abilist287 GLIBC_2.1 nexttowardf F
1285 GLIBC_2.4 nexttowardf F
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/
Dlibm.abilist595 GLIBC_2.35 nexttowardf F

123