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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h86 float __cdecl tanhf(float);
111 #define tanhf(x) ((float)tanh((double)(x))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h345 float RT_NOCRT(tanhf)(float);
673 # define tanhf RT_NOCRT(tanhf) macro

Completed in 46 milliseconds