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

/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-compiler.h45 #ifndef M_PI
46 # define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dmath.h431 #define M_PI 3.14159265358979323846 /**< pi */ macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h163 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/include/wine/
H A Dport.h207 #ifndef M_PI
208 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dport.h206 #ifndef M_PI
207 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Dport.h207 #ifndef M_PI
208 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dport.h204 #ifndef M_PI
205 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dport.h207 #ifndef M_PI
208 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Dport.h207 #ifndef M_PI
208 #define M_PI 3.14159265358979323846 macro
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dimports.h133 #ifndef M_PI
134 #define M_PI (3.1415926536) macro
154 #define DEG2RAD (M_PI/180.0)
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dmatrix.c7 #ifndef M_PI
8 #define M_PI 3.14159265358979323846 macro
377 const float c = (float) cos(angle * M_PI / 180.0f);
379 const float s = (float) sin(angle * M_PI / 180.0f);
/vbox/include/iprt/nocrt/
H A Dmath.h181 #define M_PI 3.14159265358979323846 /* pi */ macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddevice.c1923 object->cutoff = (float)(light->phi * 90 / M_PI);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddevice.c2477 object->cutoff = pLight->Phi*90/M_PI;

Completed in 114 milliseconds