Searched defs:atan2 (Results 1 – 10 of 10) sorted by relevance
| /openbsd/src/gnu/lib/libstdc++/libstdc++/include/c_std/ |
| D | std_cmath.h | 258 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/ |
| D | e_atan2.c | 54 atan2(double y, double x) in atan2() function
|
| /openbsd/src/gnu/gcc/libstdc++-v3/include/c_std/ |
| D | std_cmath.h | 151 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/ |
| D | math.h | 612 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/ |
| D | math-68881.h | 134 atan2 (double y, double x) in atan2() function
|
| /openbsd/src/gnu/gcc/gcc/config/m68k/ |
| D | math-68881.h | 134 atan2 (double y, double x) in atan2() function
|
| /openbsd/src/gnu/llvm/clang/lib/Headers/ |
| D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
| D | __clang_cuda_math.h | 67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
|
| D | tgmath.h | 566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
| /openbsd/src/include/ |
| D | tgmath.h | 122 #define atan2(x, y) __tg_simple2(x, y, atan2) macro
|