Searched refs:atanf (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h89 float __cdecl atanf(float);
114 #define atanf(x) ((float)atan((double)(x))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h337 float RT_NOCRT(atanf)(float);
666 # define atanf RT_NOCRT(atanf) macro
/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp6485 const GLfloat pi = 4.0f * atanf(1.0f);

Completed in 72 milliseconds