Searched refs:asinh (Results 1 – 25 of 116) sorted by relevance
12345
/glibc-2.36/math/ |
D | auto-libm-test-out-asinh | 1 asinh 0 2 = asinh downward binary32 0x0p+0 : 0x0p+0 : inexact-ok 3 = asinh tonearest binary32 0x0p+0 : 0x0p+0 : inexact-ok 4 = asinh towardzero binary32 0x0p+0 : 0x0p+0 : inexact-ok 5 = asinh upward binary32 0x0p+0 : 0x0p+0 : inexact-ok 6 = asinh downward binary64 0x0p+0 : 0x0p+0 : inexact-ok 7 = asinh tonearest binary64 0x0p+0 : 0x0p+0 : inexact-ok 8 = asinh towardzero binary64 0x0p+0 : 0x0p+0 : inexact-ok 9 = asinh upward binary64 0x0p+0 : 0x0p+0 : inexact-ok 10 = asinh downward intel96 0x0p+0 : 0x0p+0 : inexact-ok [all …]
|
D | libm-test-asinh.inc | 1 /* Test asinh. 23 TEST_f_f (asinh, plus_infty, plus_infty, ERRNO_UNCHANGED), 24 TEST_f_f (asinh, minus_infty, minus_infty, ERRNO_UNCHANGED), 25 TEST_f_f (asinh, qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 26 TEST_f_f (asinh, -qnan_value, qnan_value, NO_INEXACT_EXCEPTION|ERRNO_UNCHANGED), 27 TEST_f_f (asinh, snan_value, qnan_value, INVALID_EXCEPTION), 28 TEST_f_f (asinh, -snan_value, qnan_value, INVALID_EXCEPTION), 29 AUTO_TESTS_f_f (asinh), 35 ALL_RM_TEST (asinh, 0, asinh_test_data, RUN_TEST_LOOP_f_f, END);
|
D | auto-libm-test-in | 300 asinh 0 301 asinh -0 302 asinh 0.75 303 asinh 1 304 asinh 10 305 asinh 100 306 asinh 1e6 307 asinh 0x1p8 308 asinh 0x1p9 309 asinh 0x1p10 [all …]
|
D | test-tgmath.c | 244 b = asinh (asinh (a)); in F() 325 z = asinh (asinh (d)); in F() 357 a = asinh (y); in F() 432 d = asinh ((const complex TYPE) z); in F() 533 (F(asinh)) (TYPE x) in TYPE() argument
|
D | test-math-cxx11.cc | 51 (void) asinh; in do_test()
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | test-double-libmvec-asinh.c | 2 #define LIBMVEC_FUNC asinh
|
D | svml_d_asinh2_core.S | 24 WRAPPER_IMPL_SSE2 asinh
|
D | test-double-vlen2-wrappers.c | 48 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVbN2v_asinh)
|
D | test-double-vlen4-avx2-wrappers.c | 51 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVdN4v_asinh)
|
D | test-double-vlen4-wrappers.c | 48 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVcN4v_asinh)
|
D | test-double-vlen8-wrappers.c | 48 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVeN8v_asinh)
|
D | Makeconfig | 28 asinh \ 58 asinh \
|
/glibc-2.36/sysdeps/ieee754/ldbl-opt/ |
D | nldbl-asinh.c | 7 return asinh (x); in asinhl()
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | s_asinh.S | 566 GLOBAL_LIBM_ENTRY(asinh) 1136 GLOBAL_LIBM_END(asinh) 1137 libm_alias_double_other (asinh, asinh)
|
D | libm_cpu_defs.h | 66 extern double asinh(double);
|
D | gen_import_file_list | 56 for f in asinh cbrt ceil erf erfc fabs floor \
|
/glibc-2.36/sysdeps/ieee754/flt-32/ |
D | s_asinhf.c | 51 libm_alias_float (__asinh, asinh)
|
/glibc-2.36/sysdeps/ieee754/dbl-64/ |
D | s_asinh.c | 70 libm_alias_double (__asinh, asinh)
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | s_asinhl.c | 65 libm_alias_ldouble (__asinh, asinh)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | s_asinhl.c | 79 libm_alias_ldouble (__asinh, asinh)
|
/glibc-2.36/conform/data/ |
D | tgmath.h-data | 9 macro asinh
|
/glibc-2.36/sysdeps/x86/fpu/finclude/ |
D | math-vector-fortran.h | 67 !GCC$ builtin (asinh) attributes simd (notinbranch) if('x86_64') 122 !GCC$ builtin (asinh) attributes simd (notinbranch) if('x32')
|
/glibc-2.36/sysdeps/i386/fpu/ |
D | s_asinh.S | 139 libm_alias_double (__asinh, asinh)
|
D | s_asinhf.S | 139 libm_alias_float (__asinh, asinh)
|
D | s_asinhl.S | 144 libm_alias_ldouble (__asinh, asinh)
|
12345