Searched defs:lround (Results 1 – 3 of 3) sorted by relevance
113 inline _LIBCPP_HIDE_FROM_ABI long lround(float __x) _NOEXCEPT { return __builtin_lroundf(__x); } in lround() function116 _LIBCPP_HIDE_FROM_ABI long lround(double __x) _NOEXCEPT { in lround() function120 inline _LIBCPP_HIDE_FROM_ABI long lround(long double __x) _NOEXCEPT { return __builtin_lroundl(__x)… in lround() function123 inline _LIBCPP_HIDE_FROM_ABI long lround(_A1 __x) _NOEXCEPT { in lround() function
189 #define lround(x) __tg_simple(x, lround) macro
1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro