| /netbsd/src/lib/libm/noieee_src/ |
| D | n_asincos.c | 109 return(atan2(x,sqrt(one-x*x))); in __weak_alias() 111 { t=one-s; s=t+t; return(atan2(x,sqrt(s-t*t))); } in __weak_alias() 181 t=atan2(sqrt((one-x)/(one+x)),one); in acos() 183 t=atan2(one,0.0); /* t = PI/2 */ in acos()
|
| D | n_atan.c | 95 return(atan2(x,one)); in __weak_alias() 102 return (float)atan2(x,one); in atanf()
|
| D | n_atan2.c | 174 __weak_alias(_atan2l, atan2); 178 atan2(double y, double x) in atan2() function
|
| /netbsd/src/lib/libm/complex/ |
| D | catrig.c | 350 ry = atan2(new_y, sqrt_A2my2); in casinh() 439 rx = atan2(sqrt_A2mx2, new_x); in cacos() 441 rx = atan2(sqrt_A2mx2, -new_x); in cacos() 501 return (CMPLX(log(hypot(x / m_e, y / m_e)) + 1, atan2(y, x))); in clog_for_large_values() 508 return (CMPLX(log(hypot(x, y)), atan2(y, x))); in clog_for_large_values() 510 return (CMPLX(log(ax * ax + ay * ay) / 2, atan2(y, x))); in clog_for_large_values() 643 ry = atan2(2, -ay) / 2; in catanh() 645 ry = atan2(2 * ay, (1 - ax) * (1 + ax)) / 2; in catanh() 647 ry = atan2(2 * ay, (1 - ax) * (1 + ax) - ay * ay) / 2; in catanh()
|
| D | carg.c | 16 return atan2(__imag__ z, __real__ z); in carg()
|
| D | clog.c | 44 rr = atan2(cimag(z), creal(z)); in clog()
|
| D | catan.c | 61 t = 0.5 * atan2(2.0 * x, a); in __weak_alias()
|
| /netbsd/src/lib/libm/src/ |
| D | w_atan2.c | 27 __weak_alias(atan2, _atan2) in __weak_alias() argument 31 atan2(double y, double x) /* wrapper atan2 */ in __weak_alias()
|
| D | e_atan2l.c | 147 return atan2(y, x);
|
| D | namespace.h | 12 #define atan2 _atan2 macro
|
| /netbsd/src/games/atc/ |
| D | def.h | 58 #define DIR_FROM_DXDY(dx,dy) ((int) (atan2((double)(dy), (double)(dx)) \
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/ |
| D | tgmath.h | 80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | fp-test.cc | 46 extern double atan2 (double, double); 230 d1 = atan2 (d2, d3); in main()
|
| /netbsd/src/games/trek/ |
| D | phaser.c | 228 b->angle = atan2(dy, dx); in phaser() 330 anglefactor = atan2(dy, dx) - b->angle; in phaser()
|
| D | computer.c | 329 angle = atan2(dy, dx); in kalc()
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/ |
| D | cmath | 56 #undef atan2 146 using ::atan2; 149 atan2(float __y, float __x) 153 atan2(long double __y, long double __x) 160 atan2(_Tp __y, _Up __x)
|
| /netbsd/src/lib/libm/arch/vax/ |
| D | n_atan2.S | 84 WEAK_ALIAS(atan2, _atan2) 113 jgeq pio2 # atan2 = +-pi/2
|
| /netbsd/src/include/ |
| D | tgmath.h | 149 #define atan2(a,b) __TG_FN2(atan2, (a), (b)) macro
|
| D | math.h | 241 double atan2(double, double);
|
| /netbsd/src/lib/libm/ |
| D | m.common.expsym | 83 atan2
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/ |
| D | math-68881.h | 134 atan2 (double y, double x) in atan2() function
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c/ |
| D | cmath | 44 #undef atan2
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| D | math.h | 42 using std::atan2;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
| D | math.h | 41 using std::tr1::atan2;
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/ |
| D | cmath | 57 #undef atan2 140 using ::atan2; 144 atan2(float __y, float __x) 148 atan2(long double __y, long double __x) 155 atan2(_Tp __y, _Up __x) 158 return atan2(__type(__y), __type(__x));
|