Searched refs:tanh (Results 1 – 25 of 111) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-tanh | 1 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 …]
|
D | libm-test-tanh.inc | 1 /* 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);
|
D | auto-libm-test-in | 7747 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 …]
|
D | test-tgmath.c | 245 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/ |
D | test-double-libmvec-tanh.c | 2 #define LIBMVEC_FUNC tanh
|
D | svml_d_tanh2_core.S | 24 WRAPPER_IMPL_SSE2 tanh
|
D | test-double-vlen2-wrappers.c | 47 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVbN2v_tanh)
|
D | test-double-vlen4-avx2-wrappers.c | 50 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVdN4v_tanh)
|
D | test-double-vlen4-wrappers.c | 47 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVcN4v_tanh)
|
D | test-double-vlen8-wrappers.c | 47 VECTOR_WRAPPER (WRAPPER_NAME (tanh), _ZGVeN8v_tanh)
|
D | Makeconfig | 51 tanh \ 80 tanh \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-tanh.c | 7 return tanh (x); in tanhl()
|
D | Makefile | 32 tanh acosh asinh atanh exp log log10 exp10 expm1 \ 178 CFLAGS-nldbl-tanh.c = -fno-builtin-tanhl
|
/glibc-2.36/sysdeps/m68k/m680x0/fpu/ |
D | s_tanh_template.c | 27 declare_mgen_alias (__tanh, tanh)
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_tanh.S | 450 GLOBAL_LIBM_ENTRY(tanh) 983 GLOBAL_LIBM_END(tanh) 984 libm_alias_double_other (tanh, tanh)
|
D | libm_cpu_defs.h | 69 extern double tanh(double);
|
D | s_tanhf.S | 581 libm_alias_float_other (tanh, tanh)
|
D | gen_import_file_list | 58 rint round significand fdim fma fmax tanh trunc; do
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_tanh.c | 96 libm_alias_double (__tanh, tanh)
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_tanhf.c | 63 libm_alias_float (__tanh, tanh)
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_tanhl.c | 90 libm_alias_ldouble (__tanh, tanh)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_tanhl.c | 97 libm_alias_ldouble (__tanh, tanh)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 16 macro tanh
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 65 !GCC$ builtin (tanh) attributes simd (notinbranch) if('x86_64') 120 !GCC$ builtin (tanh) attributes simd (notinbranch) if('x32')
|
/glibc-2.36/sysdeps/nios2/ |
D | libm-test-ulps | 259 Function: "tanh":
|
12345