Searched defs:sinhf (Results 1 – 5 of 5) sorted by relevance
11 sinhf( in sinhf() function
51 float sinhf(float fx) in sinhf() function
113 # define sinhf sinh macro
88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
234 _Check_return_ __CRT_INLINE float sinhf(_In_ float x) { return (float)sinh((double)x); } in sinhf() function