Lines Matching full:atan2f
63 float atan2f(float y, float x);725 using ::atan2f;728 inline _LIBCPP_INLINE_VISIBILITY float atan2(float __lcpp_y, float __lcpp_x) _NOEXCEPT {return atan2f(__lcpp_y, __lcpp_x);}