Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/msun/src/
De_acos.c65 acos(double x) in acos() function
/freebsd-12-stable/contrib/libstdc++/include/c_std/
Dstd_cmath.h103 acos(float __x) in acos() function
107 acos(long double __x) in acos() function
113 acos(_Tp __x) in acos() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
Dcomplex_cmath.h325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { in acos() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_cmath.h45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
D__clang_cuda_math.h58 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in acos() function
Dtgmath.h83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h792 inline _LIBCPP_INLINE_VISIBILITY float acos(float __lcpp_x) _NOEXCEPT {return ::acosf(_… in acos() function
793 inline _LIBCPP_INLINE_VISIBILITY long double acos(long double __lcpp_x) _NOEXCEPT {return ::acosl(_… in acos() function
799 acos(_A1 __lcpp_x) _NOEXCEPT {return ::acos((double)__lcpp_x);} in acos() function
/freebsd-12-stable/include/
Dtgmath.h143 #define acos(x) __tg_full(x, acos) macro