Searched refs:expf (Results 1 – 6 of 6) sorted by relevance
125 # define expf exp macro
705 #define __ieee754_expf expf
90 inline float expf(float v) { return __expf(v); } in expf() function
79 float expf(float x);793 using ::expf;798 inline _LIBCPP_INLINE_VISIBILITY float exp(float __x) _NOEXCEPT {return expf(__x);}
77 static_assert((std::is_same<decltype(expf(0)), float>::value), ""); in test_exp()
175 static_assert((std::is_same<decltype(std::expf(0)), float>::value), ""); in test_exp()