Home
last modified time | relevance | path

Searched refs:asinh (Results 1 – 25 of 116) sorted by relevance

12345

/glibc-2.36/math/
Dauto-libm-test-out-asinh1 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 …]
Dlibm-test-asinh.inc1 /* 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);
Dauto-libm-test-in300 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 …]
Dtest-tgmath.c244 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
Dtest-math-cxx11.cc51 (void) asinh; in do_test()
/glibc-2.36/sysdeps/x86_64/fpu/
Dtest-double-libmvec-asinh.c2 #define LIBMVEC_FUNC asinh
Dsvml_d_asinh2_core.S24 WRAPPER_IMPL_SSE2 asinh
Dtest-double-vlen2-wrappers.c48 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVbN2v_asinh)
Dtest-double-vlen4-avx2-wrappers.c51 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVdN4v_asinh)
Dtest-double-vlen4-wrappers.c48 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVcN4v_asinh)
Dtest-double-vlen8-wrappers.c48 VECTOR_WRAPPER (WRAPPER_NAME (asinh), _ZGVeN8v_asinh)
DMakeconfig28 asinh \
58 asinh \
/glibc-2.36/sysdeps/ieee754/ldbl-opt/
Dnldbl-asinh.c7 return asinh (x); in asinhl()
/glibc-2.36/sysdeps/ia64/fpu/
Ds_asinh.S566 GLOBAL_LIBM_ENTRY(asinh)
1136 GLOBAL_LIBM_END(asinh)
1137 libm_alias_double_other (asinh, asinh)
Dlibm_cpu_defs.h66 extern double asinh(double);
Dgen_import_file_list56 for f in asinh cbrt ceil erf erfc fabs floor \
/glibc-2.36/sysdeps/ieee754/flt-32/
Ds_asinhf.c51 libm_alias_float (__asinh, asinh)
/glibc-2.36/sysdeps/ieee754/dbl-64/
Ds_asinh.c70 libm_alias_double (__asinh, asinh)
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Ds_asinhl.c65 libm_alias_ldouble (__asinh, asinh)
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Ds_asinhl.c79 libm_alias_ldouble (__asinh, asinh)
/glibc-2.36/conform/data/
Dtgmath.h-data9 macro asinh
/glibc-2.36/sysdeps/x86/fpu/finclude/
Dmath-vector-fortran.h67 !GCC$ builtin (asinh) attributes simd (notinbranch) if('x86_64')
122 !GCC$ builtin (asinh) attributes simd (notinbranch) if('x32')
/glibc-2.36/sysdeps/i386/fpu/
Ds_asinh.S139 libm_alias_double (__asinh, asinh)
Ds_asinhf.S139 libm_alias_float (__asinh, asinh)
Ds_asinhl.S144 libm_alias_ldouble (__asinh, asinh)

12345