Searched refs:lrintl (Results 1 – 5 of 5) sorted by relevance
81 long int lrintl(long double);
88 __attribute__((weak)) long int lrintl(long double x) { return lrint((double)x); } in lrintl() function
242 long lrintl(long double x);1406 inline _LIBCPP_INLINE_VISIBILITY long lrint(long double __x) _NOEXCEPT {return lrintl(__x);}1663 using ::lrintl;
508 static_assert((std::is_same<decltype(lrintl(0)), long>::value), ""); in test_lrint()
1061 static_assert((std::is_same<decltype(std::lrintl(0)), long>::value), ""); in test_lrint()