Home
last modified time | relevance | path

Searched defs:acos (Results 1 – 11 of 11) sorted by relevance

/llvm-project/libcxx/include/__math/
H A Dinverse_trigonometric_functions.h29 inline _LIBCPP_HIDE_FROM_ABI float acos(float __x) _NOEXCEPT { return __builtin_acosf(__x); } in acos() function
32 _LIBCPP_HIDE_FROM_ABI double acos(double __x) _NOEXCEPT { in acos() function
36 inline _LIBCPP_HIDE_FROM_ABI long double acos(long double __x) _NOEXCEPT { return __builtin_acosl(_… in acos() function
39 inline _LIBCPP_HIDE_FROM_ABI double acos(_A1 __x) _NOEXCEPT { in acos() function
/llvm-project/flang/test/Semantics/
H A Dbadly-typed-intrinsic.f905 integer :: acos variable
H A Dresolve109.f9021 interface acos interface
/llvm-project/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { acos() function
/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
H A D__clang_cuda_math.h58 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } acos() function
H A Dtgmath.h83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/llvm-project/libc/src/math/nvptx/
H A Dnvptx.h18 LIBC_INLINE double acos(double x) { return __nv_acos(x); } acos() function
/llvm-project/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp39 Ambiguous acos(Ambiguous){ return Ambiguous(); } acos() function
[all...]
/llvm-project/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp39 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/llvm-project/libc/utils/MPFRWrapper/
H A DMPFRUtils.cpp176 MPFRNumber acos() const { acos() function in LIBC_NAMESPACE::testing::mpfr::MPFRNumber