Searched defs:lround (Results 1 – 6 of 6) sorted by relevance
56 static inline long int lround(double x) { in lround() function60 static inline long int lround(double x) { in lround() function
46 lround (double x) in lround() function
1360 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT {return ::lroundf(__lc… in lround() function1361 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT {return ::lroundl(__lc… in lround() function1366 lround(_A1 __lcpp_x) _NOEXCEPT {return ::lround((double)__lcpp_x);} in lround() function
88 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
91 Ambiguous lround(Ambiguous){ return Ambiguous(); } in lround() function
1028 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro