Searched defs:llround (Results 1 – 12 of 12) sorted by relevance
3 long long llround(double x) in llround() function
1333 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT in llround() function1339 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function1343 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT in llround() function1351 llround(_A1 __x) _NOEXCEPT in llround() function
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
244 #define llround(x) __tg_real_nocast(llround, (x)) macro
83 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
86 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
84 Ambiguous llround(Ambiguous){ return Ambiguous(); } in llround() function
1663 static long long llround(half arg) { return detail::half2int_up<long long>(arg.data_); } in llround() function2598 inline long long llround(half arg) { return functions::llround(arg); } in llround() function2599 inline long long llround(expr arg) { return functions::llround(arg); } in llround() function
1665 static long long llround(half arg) { return detail::half2int_up<long long>(arg.data_); } in llround() function2600 inline long long llround(half arg) { return functions::llround(arg); } in llround() function2601 inline long long llround(expr arg) { return functions::llround(arg); } in llround() function
926 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro