Searched refs:fmaxmag (Results 1 – 25 of 46) sorted by relevance
12
/glibc-2.36/math/ |
D | libm-test-fmaxmag.inc | 1 /* Test fmaxmag. 23 TEST_ff_f (fmaxmag, 0, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 24 TEST_ff_f (fmaxmag, minus_zero, minus_zero, minus_zero, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 25 … TEST_ff_f (fmaxmag, 0, minus_zero, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), 26 … TEST_ff_f (fmaxmag, minus_zero, 0, 0, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED|IGNORE_ZERO_INF_SIGN), 27 …TEST_ff_f (fmaxmag, min_subnorm_value, min_subnorm_value, min_subnorm_value, NO_INEXACT_EXCEPTION|… 28 …TEST_ff_f (fmaxmag, min_subnorm_value, -min_subnorm_value, min_subnorm_value, NO_INEXACT_EXCEPTION… 29 …TEST_ff_f (fmaxmag, -min_subnorm_value, min_subnorm_value, min_subnorm_value, NO_INEXACT_EXCEPTION… 30 …TEST_ff_f (fmaxmag, -min_subnorm_value, -min_subnorm_value, -min_subnorm_value, NO_INEXACT_EXCEPTI… 31 TEST_ff_f (fmaxmag, min_value, min_value, min_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), [all …]
|
D | s_fmaxmag_template.c | 38 declare_mgen_alias (__fmaxmag, fmaxmag);
|
D | test-tgmath.c | 292 b = fmaxmag (fmaxmag (a, x), fmaxmag (c, b)); in F() 404 a = fmaxmag (y, y); in F() 965 (F(fmaxmag)) (TYPE x, TYPE y) in TYPE() argument
|
D | tgmath.h | 941 # define fmaxmag(Val1, Val2) __TGMATH_BINARY_REAL_ONLY (Val1, Val2, fmaxmag) macro
|
D | Makefile | 294 fmaximum_mag_num fmaximum_num fmaxmag fmin fminimum \ 383 cproj creal roundeven nextup nextdown fminmag fmaxmag \
|
D | Versions | 228 fmaxmag; fmaxmagf; fmaxmagl; fminmag; fminmagf; fminmagl;
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-fmaxmag.c | 25 return fmaxmag (x, y); in fmaxmagl()
|
D | Makefile | 46 canonicalize setpayload setpayloadsig llogb fmaxmag fminmag \ 117 CFLAGS-nldbl-fmaxmag.c = -fno-builtin-fmaxmagl
|
/glibc-2.36/math/bits/ |
D | mathcalls.h | 377 __MATHCALLX (fmaxmag,, (_Mdouble_ __x, _Mdouble_ __y), (__const__));
|
/glibc-2.36/sysdeps/unix/sysv/linux/or1k/ |
D | libm.abilist | 375 GLIBC_2.35 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arc/ |
D | libm.abilist | 341 GLIBC_2.32 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/mips32/ |
D | libm.abilist | 387 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/le/ |
D | libm.abilist | 76 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/csky/ |
D | libm.abilist | 395 GLIBC_2.29 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/nios2/ |
D | libm.abilist | 388 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/ |
D | libm.abilist | 387 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/le/ |
D | libm.abilist | 387 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/be/ |
D | libm.abilist | 387 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/coldfire/ |
D | libm.abilist | 76 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/be/ |
D | libm.abilist | 388 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/le/ |
D | libm.abilist | 388 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/be/ |
D | libm.abilist | 76 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/m680x0/ |
D | libm.abilist | 427 GLIBC_2.25 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/rv32/ |
D | libm.abilist | 468 GLIBC_2.33 fmaxmag F
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/ |
D | libm.abilist | 429 GLIBC_2.25 fmaxmag F
|
12