Home
last modified time | relevance | path

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

123

/openbsd/distrib/sets/lists/comp/
H A Dmi2275 ./usr/share/man/man3/acosh.3
/openbsd/gnu/gcc/gcc/
H A Dbuiltins.def179 DEF_C99_BUILTIN (BUILT_IN_ACOSH, "acosh", BT_FN_DOUBLE_DOUBLE, ATTR_MATHFN_FPROUNDING_ERRNO)
H A Dsys-protos.h94 extern double acosh(double);
/openbsd/gnu/gcc/gcc/doc/
H A Dextend.texi5256 @findex acosh
5663 @code{_Exit}, @code{acoshf}, @code{acoshl}, @code{acosh}, @code{asinhf},
H A Dgcc.info20338 The ISO C99 functions `_Exit', `acoshf', `acoshl', `acosh', `asinhf',
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
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 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 Dmath.h42 using std::tr1::acosh;
/openbsd/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3249 libclc/generic/include/clc/math/acosh.h
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DBuiltins.def1264 LIBBUILTIN(acosh, "dd", "fne", MATH_H, ALL_LANGUAGES)
/openbsd/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc212 SYMBOL(acosh, None, <math.h>)
H A DStdSymbolMap.inc47 SYMBOL(acosh, std::, <cmath>)
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGBuiltin.cpp2162 MUTATE_LDBL(acosh) in mutateLongDoubleBuiltin()
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_cmath.h242 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, acosh)
369 using ::acosh;
H A D__clang_cuda_math.h60 __DEVICE__ double acosh(double __a) { return __nv_acosh(__a); } in acosh() function
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_hip_cmath.h206 __DEF_FUN1(float, acosh)
482 __HIP_OVERLOAD1(double, acosh)
652 using ::acosh;
H A D__clang_hip_math.h721 double acosh(double __x) { return __ocml_acosh_f64(__x); }
H A Dopencl-c.h6467 float __ovld __cnfn acosh(float);
6468 float2 __ovld __cnfn acosh(float2);
6469 float3 __ovld __cnfn acosh(float3);
6470 float4 __ovld __cnfn acosh(float4);
6471 float8 __ovld __cnfn acosh(float8);
6474 double __ovld __cnfn acosh(double);
6482 half __ovld __cnfn acosh(half);
6483 half2 __ovld __cnfn acosh(half2);
6484 half3 __ovld __cnfn acosh(half3);
6485 half4 __ovld __cnfn acosh(half4);
[all …]
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/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); }
H A Dcomplex_cmath.h202 __DEVICE__ std::complex<_Tp> acosh(const std::complex<_Tp> &__x) { in acosh() function
/openbsd/gnu/llvm/clang/lib/Sema/
H A DOpenCLBuiltins.td555 foreach name = ["acos", "acosh", "acospi",
/openbsd/gnu/llvm/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1308 fun:acosh=uninstrumented
/openbsd/gnu/llvm/libcxx/include/
H A Dcmath155 floating_point acosh (arithmetic x);
410 using ::acosh _LIBCPP_USING_IF_EXISTS;

123