Searched defs:atan (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Ds_atan.c74 atan(double x) function
[all...]
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cmath.h48 #undef atan macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cmath.h61 #undef atan macro
135 atan(float __x) function
139 atan(long double __x) function
145 atan(_Tp __x) function
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h61 __DEVICE__ float atan(float __x) { return ::atanf(__x); } function
H A Dtgmath.h140 #undef atan macro
141 #define atan(__x) __tg_atan(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1496 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } function
/freebsd-11-stable/include/
H A Dtgmath.h143 #define atan(x) __tg_full(x, atan) macro

Completed in 187 milliseconds