Home
last modified time | relevance | path

Searched refs:sinhf (Results 1 – 9 of 9) sorted by relevance

/reactos/sdk/lib/crt/math/
H A Dsinhf.c5 #pragma function(sinhf)
11 sinhf( in sinhf() function
H A Dmath.cmake112 math/libm_sse2/sinhf.c
180 math/sinhf.c
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dsinhf.c48 #pragma function(sinhf)
51 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/crt/
H A Dmath.h200 _Check_return_ float __cdecl sinhf(_In_ float x);
208 …asinf,atanf,atan2f,ceilf,cosf,coshf,expf,floorf,fmodf,logf,log10f,powf,sinf,sinhf,sqrtf,tanf,tanhf)
234 _Check_return_ __CRT_INLINE float sinhf(_In_ float x) { return (float)sinh((double)x); } in sinhf() function
356 _Check_return_ inline float sinh(_In_ float x) throw() { return sinhf(x); } in sinh()
/reactos/sdk/include/c++/
H A Dcmath204 { return sinhf(__x); }
/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/ucrt/
H A Dcorecrt_math.h722 _Check_return_ _ACRTIMP float __cdecl sinhf(_In_ float _X);
757 _Check_return_ __inline float __CRTDECL sinhf(_In_ float _X)
/reactos/dll/win32/msvcrt/
H A Dmsvcrt.spec1453 @ cdecl -arch=x86_64,arm sinhf(long)