Searched defs:atan2f (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h90 float __cdecl atan2f(float, float);
115 #define atan2f(x,y) ((float)atan2((double)(x), (double)(y))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h338 float RT_NOCRT(atan2f)(float, float);
667 # define atan2f RT_NOCRT(atan2f) macro

Completed in 35 milliseconds