Searched defs:llround (Results 1 – 11 of 11) sorted by relevance
922 alias core.stdc.math.llround llround; in version() local924 alias core.stdc.math.llroundf llround; in version() local926 alias core.stdc.math.llroundl llround; in version() local1425 alias core.stdc.math.llround llround; variable1427 alias core.stdc.math.llroundf llround; variable1429 alias core.stdc.math.llroundl llround; variable
1378 inline _LIBCPP_INLINE_VISIBILITY long long llround(float __lcpp_x) _NOEXCEPT in llround() function1386 inline _LIBCPP_INLINE_VISIBILITY long long llround(long double __lcpp_x) _NOEXCEPT in llround() function1398 llround(_A1 __lcpp_x) _NOEXCEPT in llround() function
100 #define llround(x) __TGMATH_REAL(x, llround) macro
169 #define llround(a) __TG_FN1(llround, (a)) macro
167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } in llround() function
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
439 llround, 99 keyword
752 llround (double x) in llround() function