Searched refs:logf (Results 1 – 6 of 6) sorted by relevance
121 inline float logf(float arg) { return log(arg); } in logf() function
701 #define __ieee754_logf logf
91 inline float logf(float v) { return __logf(v); } in logf() function
103 float logf(float x);901 using ::logf;905 inline _LIBCPP_INLINE_VISIBILITY float log(float __x) _NOEXCEPT {return logf(__x);}
127 static_assert((std::is_same<decltype(logf(0)), float>::value), ""); in test_log()
289 static_assert((std::is_same<decltype(std::logf(0)), float>::value), ""); in test_log()