Home
last modified time | relevance | path

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

123

/openbsd/src/lib/libm/src/
Ds_asinh.c35 asinh(double x) in asinh() function
56 DEF_STD(asinh);
57 LDBL_MAYBE_CLONE(asinh);
/openbsd/src/regress/lib/libm/cephes/
Dmonot.c54 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,
Dtestvect.c60 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.h37 __DEVICE__ double asinh(double);
38 __DEVICE__ float asinh(float);
204 using ::asinh;
D__clang_cuda_cmath.h244 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, asinh)
371 using ::asinh;
D__clang_hip_cmath.h208 __DEF_FUN1(float, asinh)
484 __HIP_OVERLOAD1(double, asinh)
654 using ::asinh;
Dtgmath.h180 __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/
Dasinh.c25 #define F asinh
DMakefile4 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/
Dcomplex51 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)
Dcmath46 #undef asinh
167 using ::asinh;
353 asinh(float __x)
357 asinh(long double __x)
362 asinh(_Tp __x)
365 return asinh(__type(__x));
Dmath.h44 using std::tr1::asinh;
/openbsd/src/include/
Dtgmath.h103 #define asinh(x) __tg_full(x, asinh) macro
Dmath.h204 double asinh(double);
/openbsd/src/gnu/llvm/clang/lib/Headers/openmp_wrappers/
Dcmath44 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
96 __DEVICE__ float asinh(float __x) { return ::asinhf(__x); }
Dcomplex_cmath.h174 __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/
DScalarFuncs.def34 TLI_DEFINE_SCALAR_MASS_FUNC("asinh", "__xl_asinh")
DVecFuncs.def114 TLI_DEFINE_VECFUNC("asinh", "_simd_asinh_d2", FIXED(2))
266 TLI_DEFINE_VECFUNC("asinh", "__asinhd2", FIXED(2))
/openbsd/src/lib/libm/
DSymbols.map20 asinh;
DMakefile146 MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
/openbsd/src/lib/libm/hidden/
Dmath.h35 PROTO_NORMAL(asinh);
/openbsd/src/gnu/usr.bin/perl/ext/POSIX/t/
Dmath.t91 near(asinh(1), 0.881373587019543, "asinh", 1e-9);
Dexport.t162 acosh asinh atanh cbrt copysign erf erfc exp2 expm1 fdim
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h998 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/
Dinvctrig_test.c302 testall_tol(casinh, z, CMPLXL(asinh(nums[i]), 0.0), 1); in ATF_TC_BODY()

123