Home
last modified time | relevance | path

Searched refs:atanh (Results 1 – 25 of 112) sorted by relevance

12345

/glibc-2.36/math/
Dauto-libm-test-out-atanh1 atanh 0
2 = atanh downward binary32 0x0p+0 : 0x0p+0 : inexact-ok
3 = atanh tonearest binary32 0x0p+0 : 0x0p+0 : inexact-ok
4 = atanh towardzero binary32 0x0p+0 : 0x0p+0 : inexact-ok
5 = atanh upward binary32 0x0p+0 : 0x0p+0 : inexact-ok
6 = atanh downward binary64 0x0p+0 : 0x0p+0 : inexact-ok
7 = atanh tonearest binary64 0x0p+0 : 0x0p+0 : inexact-ok
8 = atanh towardzero binary64 0x0p+0 : 0x0p+0 : inexact-ok
9 = atanh upward binary64 0x0p+0 : 0x0p+0 : inexact-ok
10 = atanh downward intel96 0x0p+0 : 0x0p+0 : inexact-ok
[all …]
Dlibm-test-atanh.inc1 /* Test atanh.
23 TEST_f_f (atanh, 1, plus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
24 TEST_f_f (atanh, -1, minus_infty, DIVIDE_BY_ZERO_EXCEPTION|ERRNO_ERANGE),
25 TEST_f_f (atanh, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
26 TEST_f_f (atanh, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
27 TEST_f_f (atanh, snan_value, qnan_value, INVALID_EXCEPTION),
28 TEST_f_f (atanh, -snan_value, qnan_value, INVALID_EXCEPTION),
30 /* atanh (x) == qNaN plus invalid exception if |x| > 1. */
31 TEST_f_f (atanh, 1.125L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
32 TEST_f_f (atanh, -1.125L, qnan_value, INVALID_EXCEPTION|ERRNO_EDOM),
[all …]
Dauto-libm-test-in538 atanh 0
539 atanh -0
540 atanh 0.75
541 atanh -0.75
542 atanh 0.25
543 atanh 0x1p-5
544 atanh 0x1p-10
545 atanh 0x1.2345p-20
546 atanh 0x1p-8
547 atanh 0x1p-9
[all …]
Dtest-tgmath.c246 b = atanh (atanh (a)); in F()
327 z = atanh (atanh (d)); in F()
359 a = atanh (y); in F()
434 d = atanh ((const complex TYPE) z); in F()
549 (F(atanh)) (TYPE x) in TYPE() argument
Dw_atanh_compat.c38 libm_alias_double (__atanh, atanh)
Dw_atanhf_compat.c38 libm_alias_float (__atanh, atanh)
Dw_atanhl_compat.c38 libm_alias_ldouble (__atanh, atanh)
Dw_atanh_template.c43 declare_mgen_alias (__atanh, atanh)
Dtest-math-cxx11.cc54 (void) atanh; in do_test()
/glibc-2.36/sysdeps/x86_64/fpu/
Dtest-double-libmvec-atanh.c2 #define LIBMVEC_FUNC atanh
Dsvml_d_atanh2_core.S24 WRAPPER_IMPL_SSE2 atanh
Dtest-double-vlen2-wrappers.c44 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVbN2v_atanh)
Dtest-double-vlen4-avx2-wrappers.c47 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVdN4v_atanh)
Dtest-double-vlen4-wrappers.c44 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVcN4v_atanh)
Dtest-double-vlen8-wrappers.c44 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVeN8v_atanh)
DMakeconfig31 atanh \
61 atanh \
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-atanh.c7 return atanh (x); in atanhl()
DMakefile32 tanh acosh asinh atanh exp log log10 exp10 expm1 \
62 CFLAGS-nldbl-atanh.c = -fno-builtin-atanhl
/glibc-2.36/sysdeps/ia64/fpu/
De_atanh.S572 GLOBAL_LIBM_ENTRY(atanh)
1009 GLOBAL_LIBM_END(atanh)
1010 libm_alias_double_other (atanh, atanh)
Dlibm_cpu_defs.h68 extern double atanh(double);
Dgen_import_file_list33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
De_atanhf.S783 libm_alias_float_other (atanh, atanh)
/glibc-2.36/conform/data/
Dtgmath.h-data10 macro atanh
/glibc-2.36/sysdeps/x86/fpu/finclude/
Dmath-vector-fortran.h59 !GCC$ builtin (atanh) attributes simd (notinbranch) if('x86_64')
114 !GCC$ builtin (atanh) attributes simd (notinbranch) if('x32')
/glibc-2.36/sysdeps/m68k/coldfire/fpu/
Dlibm-test-ulps7 Function: "atanh":

12345