Searched defs:nearbyint (Results 1 – 9 of 9) sorted by relevance
379 alias core.stdc.math.nearbyint nearbyint; in version() local381 alias core.stdc.math.nearbyintf nearbyint; in version() local383 alias core.stdc.math.nearbyintl nearbyint; in version() local880 alias core.stdc.math.nearbyint nearbyint; in version() local882 alias core.stdc.math.nearbyintf nearbyint; in version() local884 alias core.stdc.math.nearbyintl nearbyint; in version() local1383 alias core.stdc.math.nearbyint nearbyint; variable1385 alias core.stdc.math.nearbyintf nearbyint; variable1387 alias core.stdc.math.nearbyintl nearbyint; variable
1503 inline _LIBCPP_INLINE_VISIBILITY float nearbyint(float __lcpp_x) _NOEXCEPT {return ::ne… in nearbyint() function1504 inline _LIBCPP_INLINE_VISIBILITY long double nearbyint(long double __lcpp_x) _NOEXCEPT {return ::ne… in nearbyint() function1509 nearbyint(_A1 __lcpp_x) _NOEXCEPT {return ::nearbyint((double)__lcpp_x);} in nearbyint() function
107 #define nearbyint(x) __TGMATH_REAL(x, nearbyint) macro
176 #define nearbyint(a) __TG_FN1(nearbyint, (a)) macro
198 __DEVICE__ double nearbyint(double __a) { return __builtin_nearbyint(__a); } in nearbyint() function
1038 #define nearbyint(__x) __tg_nearbyint(__tg_promote1((__x))(__x)) macro
421 nearbyint, 99 keyword