Searched refs:nearbyintl (Results 1 – 5 of 5) sorted by relevance
77 long double nearbyintl(long double);
84 __attribute__((weak)) long double nearbyintl(long double x) { return nearbyint((double)x); } in nearbyintl() function
254 long double nearbyintl(long double x);1445 …LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __x) _NOEXCEPT {return nearbyintl(__x);}1666 using ::nearbyintl;
531 static_assert((std::is_same<decltype(nearbyintl(0)), long double>::value), ""); in test_nearbyint()
1104 static_assert((std::is_same<decltype(std::nearbyintl(0)), long double>::value), ""); in test_nearbyint()