| /freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/ |
| HD | inverse_hyperbolic_functions.h | 26 inline _LIBCPP_HIDE_FROM_ABI float acosh(float __x) _NOEXCEPT { return __builtin_acoshf(__x); } in acosh() function 29 _LIBCPP_HIDE_FROM_ABI double acosh(double __x) _NOEXCEPT { in acosh() function 33 inline _LIBCPP_HIDE_FROM_ABI long double acosh(long double __x) _NOEXCEPT { return __builtin_acoshl… in acosh() function 36 inline _LIBCPP_HIDE_FROM_ABI double acosh(_A1 __x) _NOEXCEPT { in acosh() function
|
| /freebsd-14-stable/lib/msun/src/ |
| HD | e_acosh.c | 39 acosh(double x) in acosh() function 64 __weak_reference(acosh, acoshl);
|
| HD | math.h | 257 double acosh(double);
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/ |
| HD | __clang_cuda_math_forward_declares.h | 33 __DEVICE__ double acosh(double); 34 __DEVICE__ float acosh(float); 202 using ::acosh;
|
| HD | __clang_cuda_cmath.h | 242 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acosh) 369 using ::acosh;
|
| HD | __clang_hip_cmath.h | 206 __DEF_FUN1(float, acosh) 482 __HIP_OVERLOAD1(double, acosh) 652 using ::acosh;
|
| HD | tgmath.h | 151 __tg_acosh(double __x) {return acosh(__x);} in __tg_acosh() 169 #undef acosh 170 #define acosh(__x) __tg_acosh(__tg_promote1((__x))(__x)) macro
|
| HD | __clang_cuda_math.h | 60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
|
| HD | __clang_hip_math.h | 733 double acosh(double __x) { return __ocml_acosh_f64(__x); }
|
| /freebsd-14-stable/lib/msun/tests/ |
| HD | invctrig_test.c | 289 CMPLXL(acosh(fabsl(nums[i])), in ATF_TC_BODY() 293 -acosh(fabsl(nums[i]))), 1); in ATF_TC_BODY() 296 acosh(fabsl(nums[i]))), 1); in ATF_TC_BODY()
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std/ |
| HD | complex.inc | 44 using std::acosh;
|
| HD | cmath.inc | 43 using std::acosh _LIBCPP_USING_IF_EXISTS;
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/ |
| HD | cmath | 43 __DEVICE__ float acosh(float __x) { return ::acoshf(__x); } 94 __DEVICE__ float acosh(float __x) { return ::acoshf(__x); }
|
| HD | complex_cmath.h | 202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
|
| /freebsd-14-stable/include/ |
| HD | tgmath.h | 144 #define acosh(x) __tg_full(x, acosh) macro
|
| /freebsd-14-stable/lib/msun/ |
| HD | Makefile | 174 MAN= acos.3 acosh.3 asin.3 asinh.3 atan.3 atan2.3 atanh.3 \ 189 MLINKS+=acosh.3 acoshf.3 acosh.3 acoshl.3
|
| HD | Symbol.map | 10 acosh;
|
| /freebsd-14-stable/tools/regression/include/tgmath/ |
| HD | tgmath.c | 79 TGMACRO(acosh) in TGMACRO() 420 PASS_REAL_ARG_REAL_RET(acosh) && in main() 421 PASS_COMPLEX_ARG_COMPLEX_RET(acosh)); in main()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| HD | ScalarFuncs.def | 25 TLI_DEFINE_SCALAR_MASS_FUNC("acosh", "__xl_acosh")
|
| HD | VecFuncs.def | 131 TLI_DEFINE_VECFUNC("acosh", "_simd_acosh_d2", FIXED(2), "_ZGV_LLVM_N2v") 295 TLI_DEFINE_VECFUNC("acosh", "__acoshd2", FIXED(2), "_ZGV_LLVM_N2v") 517 TLI_DEFINE_VECFUNC("acosh", "_ZGVnN2v_acosh", FIXED(2), "_ZGV_LLVM_N2v") 727 TLI_DEFINE_VECFUNC("acosh", "_ZGVsMxv_acosh", SCALABLE(2), MASKED, "_ZGVsMxv") 895 TLI_DEFINE_VECFUNC("acosh", "armpl_vacoshq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2v") 897 TLI_DEFINE_VECFUNC("acosh", "armpl_svacosh_f64_x", SCALABLE(2), MASKED, "_ZGVsMxv")
|
| HD | TargetLibraryInfo.def | 822 /// double acosh(double x); 823 TLI_DEFINE_ENUM_INTERNAL(acosh) 824 TLI_DEFINE_STRING_INTERNAL("acosh")
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/include/ |
| HD | math.h | 445 using std::__math::acosh;
|
| HD | cmath | 155 floating_point acosh (arithmetic x); 421 using ::acosh _LIBCPP_USING_IF_EXISTS;
|
| HD | complex | 211 template<class T> complex<T> acosh(const complex<T>&); 1153 // acosh 1156 _LIBCPP_HIDE_FROM_ABI complex<_Tp> acosh(const complex<_Tp>& __x) {
|
| /freebsd-14-stable/contrib/llvm-project/libcxx/modules/std.compat/ |
| HD | cmath.inc | 42 using ::acosh _LIBCPP_USING_IF_EXISTS;
|