| /openbsd/src/lib/libm/src/ |
| D | s_asinh.c | 35 asinh(double x) in asinh() function 56 DEF_STD(asinh); 57 LDBL_MAYBE_CLONE(asinh);
|
| /openbsd/src/regress/lib/libm/cephes/ |
| D | monot.c | 54 double asinh (double); 197 {"asinh", asinh, 0.5, 4.81201171875000000000E-1, 199 {"asinh", asinh, 1.0, 8.81362915039062500000E-1, 201 {"asinh", asinh, 2.0, 1.44363403320312500000E0,
|
| D | testvect.c | 60 double asinh (double); 146 {"asinh", asinh, &NAN, &NAN, 0}, 147 {"asinh", asinh, &ZERO, &ZERO, 0}, 148 {"asinh", asinh, &MZERO, &MZERO, 0}, 149 {"asinh", asinh, &INF, &INF, 0}, 150 {"asinh", asinh, &MINF, &MINF, 0},
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_math_forward_declares.h | 37 __DEVICE__ double asinh(double); 38 __DEVICE__ float asinh(float); 204 using ::asinh;
|
| D | __clang_cuda_cmath.h | 244 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, asinh) 371 using ::asinh;
|
| D | __clang_hip_cmath.h | 208 __DEF_FUN1(float, asinh) 484 __HIP_OVERLOAD1(double, asinh) 654 using ::asinh;
|
| 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
|
| /openbsd/src/regress/lib/libm/fpaccuracy/ |
| D | asinh.c | 25 #define F asinh
|
| D | Makefile | 4 SRCS = Gamma.c INV.c Pix.c acos.c acosh.c asin.c asinh.c atan.c \
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/tr1/ |
| D | complex | 51 template<typename _Tp> std::complex<_Tp> asinh(const std::complex<_Tp>&); 99 __t = std::tr1::asinh(__t); 210 /// @brief asinh(__z) [8.1.6]. 240 asinh(const std::complex<_Tp>& __z) 245 asinh(const std::complex<_Tp>& __z)
|
| D | cmath | 46 #undef asinh 167 using ::asinh; 353 asinh(float __x) 357 asinh(long double __x) 362 asinh(_Tp __x) 365 return asinh(__type(__x));
|
| D | math.h | 44 using std::tr1::asinh;
|
| /openbsd/src/include/ |
| D | tgmath.h | 103 #define asinh(x) __tg_full(x, asinh) macro
|
| D | math.h | 204 double asinh(double);
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/ |
| D | cmath | 44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); } 96 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
|
| D | complex_cmath.h | 174 __DEVICE__ std::complex<_Tp> asinh(const std::complex<_Tp> &__x) { in asinh() function 318 std::complex<_Tp> __z = asinh(complex<_Tp>(-__x.imag(), __x.real())); in asin()
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/ |
| D | ScalarFuncs.def | 34 TLI_DEFINE_SCALAR_MASS_FUNC("asinh", "__xl_asinh")
|
| D | VecFuncs.def | 114 TLI_DEFINE_VECFUNC("asinh", "_simd_asinh_d2", FIXED(2)) 266 TLI_DEFINE_VECFUNC("asinh", "__asinhd2", FIXED(2))
|
| /openbsd/src/lib/libm/ |
| D | Symbols.map | 20 asinh;
|
| D | Makefile | 146 MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
|
| /openbsd/src/lib/libm/hidden/ |
| D | math.h | 35 PROTO_NORMAL(asinh);
|
| /openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/ |
| D | math.t | 91 near(asinh(1), 0.881373587019543, "asinh", 1e-9);
|
| D | export.t | 162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
|
| /openbsd/src/gnu/llvm/libcxx/include/ |
| D | math.h | 998 inline _LIBCPP_HIDE_FROM_ABI float asinh(float __x) _NOEXCEPT {return __builtin_asinhf(… in asinh() function 1001 _LIBCPP_HIDE_FROM_ABI double asinh(double __x) _NOEXCEPT { in asinh() function 1005 inline _LIBCPP_HIDE_FROM_ABI long double asinh(long double __x) _NOEXCEPT {return __builtin_asinhl(… in asinh() function 1010 asinh(_A1 __x) _NOEXCEPT {return __builtin_asinh((double)__x);} in asinh() function
|
| /openbsd/src/regress/lib/libm/msun/ |
| D | invctrig_test.c | 302 testall_tol(casinh, z, CMPLXL(asinh(nums[i]), 0.0), 1); in ATF_TC_BODY()
|