Searched refs:rintl (Results 1 – 5 of 5) sorted by relevance
80 long double rintl(long double);
87 __attribute__((weak)) long double rintl(long double x) { return rint((double)x); } in rintl() function
274 long double rintl(long double x);1543 inline _LIBCPP_INLINE_VISIBILITY long double rint(long double __x) _NOEXCEPT {return rintl(__x);}1671 using ::rintl;
573 static_assert((std::is_same<decltype(rintl(0)), long double>::value), ""); in test_rint()
1207 static_assert((std::is_same<decltype(std::rintl(0)), long double>::value), ""); in test_rint()