Searched refs:llrintl (Results 1 – 5 of 5) sorted by relevance
70 long long int llrintl(long double);
77 __attribute__((weak)) long long int llrintl(long double x) { return llrint((double)x); } in llrintl() function
222 long long llrintl(long double x);1341 inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __x) _NOEXCEPT {return llrintl(__x);}1658 using ::llrintl;
468 static_assert((std::is_same<decltype(llrintl(0)), long long>::value), ""); in test_llrint()
971 static_assert((std::is_same<decltype(std::llrintl(0)), long long>::value), ""); in test_llrint()