Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 10 of 10) sorted by relevance

/openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/
Dstd_cmath.h258 atan2(float __y, float __x) { return __gnu_cxx::__c99_binding::atan2f(__y, __x); } in atan2() function
261 atan2(float __y, float __x) in atan2() function
267 atan2(long double __y, long double __x) { return ::atan2l(__y, __x); } in atan2() function
270 atan2(long double __y, long double __x) in atan2() function
277 atan2(_Tp __x, _Up __y) in atan2() function
/openbsd/src/lib/libm/src/
De_atan2.c54 atan2(double y, double x) in atan2() function
/openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/
Dstd_cmath.h151 atan2(float __y, float __x) in atan2() function
155 atan2(long double __y, long double __x) in atan2() function
162 atan2(_Tp __y, _Up __x) in atan2() function
/openbsd/src/gnu/llvm/libcxx/include/
Dmath.h612 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT {return … in atan2() function
615 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
619 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT {return … in atan2() function
630 atan2(_A1 __y, _A2 __x) _NOEXCEPT in atan2() function
/openbsd/src/gnu/usr.bin/gcc/gcc/config/m68k/
Dmath-68881.h134 atan2 (double y, double x) in atan2() function
/openbsd/src/gnu/gcc/gcc/config/m68k/
Dmath-68881.h134 atan2 (double y, double x) in atan2() function
/openbsd/src/gnu/llvm/clang/lib/Headers/
D__clang_cuda_cmath.h48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
D__clang_cuda_math.h67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
Dtgmath.h566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
/openbsd/src/include/
Dtgmath.h122 #define atan2(x, y) __tg_simple2(x, y, atan2) macro