Searched refs:nextdown (Results 1 – 25 of 46) sorted by relevance
12
/glibc-2.36/math/ |
D | libm-test-nextdown.inc | 1 /* Test nextdown. 23 TEST_f_f (nextdown, minus_zero, -min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 24 TEST_f_f (nextdown, 0, -min_subnorm_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 TEST_f_f (nextdown, min_subnorm_value, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (nextdown, -max_value, minus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (nextdown, plus_infty, max_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 28 TEST_f_f (nextdown, minus_infty, minus_infty, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 29 TEST_f_f (nextdown, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 30 TEST_f_f (nextdown, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 31 TEST_f_f (nextdown, snan_value, qnan_value, NO_INEXACT_EXCEPTION|INVALID_EXCEPTION), [all …]
|
D | s_nextdown_template.c | 28 declare_mgen_alias (__nextdown, nextdown);
|
D | test-tgmath.c | 281 a = nextdown (nextdown (a)); in F() 861 (F(nextdown)) (TYPE x) in TYPE() argument
|
D | tgmath.h | 868 # define nextdown(Val) __TGMATH_UNARY_REAL_ONLY (Val, nextdown) macro
|
D | Makefile | 301 lround modf nearbyint nextafter nextdown nexttoward \ 383 cproj creal roundeven nextup nextdown fminmag fmaxmag \
|
D | Versions | 216 nextdown; nextdownf; nextdownl;
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-nextdown.c | 26 return nextdown (x); in nextdownl()
|
D | Makefile | 45 nextup nextdown totalorder totalordermag getpayload \ 157 CFLAGS-nldbl-nextdown.c = -fno-builtin-nextdownl
|
/glibc-2.36/math/bits/ |
D | mathcalls.h | 269 __MATHCALL (nextdown,, (_Mdouble_ __x));
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libm.abilist | 588 GLIBC_2.35 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libm.abilist | 528 GLIBC_2.32 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/ |
D | libm.abilist | 372 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libm.abilist | 61 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libm.abilist | 582 GLIBC_2.29 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | libm.abilist | 373 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | libm.abilist | 372 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libm.abilist | 372 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/be/ |
D | libm.abilist | 372 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/coldfire/ |
D | libm.abilist | 61 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/be/ |
D | libm.abilist | 373 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/le/ |
D | libm.abilist | 373 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/be/ |
D | libm.abilist | 61 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/m680x0/ |
D | libm.abilist | 410 GLIBC_2.24 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libm.abilist | 715 GLIBC_2.33 nextdown F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libm.abilist | 411 GLIBC_2.24 nextdown F
|
12