| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ |
| H A D | asinhf.c | 45 float32x4_t VPCS_ATTR NOINLINE V_NAME_F1 (asinh) (float32x4_t x) in V_NAME_F1() argument 77 HALF_WIDTH_ALIAS_F1 (asinh) 79 TEST_SIG (V, F, 1, asinh, -10.0, 10.0) 80 TEST_ULP (V_NAME_F1 (asinh), 2.10) 81 TEST_DISABLE_FENV_IF_NOT (V_NAME_F1 (asinh), WANT_SIMD_EXCEPT) 82 TEST_INTERVAL (V_NAME_F1 (asinh), 0, 0x1p-12, 40000) 83 TEST_INTERVAL (V_NAME_F1 (asinh), 0x1p-12, 1.0, 40000) 84 TEST_INTERVAL (V_NAME_F1 (asinh), 1.0, 0x1p11, 40000) 85 TEST_INTERVAL (V_NAME_F1 (asinh), 0x1p11, inf, 40000) 86 TEST_INTERVAL (V_NAME_F1 (asinh), -0, -0x1p-12, 20000) [all …]
|
| H A D | asinh.c | 71 return v_call_f64 (asinh, x, y, special); in special_case() 139 VPCS_ATTR float64x2_t V_NAME_D1 (asinh) (float64x2_t x) in V_NAME_D1() argument 231 TEST_SIG (V, D, 1, asinh, -10.0, 10.0) 232 TEST_ULP (V_NAME_D1 (asinh), 2.29) 233 TEST_DISABLE_FENV_IF_NOT (V_NAME_D1 (asinh), WANT_SIMD_EXCEPT) 234 TEST_SYM_INTERVAL (V_NAME_D1 (asinh), 0, 0x1p-26, 50000) 235 TEST_SYM_INTERVAL (V_NAME_D1 (asinh), 0x1p-26, 1, 50000) 236 TEST_SYM_INTERVAL (V_NAME_D1 (asinh), 1, 0x1p511, 50000) 237 TEST_SYM_INTERVAL (V_NAME_D1 (asinh), 0x1p511, inf, 40000) 240 TEST_CONTROL_VALUE (V_NAME_D1 (asinh), 0.5) [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/test/testcases/directed/ |
| H A D | asinh.tst | 1 ; asinh.tst 6 func=asinh op1=7ff80000.00000001 result=7ff80000.00000001 errno=0 7 func=asinh op1=fff80000.00000001 result=7ff80000.00000001 errno=0 8 func=asinh op1=7ff00000.00000001 result=7ff80000.00000001 errno=0 status=i 9 func=asinh op1=fff00000.00000001 result=7ff80000.00000001 errno=0 status=i 10 func=asinh op1=7ff00000.00000000 result=7ff00000.00000000 errno=0 11 func=asinh op1=fff00000.00000000 result=fff00000.00000000 errno=0 12 func=asinh op1=00000000.00000000 result=00000000.00000000 errno=0 13 func=asinh op1=80000000.00000000 result=80000000.00000000 errno=0 17 func=asinh op1=00000000.00000001 result=00000000.00000001 errno=0 maybestatus=ux [all …]
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/experimental/ |
| H A D | asinh_2u5.c | 43 asinh (double x) in asinh() function 74 TEST_SIG (S, D, 1, asinh, -10.0, 10.0) 75 TEST_ULP (asinh, 1.54) 76 TEST_INTERVAL (asinh, -0x1p-26, 0x1p-26, 50000) 77 TEST_INTERVAL (asinh, 0x1p-26, 1.0, 40000) 78 TEST_INTERVAL (asinh, -0x1p-26, -1.0, 10000) 79 TEST_INTERVAL (asinh, 1.0, 100.0, 40000) 80 TEST_INTERVAL (asinh, -1.0, -100.0, 10000) 81 TEST_INTERVAL (asinh, 100.0, inf, 50000) 82 TEST_INTERVAL (asinh, -100.0, -inf, 10000)
|
| H A D | asinhf_3u5.c | 68 TEST_SIG (S, F, 1, asinh, -10.0, 10.0)
|
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ |
| H A D | asinhf.c | 31 svfloat32_t SV_NAME_F1 (asinh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument 50 TEST_SIG (SV, F, 1, asinh, -10.0, 10.0) 51 TEST_ULP (SV_NAME_F1 (asinh), 1.43) 52 TEST_DISABLE_FENV (SV_NAME_F1 (asinh)) 53 TEST_SYM_INTERVAL (SV_NAME_F1 (asinh), 0, 0x1p-12, 4000) 54 TEST_SYM_INTERVAL (SV_NAME_F1 (asinh), 0x1p-12, 1.0, 20000) 55 TEST_SYM_INTERVAL (SV_NAME_F1 (asinh), 1.0, 0x1p64, 20000) 56 TEST_SYM_INTERVAL (SV_NAME_F1 (asinh), 0x1p64, inf, 4000)
|
| H A D | asinh.c | 59 return sv_call_f64 (asinh, x, y, special); in special_case() 108 svfloat64_t SV_NAME_D1 (asinh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument 185 TEST_SIG (SV, D, 1, asinh, -10.0, 10.0) 186 TEST_ULP (SV_NAME_D1 (asinh), 2.52) 187 TEST_DISABLE_FENV (SV_NAME_D1 (asinh)) 188 TEST_SYM_INTERVAL (SV_NAME_D1 (asinh), 0, 0x1p-26, 50000) 189 TEST_SYM_INTERVAL (SV_NAME_D1 (asinh), 0x1p-26, 1, 50000) 190 TEST_SYM_INTERVAL (SV_NAME_D1 (asinh), 1, 0x1p511, 50000) 191 TEST_SYM_INTERVAL (SV_NAME_D1 (asinh), 0x1p511, inf, 40000) 194 TEST_CONTROL_VALUE (SV_NAME_D1 (asinh), 0.5) [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__math/ |
| H A D | inverse_hyperbolic_functions.h | 42 inline _LIBCPP_HIDE_FROM_ABI float asinh(float __x) _NOEXCEPT { return __builtin_asinhf(__x); } in asinh() function 45 _LIBCPP_HIDE_FROM_ABI double asinh(double __x) _NOEXCEPT { in asinh() function 49 inline _LIBCPP_HIDE_FROM_ABI long double asinh(long double __x) _NOEXCEPT { return __builtin_asinhl… in asinh() function 52 inline _LIBCPP_HIDE_FROM_ABI double asinh(_A1 __x) _NOEXCEPT { in asinh() function
|
| /freebsd/lib/msun/src/ |
| H A D | s_asinh.c | 34 asinh(double x) in asinh() function 57 __weak_reference(asinh, asinhl);
|
| /freebsd/contrib/arm-optimized-routines/math/tools/ |
| H A D | asinhf.sollya | 1 // polynomial for approximating asinh(x) 12 return asinh(x);
|
| H A D | asinh.sollya | 1 // polynomial for approximating asinh(x) 12 f = (asinh(sqrt(x)) - sqrt(x))/x^(3/2);
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_math_forward_declares.h | 37 __DEVICE__ double asinh(double); 38 __DEVICE__ float asinh(float); 204 using ::asinh;
|
| H A D | __clang_cuda_cmath.h | 244 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, asinh) 371 using ::asinh;
|
| H A D | __clang_hip_cmath.h | 208 __DEF_FUN1(float, asinh) 490 __HIP_OVERLOAD1(double, asinh) 660 using ::asinh;
|
| H A D | tgmath.h | 180 __tg_asinh(double __x) {return asinh(__x);} in __tg_asinh() 198 #undef asinh 199 #define asinh(__x) __tg_asinh(__tg_promote1((__x))(__x)) macro
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | complex.cppm | |
| H A D | complex.inc | 45 using std::asinh;
|
| /freebsd/include/ |
| H A D | tgmath.h | 145 #define asinh(x) __tg_full(x, asinh) macro
|
| /freebsd/tools/regression/include/tgmath/ |
| H A D | tgmath.c | 80 TGMACRO(asinh) in TGMACRO() 424 PASS_REAL_ARG_REAL_RET(asinh) && in main() 425 PASS_COMPLEX_ARG_COMPLEX_RET(asinh)); in main()
|
| /freebsd/lib/msun/ |
| H A D | Makefile | 182 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \ 201 MLINKS+=asinh.3 asinhf.3 asinh.3 asinhl.3
|
| H A D | Symbol.map | 60 asinh;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ScalarFuncs.def | 34 TLI_DEFINE_SCALAR_MASS_FUNC("asinh", "__xl_asinh")
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | math.h | 447 using std::__math::asinh;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | math.h | 441 using std::__math::asinh;
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| H A D | complex_cmath.h | 179 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() function 323 std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real())); in asin()
|