Searched defs:llround (Results 1 – 4 of 4) sorted by relevance
1310 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function1311 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT {return ::llroun… in llround() function1316 llround(_A1 __lcpp_x) _NOEXCEPT {return ::llround((double)__lcpp_x);} in llround() function
83 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
86 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro