Searched refs:atanh (Results 1 – 25 of 112) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-atanh | 1 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 …]
|
D | libm-test-atanh.inc | 1 /* 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 …]
|
D | auto-libm-test-in | 538 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 …]
|
D | test-tgmath.c | 246 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
|
D | w_atanh_compat.c | 38 libm_alias_double (__atanh, atanh)
|
D | w_atanhf_compat.c | 38 libm_alias_float (__atanh, atanh)
|
D | w_atanhl_compat.c | 38 libm_alias_ldouble (__atanh, atanh)
|
D | w_atanh_template.c | 43 declare_mgen_alias (__atanh, atanh)
|
D | test-math-cxx11.cc | 54 (void) atanh; in do_test()
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-atanh.c | 2 #define LIBMVEC_FUNC atanh
|
D | svml_d_atanh2_core.S | 24 WRAPPER_IMPL_SSE2 atanh
|
D | test-double-vlen2-wrappers.c | 44 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVbN2v_atanh)
|
D | test-double-vlen4-avx2-wrappers.c | 47 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVdN4v_atanh)
|
D | test-double-vlen4-wrappers.c | 44 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVcN4v_atanh)
|
D | test-double-vlen8-wrappers.c | 44 VECTOR_WRAPPER (WRAPPER_NAME (atanh), _ZGVeN8v_atanh)
|
D | Makeconfig | 31 atanh \ 61 atanh \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-atanh.c | 7 return atanh (x); in atanhl()
|
D | Makefile | 32 tanh acosh asinh atanh exp log log10 exp10 expm1 \ 62 CFLAGS-nldbl-atanh.c = -fno-builtin-atanhl
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | e_atanh.S | 572 GLOBAL_LIBM_ENTRY(atanh) 1009 GLOBAL_LIBM_END(atanh) 1010 libm_alias_double_other (atanh, atanh)
|
D | libm_cpu_defs.h | 68 extern double atanh(double);
|
D | gen_import_file_list | 33 for f in acos acosh asin atanh cosh exp2 exp10 fmod log2 pow remainder \
|
D | e_atanhf.S | 783 libm_alias_float_other (atanh, atanh)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 10 macro atanh
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 59 !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/ |
D | libm-test-ulps | 7 Function: "atanh":
|
12345