Home | History | Annotate | Download | only in include

Lines Matching full:rintl

274 long double    rintl(long double x);
1541 inline _LIBCPP_INLINE_VISIBILITY long double rint(long double __x) _NOEXCEPT {return rintl(__x);}
1669 using ::rintl;