Searched refs:atan2 (Results 1 - 14 of 14) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dw_atan2.c19 * wrapper atan2(y,x)
27 atan2(double y, double x) /* wrapper atan2 */ function
36 return __kernel_standard(y,x,3); /* atan2(+-0,+-0) */
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dmath.h66 double __cdecl atan2(double, double);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h57 double __cdecl atan2(double, double);
115 #define atan2f(x,y) ((float)atan2((double)(x), (double)(y)))
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dmath.h140 double atan2(double Num, double Denom);
/vbox/src/recompiler/target-i386/
H A Dexec.h154 # undef atan2 macro
164 # define atan2 atan2l macro
H A Dop_helper.c4862 ST1 = atan2(fpsrcop,fptemp);
/vbox/src/recompiler/Sun/
H A Dtestmath.c361 #undef atan2
371 #define atan2 atan2l
482 ST1 = atan2(fpsrcop,fptemp);
797 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));
/vbox/include/iprt/nocrt/
H A Dmath.h231 double RT_NOCRT(atan2)(double, double);
599 # define atan2 RT_NOCRT(atan2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h231 #undef atan2 macro
232 #define atan2(d1,d2) xf86atan2(d1,d2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h231 #undef atan2 macro
232 #define atan2(d1,d2) xf86atan2(d1,d2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h237 #undef atan2 macro
238 #define atan2(d1,d2) xf86atan2(d1,d2) macro
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h193 #undef atan2 macro
194 #define atan2(d1,d2) xf86atan2(d1,d2) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h237 #undef atan2 macro
238 #define atan2(d1,d2) xf86atan2(d1,d2) macro
/vbox/src/recompiler/tests/
H A Dtest-i386.c776 printf("a=%f b=%f atan2(a, b)=%f\n", a, b, atan2(a, b));

Completed in 105 milliseconds