Searched refs:acosh (Results 1 – 25 of 111) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-acosh | 1 acosh 1 2 = acosh downward binary32 0x1p+0 : 0x0p+0 : inexact-ok 3 = acosh tonearest binary32 0x1p+0 : 0x0p+0 : inexact-ok 4 = acosh towardzero binary32 0x1p+0 : 0x0p+0 : inexact-ok 5 = acosh upward binary32 0x1p+0 : 0x0p+0 : inexact-ok 6 = acosh downward binary64 0x1p+0 : 0x0p+0 : inexact-ok 7 = acosh tonearest binary64 0x1p+0 : 0x0p+0 : inexact-ok 8 = acosh towardzero binary64 0x1p+0 : 0x0p+0 : inexact-ok 9 = acosh upward binary64 0x1p+0 : 0x0p+0 : inexact-ok 10 = acosh downward intel96 0x1p+0 : 0x0p+0 : inexact-ok [all …]
|
D | libm-test-acosh.inc | 1 /* Test acosh. 23 TEST_f_f (acosh, plus_infty, plus_infty, ERRNO_UNCHANGED), 24 TEST_f_f (acosh, minus_infty, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 25 TEST_f_f (acosh, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (acosh, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (acosh, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (acosh, -snan_value, qnan_value, INVALID_EXCEPTION), 31 TEST_f_f (acosh, 0.75L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 32 TEST_f_f (acosh, min_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), 33 TEST_f_f (acosh, min_subnorm_value, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM), [all …]
|
D | test-tgmath.c | 242 b = acosh (acosh (a)); in F() 323 z = acosh (acosh (d)); in F() 355 a = acosh (y); in F() 430 d = acosh ((const complex TYPE) z); in F() 517 (F(acosh)) (TYPE x) in TYPE() argument
|
D | w_acoshf_compat.c | 35 libm_alias_float (__acosh, acosh)
|
D | w_acoshl_compat.c | 35 libm_alias_ldouble (__acosh, acosh)
|
D | w_acosh_compat.c | 35 libm_alias_double (__acosh, acosh)
|
D | w_acosh_template.c | 37 declare_mgen_alias (__acosh, acosh)
|
D | auto-libm-test-in | 91 acosh 1 92 acosh 0x1.000002p0 93 acosh 0x1.0000000000001p0 94 acosh 0x1.0000000000000002p0 95 acosh 0x1.000000000000000000000000008p0 96 acosh 0x1.0000000000000000000000000001p0 97 acosh 1.625 98 acosh 7 99 acosh 100 100 acosh 1e5 [all …]
|
D | test-math-cxx11.cc | 48 (void) acosh; in do_test()
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-acosh.c | 2 #define LIBMVEC_FUNC acosh
|
D | svml_d_acosh2_core.S | 24 WRAPPER_IMPL_SSE2 acosh
|
D | test-double-vlen2-wrappers.c | 45 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVbN2v_acosh)
|
D | test-double-vlen4-avx2-wrappers.c | 48 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVdN4v_acosh)
|
D | test-double-vlen4-wrappers.c | 45 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVcN4v_acosh)
|
D | test-double-vlen8-wrappers.c | 45 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVeN8v_acosh)
|
D | Makeconfig | 26 acosh \ 56 acosh \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-acosh.c | 7 return acosh (x); in acoshl()
|
D | Makefile | 32 tanh acosh asinh atanh exp log log10 exp10 expm1 \ 57 CFLAGS-nldbl-acosh.c = -fno-builtin-acoshl
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_acosh.S | 571 GLOBAL_LIBM_ENTRY(acosh) 1140 GLOBAL_LIBM_END(acosh) 1141 libm_alias_double_other (acosh, acosh)
|
D | libm_cpu_defs.h | 67 extern double acosh(double);
|
D | gen_import_file_list | 33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 8 macro acosh
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 61 !GCC$ builtin (acosh) attributes simd (notinbranch) if('x86_64') 116 !GCC$ builtin (acosh) attributes simd (notinbranch) if('x32')
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 8 Function: "acosh":
|
/glibc-2.36/sysdeps/microblaze/ |
D | libm-test-ulps | 7 Function: "acosh":
|
12345