Searched refs:sinhf (Results 1 – 6 of 6) sorted by relevance
113 # define sinhf sinh macro
715 #define __ieee754_sinhf sinhf
88 inline float sinhf(float v) { return __sinhf(v); } in sinhf() function
123 float sinhf(float x);987 using ::sinhf;990 inline _LIBCPP_INLINE_VISIBILITY float sinh(float __x) _NOEXCEPT {return sinhf(__x);}
168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), ""); in test_sinh()
383 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), ""); in test_sinh()