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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h84 float __cdecl sinhf(float);
109 #define sinhf(x) ((float)sinh((double)(x))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h344 float RT_NOCRT(sinhf)(float);
672 # define sinhf RT_NOCRT(sinhf) macro

Completed in 46 milliseconds