Searched defs:lround (Results 1 – 14 of 14) sorted by relevance
38 lround(double x) in lround() function
614 ;; lrint lround variable
414 alias core.stdc.math.lround lround; in version() local416 alias core.stdc.math.lroundf lround; in version() local418 alias core.stdc.math.lroundl lround; in version() local915 alias core.stdc.math.lround lround; in version() local917 alias core.stdc.math.lroundf lround; in version() local919 alias core.stdc.math.lroundl lround; in version() local1418 alias core.stdc.math.lround lround; variable1420 alias core.stdc.math.lroundf lround; variable1422 alias core.stdc.math.lroundl lround; variable
1470 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT in lround() function1478 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT in lround() function1490 lround(_A1 __lcpp_x) _NOEXCEPT in lround() function
106 #define lround(x) __TGMATH_REAL(x, lround) macro
186 __DEVICE__ long lround(double __a) { return llround(__a); } in lround() function191 __DEVICE__ long lround(double __a) { return round(__a); } in lround() function
1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
175 #define lround(a) __TG_FN1(lround, (a)) macro
436 lround, 99 keyword
719 lround (double x) in lround() function