Home | History | Annotate | Download | only in include

Lines Matching refs:powf

112 float          powf(float x, float y);
869 inline _LIBCPP_INLINE_VISIBILITY float pow(float __lcpp_x, float __lcpp_y) _NOEXCEPT {return powf(__lcpp_x, __lcpp_y);}