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

/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h47 #undef asin macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h60 #undef asin macro
119 asin(float __x) function
123 asin(long double __x) function
129 asin(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h60 __DEVICE__ float asin(float __x) { return ::asinf(__x); } function
H A Dtgmath.h111 #undef asin macro
112 #define asin(__x) __tg_asin(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1492 __DEVICE__ double asin(double __a) { return __nv_asin(__a); } function
/freebsd-11-stable/include/
H A Dtgmath.h142 #define asin(x) __tg_full(x, asin) macro

Completed in 85 milliseconds