Home
last modified time | relevance | path

Searched refs:acosh (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/lib/libm/src/
H A De_acosh.c37 acosh(double x) in acosh() function
60 DEF_STD(acosh);
61 LDBL_MAYBE_UNUSED_CLONE(acosh);
/openbsd/regress/lib/libm/cephes/
H A Dmonot.c55 double acosh (double);
203 {"acosh", acosh, 2.0, 1.31695556640625000000E0,
205 {"acosh", acosh, 1.5, 9.62417602539062500000E-1,
207 {"acosh", acosh, 1.03125, 2.49343872070312500000E-1,
H A Dtestvect.c59 double acosh (double);
141 {"acosh", acosh, &NAN, &NAN, 0},
142 {"acosh", acosh, &ONE, &ZERO, 0},
143 {"acosh", acosh, &INF, &INF, 0},
144 {"acosh", acosh, &HALF, &NAN, 0},
145 {"acosh", acosh, &MONE, &NAN, 0},
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h33 __DEVICE__ double acosh(double);
34 __DEVICE__ float acosh(float);
202 using ::acosh;
H A D__clang_cuda_cmath.h242 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acosh)
369 using ::acosh;
H A D__clang_hip_cmath.h206 __DEF_FUN1(float, acosh)
482 __HIP_OVERLOAD1(double, acosh)
652 using ::acosh;
H A Dtgmath.h151 __tg_acosh(double __x) {return acosh(__x);} in __tg_acosh()
169 #undef acosh
170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
/openbsd/regress/lib/libm/fpaccuracy/
H A Dacosh.c25 #define F acosh
H A DMakefile4 SRCS = Gamma.c INV.c Pix.c acos.c acosh.c asin.c asinh.c atan.c \
/openbsd/regress/lib/libm/msun/
H A Dinvctrig_test.c291 CMPLXL(acosh(fabsl(nums[i])), in ATF_TC_BODY()
295 -acosh(fabsl(nums[i]))), 1); in ATF_TC_BODY()
298 acosh(fabsl(nums[i]))), 1); in ATF_TC_BODY()
/openbsd/include/
H A Dtgmath.h102 #define acosh(x) __tg_full(x, acosh) macro
H A Dmath.h203 double acosh(double);
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dcomplex50 template<typename _Tp> std::complex<_Tp> acosh(const std::complex<_Tp>&);
171 /// @brief acosh(__z) [8.1.5].
201 acosh(const std::complex<_Tp>& __z)
206 acosh(const std::complex<_Tp>& __z)
H A Dcmath43 #undef acosh
163 using ::acosh;
335 acosh(float __x)
339 acosh(long double __x)
344 acosh(_Tp __x)
347 return acosh(__type(__x));
H A Dmath.h42 using std::tr1::acosh;
/openbsd/gnu/llvm/clang/lib/Headers/openmp_wrappers/
H A Dcmath43 __DEVICE__ float acosh(float __x) { return ::acoshf(__x); }
94 __DEVICE__ float acosh(float __x) { return ::acoshf(__x); }
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarFuncs.def25 TLI_DEFINE_SCALAR_MASS_FUNC("acosh", "__xl_acosh")
/openbsd/lib/libm/
H A DSymbols.map14 acosh;
H A DMakefile146 MAN+= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 ceil.3 \
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/t/
H A DComplex.t1092 &acosh
1101 &acosh
H A DTrig.t67 ok(near(acosh(1), 0));
/openbsd/lib/libm/hidden/
H A Dmath.h29 PROTO_NORMAL(acosh);
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dmath.t93 near(acosh(2), 1.31695789692482, "acosh", 1e-9);
/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h982 inline _LIBCPP_HIDE_FROM_ABI float acosh(float __x) _NOEXCEPT {return __builtin_acoshf(… in acosh() function
985 _LIBCPP_HIDE_FROM_ABI double acosh(double __x) _NOEXCEPT { in acosh() function
989 inline _LIBCPP_HIDE_FROM_ABI long double acosh(long double __x) _NOEXCEPT {return __builtin_acoshl(… in acosh() function
994 acosh(_A1 __x) _NOEXCEPT {return __builtin_acosh((double)__x);} in acosh() function
/openbsd/gnu/usr.bin/perl/dist/Math-Complex/lib/Math/
H A DComplex.pm1267 sub acosh { subroutine
1334 return acosh(1 / $z);

123