Home | History | Annotate | Download | only in include

Lines Matching full:log1pf

229 float          log1pf(float x);
1376 using ::log1pf;
1378 inline _LIBCPP_INLINE_VISIBILITY float log1p(float __lcpp_x) _NOEXCEPT {return log1pf(__lcpp_x);}