Searched defs:atan2 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/lib/libm/noieee_src/
H A Dn_atan2.c178 atan2(double y, double x) function
/netbsd-current/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dmath-68881.h134 atan2 (double y, double x) function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/m68k/
H A Dmath-68881.h134 atan2 (double y, double x) function
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_cmath.h48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } function
H A Dtgmath.h565 #undef atan2 macro
566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
H A D__clang_cuda_math.h67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } function
H A D__clang_hip_math.h709 double atan2(double __x, double __y) { return __ocml_atan2_f64(__x, __y); } function
/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
/netbsd-current/include/
H A Dtgmath.h149 #define atan2(a,b) __TG_FN2(atan2, (a), (b)) macro
/netbsd-current/lib/libm/src/
H A Dnamespace.h3 #define atan2 _atan2 macro

Completed in 165 milliseconds