Searched defs:llround (Results 1 – 3 of 3) sorted by relevance
81 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT { return __builtin_llroundf(__x… in llround() function84 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function88 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT { return __builtin_llroun… in llround() function91 inline _LIBCPP_HIDE_FROM_ABI long long llround(_A1 __x) _NOEXCEPT { in llround() function
183 #define llround(x) __tg_simple(x, llround) macro
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro