Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__math/
HDinverse_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
/freebsd-14-stable/lib/msun/src/
HDe_acos.c62 acos(double x) in acos() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/openmp_wrappers/
HDcomplex_cmath.h325 __DEVICE__ std::complex<_Tp> acos(const std::complex<_Tp> &__x) { in acos() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Headers/
HD__clang_cuda_cmath.h45 __DEVICE__ float acos(float __x) { return ::acosf(__x); } in acos() function
HD__clang_cuda_math.h58 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } in acos() function
HDtgmath.h83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
/freebsd-14-stable/include/
HDtgmath.h141 #define acos(x) __tg_full(x, acos) macro