Home | History | Annotate | Download | only in include

Lines Matching full:rintf

273 float          rintf(float x);
1548 using ::rintf;
1550 inline _LIBCPP_INLINE_VISIBILITY float rint(float __lcpp_x) _NOEXCEPT {return rintf(__lcpp_x);}