Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/test/Semantics/
H A Dbadly-typed-intrinsic.f905 integer :: acos variable
H A Dresolve109.f9021 interface acos interface
/llvm-project-15.0.7/clang/lib/Headers/openmp_wrappers/
H A Dcomplex_cmath.h325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { in acos() function
/llvm-project-15.0.7/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); } in acos() function
H A Dtgmath.h83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/llvm-project-15.0.7/libcxx/include/
H A Dmath.h793 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(_… in acos() function
794 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(_… in acos() function
800 acos(_A1 __lcpp_x) _NOEXCEPT {return ::acos((double)__lcpp_x);} in acos() function
/llvm-project-15.0.7/libcxx/test/std/depr/depr.c.headers/
H A Dmath_h.pass.cpp34 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function
/llvm-project-15.0.7/libcxx/test/std/numerics/c.math/
H A Dcmath.pass.cpp35 Ambiguous acos(Ambiguous){ return Ambiguous(); } in acos() function