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

/freebsd-13-stable/lib/msun/src/
H A Ds_atan.c74 atan(double x) function
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_cmath.h47 __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_math.h66 __DEVICE__ double atan(double __a) { return __nv_atan(__a); } function
H A D__clang_hip_math.h565 inline double atan(double __x) { return __ocml_atan_f64(__x); } function
/freebsd-13-stable/include/
H A Dtgmath.h145 #define atan(x) __tg_full(x, atan) macro

Completed in 109 milliseconds