Home
last modified time | relevance | path

Searched refs:atan2 (Results 1 – 25 of 71) sorted by relevance

123

/netbsd/src/lib/libm/noieee_src/
Dn_asincos.c109 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()
Dn_atan.c95 return(atan2(x,one)); in __weak_alias()
102 return (float)atan2(x,one); in atanf()
Dn_atan2.c174 __weak_alias(_atan2l, atan2);
178 atan2(double y, double x) in atan2() function
/netbsd/src/lib/libm/complex/
Dcatrig.c350 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()
Dcarg.c16 return atan2(__imag__ z, __real__ z); in carg()
Dclog.c44 rr = atan2(cimag(z), creal(z)); in clog()
Dcatan.c61 t = 0.5 * atan2(2.0 * x, a); in __weak_alias()
/netbsd/src/lib/libm/src/
Dw_atan2.c27 __weak_alias(atan2, _atan2) in __weak_alias() argument
31 atan2(double y, double x) /* wrapper atan2 */ in __weak_alias()
De_atan2l.c147 return atan2(y, x);
Dnamespace.h12 #define atan2 _atan2 macro
/netbsd/src/games/atc/
Ddef.h58 #define DIR_FROM_DXDY(dx,dy) ((int) (atan2((double)(dy), (double)(dx)) \
/netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/
Dtgmath.h80 #define atan2(x,y) __TGMATH_REAL_2(x, y, atan2) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfp-test.cc46 extern double atan2 (double, double);
230 d1 = atan2 (d2, d3); in main()
/netbsd/src/games/trek/
Dphaser.c228 b->angle = atan2(dy, dx); in phaser()
330 anglefactor = atan2(dy, dx) - b->angle; in phaser()
Dcomputer.c329 angle = atan2(dy, dx); in kalc()
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
Dcmath56 #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/
Dn_atan2.S84 WEAK_ALIAS(atan2, _atan2)
113 jgeq pio2 # atan2 = +-pi/2
/netbsd/src/include/
Dtgmath.h149 #define atan2(a,b) __TG_FN2(atan2, (a), (b)) macro
Dmath.h241 double atan2(double, double);
/netbsd/src/lib/libm/
Dm.common.expsym83 atan2
/netbsd/src/external/gpl3/gcc/dist/gcc/config/m68k/
Dmath-68881.h134 atan2 (double y, double x) in atan2() function
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c/
Dcmath44 #undef atan2
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
Dmath.h42 using std::atan2;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/
Dmath.h41 using std::tr1::atan2;
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
Dcmath57 #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));

123