Home
last modified time | relevance | path

Searched refs:acosh (Results 1 – 25 of 111) sorted by relevance

12345

/glibc-2.36/math/
Dauto-libm-test-out-acosh1 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 …]
Dlibm-test-acosh.inc1 /* 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 …]
Dtest-tgmath.c242 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
Dw_acoshf_compat.c35 libm_alias_float (__acosh, acosh)
Dw_acoshl_compat.c35 libm_alias_ldouble (__acosh, acosh)
Dw_acosh_compat.c35 libm_alias_double (__acosh, acosh)
Dw_acosh_template.c37 declare_mgen_alias (__acosh, acosh)
Dauto-libm-test-in91 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 …]
Dtest-math-cxx11.cc48 (void) acosh; in do_test()
/glibc-2.36/sysdeps/x86_64/fpu/
Dtest-double-libmvec-acosh.c2 #define LIBMVEC_FUNC acosh
Dsvml_d_acosh2_core.S24 WRAPPER_IMPL_SSE2 acosh
Dtest-double-vlen2-wrappers.c45 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVbN2v_acosh)
Dtest-double-vlen4-avx2-wrappers.c48 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVdN4v_acosh)
Dtest-double-vlen4-wrappers.c45 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVcN4v_acosh)
Dtest-double-vlen8-wrappers.c45 VECTOR_WRAPPER (WRAPPER_NAME (acosh), _ZGVeN8v_acosh)
DMakeconfig26 acosh \
56 acosh \
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-acosh.c7 return acosh (x); in acoshl()
DMakefile32 tanh acosh asinh atanh exp log log10 exp10 expm1 \
57 CFLAGS-nldbl-acosh.c = -fno-builtin-acoshl
/glibc-2.36/sysdeps/ia64/fpu/
De_acosh.S571 GLOBAL_LIBM_ENTRY(acosh)
1140 GLOBAL_LIBM_END(acosh)
1141 libm_alias_double_other (acosh, acosh)
Dlibm_cpu_defs.h67 extern double acosh(double);
Dgen_import_file_list33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
/glibc-2.36/conform/data/
Dtgmath.h-data8 macro acosh
/glibc-2.36/sysdeps/x86/fpu/finclude/
Dmath-vector-fortran.h61 !GCC$ builtin (acosh) attributes simd (notinbranch) if('x86_64')
116 !GCC$ builtin (acosh) attributes simd (notinbranch) if('x32')
/glibc-2.36/sysdeps/nios2/
Dlibm-test-ulps8 Function: "acosh":
/glibc-2.36/sysdeps/microblaze/
Dlibm-test-ulps7 Function: "acosh":

12345