Searched refs:sinhf (Results 1 – 9 of 9) sorted by relevance
/reactos/sdk/lib/crt/math/ |
H A D | sinhf.c | 5 #pragma function(sinhf) 11 sinhf( in sinhf() function
|
H A D | math.cmake | 112 math/libm_sse2/sinhf.c 180 math/sinhf.c
|
/reactos/sdk/lib/crt/math/libm_sse2/ |
H A D | sinhf.c | 48 #pragma function(sinhf) 51 float sinhf(float fx) in sinhf() function
|
/reactos/sdk/include/c++/stlport/stl/config/ |
H A D | _como.h | 113 # define sinhf sinh macro
|
/reactos/sdk/include/crt/ |
H A D | math.h | 200 _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 D | cmath | 204 { return sinhf(__x); }
|
/reactos/sdk/include/c++/stlport/stl/ |
H A D | _cmath.h | 88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
|
/reactos/sdk/include/ucrt/ |
H A D | corecrt_math.h | 722 _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 D | msvcrt.spec | 1453 @ cdecl -arch=x86_64,arm sinhf(long)
|