Home
last modified time | relevance | path

Searched defs:sinhf (Results 1 – 5 of 5) sorted by relevance

/reactos/sdk/lib/crt/math/
H A Dsinhf.c11 sinhf( in sinhf() function
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dsinhf.c51 float sinhf(float fx) in sinhf() function
/reactos/sdk/include/c++/stlport/stl/config/
H A D_como.h113 # define sinhf sinh macro
/reactos/sdk/include/c++/stlport/stl/
H A D_cmath.h88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
/reactos/sdk/include/crt/
H A Dmath.h234 _Check_return_ __CRT_INLINE float sinhf(_In_ float x) { return (float)sinh((double)x); } in sinhf() function