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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dmath.h85 float __cdecl coshf(float);
110 #define coshf(x) ((float)cosh((double)(x))) macro
/vbox/include/iprt/nocrt/
H A Dmath.h343 float RT_NOCRT(coshf)(float);
671 # define coshf RT_NOCRT(coshf) macro

Completed in 47 milliseconds