Home
last modified time | relevance | path

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

12345

/glibc-2.36/math/
Dauto-libm-test-out-tanh1 tanh 0
2 = tanh downward binary32 0x0p+0 : 0x0p+0 : inexact-ok
3 = tanh tonearest binary32 0x0p+0 : 0x0p+0 : inexact-ok
4 = tanh towardzero binary32 0x0p+0 : 0x0p+0 : inexact-ok
5 = tanh upward binary32 0x0p+0 : 0x0p+0 : inexact-ok
6 = tanh downward binary64 0x0p+0 : 0x0p+0 : inexact-ok
7 = tanh tonearest binary64 0x0p+0 : 0x0p+0 : inexact-ok
8 = tanh towardzero binary64 0x0p+0 : 0x0p+0 : inexact-ok
9 = tanh upward binary64 0x0p+0 : 0x0p+0 : inexact-ok
10 = tanh downward intel96 0x0p+0 : 0x0p+0 : inexact-ok
[all …]
Dlibm-test-tanh.inc1 /* Test tanh.
23 TEST_f_f (tanh, plus_infty, 1, ERRNO_UNCHANGED),
24 TEST_f_f (tanh, minus_infty, -1, ERRNO_UNCHANGED),
25 TEST_f_f (tanh, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
26 TEST_f_f (tanh, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED),
27 TEST_f_f (tanh, snan_value, qnan_value, INVALID_EXCEPTION),
28 TEST_f_f (tanh, -snan_value, qnan_value, INVALID_EXCEPTION),
30 AUTO_TESTS_f_f (tanh),
36 ALL_RM_TEST (tanh, 0, tanh_test_data, RUN_TEST_LOOP_f_f, END);
Dauto-libm-test-in7747 tanh 0
7748 tanh -0
7749 tanh 0.75
7750 tanh -0.75
7751 tanh 1.0
7752 tanh -1.0
7753 tanh 2
7754 tanh -2
7755 tanh 3
7756 tanh -3
[all …]
Dtest-tgmath.c245 a = tanh (tanh (x)); in F()
326 d = tanh (tanh (z)); in F()
358 a = tanh (y); in F()
433 d = tanh ((const complex TYPE) z); in F()
541 (F(tanh)) (TYPE x) in TYPE() argument
/glibc-2.36/sysdeps/x86_64/fpu/
Dtest-double-libmvec-tanh.c2 #define LIBMVEC_FUNC tanh
Dsvml_d_tanh2_core.S24 WRAPPER_IMPL_SSE2 tanh
Dtest-double-vlen2-wrappers.c47 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVbN2v_tanh)
Dtest-double-vlen4-avx2-wrappers.c50 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVdN4v_tanh)
Dtest-double-vlen4-wrappers.c47 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVcN4v_tanh)
Dtest-double-vlen8-wrappers.c47 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVeN8v_tanh)
DMakeconfig51 tanh \
80 tanh \
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-tanh.c7 return tanh (x); in tanhl()
DMakefile32 tanh acosh asinh atanh exp log log10 exp10 expm1 \
178 CFLAGS-nldbl-tanh.c = -fno-builtin-tanhl
/glibc-2.36/sysdeps/m68k/m680x0/fpu/
Ds_tanh_template.c27 declare_mgen_alias (__tanh, tanh)
/glibc-2.36/sysdeps/ia64/fpu/
Ds_tanh.S450 GLOBAL_LIBM_ENTRY(tanh)
983 GLOBAL_LIBM_END(tanh)
984 libm_alias_double_other (tanh, tanh)
Dlibm_cpu_defs.h69 extern double tanh(double);
Ds_tanhf.S581 libm_alias_float_other (tanh, tanh)
Dgen_import_file_list58 rint round significand fdim fma fmax tanh trunc; do
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_tanh.c96 libm_alias_double (__tanh, tanh)
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_tanhf.c63 libm_alias_float (__tanh, tanh)
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_tanhl.c90 libm_alias_ldouble (__tanh, tanh)
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_tanhl.c97 libm_alias_ldouble (__tanh, tanh)
/glibc-2.36/conform/data/
Dtgmath.h-data16 macro tanh
/glibc-2.36/sysdeps/x86/fpu/finclude/
Dmath-vector-fortran.h65 !GCC$ builtin (tanh) attributes simd (notinbranch) if('x86_64')
120 !GCC$ builtin (tanh) attributes simd (notinbranch) if('x32')
/glibc-2.36/sysdeps/nios2/
Dlibm-test-ulps259 Function: "tanh":

12345