Searched defs:acos (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h46 #undef acos macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h59 #undef acos macro
103 acos(float __x) function
107 acos(long double __x) function
113 acos(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h59 __DEVICE__ float acos(float __x) { return ::acosf(__x); } function
H A Dtgmath.h82 #undef acos macro
83 #define acos(__x) __tg_acos(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1488 __DEVICE__ double acos(double __a) { return __nv_acos(__a); } function
/freebsd-11-stable/include/
H A Dtgmath.h141 #define acos(x) __tg_full(x, acos) macro

Completed in 102 milliseconds