/netbsd-src/lib/libm/src/ |
H A D | w_atan2.c | 27 __weak_alias(atan2, _atan2) in __weak_alias() argument
|
H A D | namespace.h | 12 #define atan2 _atan2 macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | f7-wraps.h | 242 ;; pow fmin fmax fmod hypot atan2 variable
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | f7-wraps.h | 242 ;; pow fmin fmax fmod hypot atan2 variable
|
/netbsd-src/lib/libm/noieee_src/ |
H A D | n_atan2.c | 178 atan2(double y, double x) in atan2() function
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/ |
H A D | tgmath.d | 65 alias core.stdc.math.atan2 atan2; in version() local 67 alias core.stdc.math.atan2f atan2; in version() local 69 alias core.stdc.math.atan2l atan2; in version() local 565 alias core.stdc.math.atan2 atan2; in version() local 567 alias core.stdc.math.atan2f atan2; in version() local 569 alias core.stdc.math.atan2l atan2; in version() local 1055 alias core.stdc.math.atan2 atan2; variable 1057 alias core.stdc.math.atan2f atan2; variable 1059 alias core.stdc.math.atan2l atan2; variable
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/m68k/ |
H A D | math-68881.h | 134 atan2 (double y, double x) in atan2() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/m68k/ |
H A D | math-68881.h | 134 atan2 (double y, double x) in atan2() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | math.h | 828 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT … in atan2() function 829 inline _LIBCPP_INLINE_VISIBILITY long double atan2(long double __lcpp_y, long double __lcpp_x) _NOE… in atan2() function 840 atan2(_A1 __lcpp_y, _A2 __lcpp_x) _NOEXCEPT in atan2() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Headers/ |
H A D | __clang_cuda_cmath.h | 48 __DEVICE__ float atan2(float __x, float __y) { return ::atan2f(__x, __y); } in atan2() function
|
H A D | __clang_cuda_math.h | 67 __DEVICE__ double atan2(double __a, double __b) { return __nv_atan2(__a, __b); } in atan2() function
|
H A D | tgmath.h | 566 #define atan2(__x, __y) __tg_atan2(__tg_promote2((__x), (__y))(__x), \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
H A D | tgmath.h | 80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ginclude/ |
H A D | tgmath.h | 80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | math.d | 1293 real atan2(real y, real x) @trusted pure nothrow @nogc in atan2() function 1369 double atan2(double y, double x) @safe pure nothrow @nogc in atan2() function 1375 float atan2(float y, float x) @safe pure nothrow @nogc in atan2() function
|
/netbsd-src/include/ |
H A D | tgmath.h | 149 #define atan2(a,b) __TG_FN2(atan2, (a), (b)) macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | cfns.gperf | 41 atan2, 89 keyword
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | cfns.gperf | 41 atan2, 89 keyword
|