Home | History | Annotate | Download | only in include

Lines Matching full:rintl

274 long double    rintl(long double x);
1551 inline _LIBCPP_INLINE_VISIBILITY long double rint(long double __lcpp_x) _NOEXCEPT {return rintl(__lcpp_x);}
1679 using ::rintl;