Home
last modified time | relevance | path

Searched refs:my_atan2 (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/mednafen/mednafen/src/mpcdec/
H A Dmpcmath.h85 # define ATAN2F(x,y) my_atan2 ((float)(x), (float)(y))
94 static mpc_inline float my_atan2 ( float x, float y ) in my_atan2() function
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/libmpcdec/mpc/
H A Dmpcmath.h84 # define ATAN2F(x,y) my_atan2 ((float)(x), (float)(y))
93 static mpc_inline float my_atan2 ( float x, float y ) in my_atan2() function
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/libmpcdec/mpc/
H A Dmpcmath.h84 # define ATAN2F(x,y) my_atan2 ((float)(x), (float)(y))
93 static mpc_inline float my_atan2 ( float x, float y ) in my_atan2() function
/dports/audio/musepack/musepack_src_r475/include/mpc/
H A Dmpcmath.h86 # define ATAN2F(x,y) my_atan2 ((float)(x), (float)(y))
95 static mpc_inline float my_atan2 ( float x, float y ) in my_atan2() function
/dports/deskutils/gcal/gcal-4.1/src/
H A Drc-astro.c999 right_ascension = FIXANGLE (TODEG (my_atan2 (ye, xe)));
1076 return (FIXANGLE (TODEG (my_atan2 (sin (x1),
1136 right_ascension = FIXANGLE (TODEG (my_atan2 (ye, xe)));
1149 (my_atan2
1192 x3 = FIXANGLE (TODEG (my_atan2 (sin (x1),
1223 (local_sidereal_time - TODEG (my_atan2 (x2, x3)))));
2765 right_ascension = FIXANGLE (TODEG (my_atan2 (ye, xe)));
2831 return (FIXANGLE (TODEG (my_atan2 (sin (x1),
2908 (my_atan2
3018 x3 = FIXANGLE (TODEG (my_atan2 (sin (x1),
[all …]
H A Dhd-astro.h108 extern double my_atan2 __P_ ((double y, double x));
H A Dcommon.h1079 # define my_atan2 V_ma2 macro
H A Dhd-astro.c1381 my_atan2 (y, x) in my_atan2() function
/dports/graphics/vips/vips-8.12.0/test/test-suite/
H A Dtest_arithmetic.py561 def my_atan2(x, y): function
568 self.run_binary(im, my_atan2, fmt=noncomplex_formats)
/dports/japanese/libslang/slang-1.4.5jp2/src/
H A Dslcmplex.c144 static double my_atan2 (double y, double x) in my_atan2() function
175 else *theta = my_atan2 (y, x); in polar_form()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslcmplex.c176 static double my_atan2 (double y, double x) in my_atan2() function
207 else *theta = my_atan2 (y, x); in polar_form()