Home
last modified time | relevance | path

Searched defs:lround (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dmath.h1508 inline _LIBCPP_INLINE_VISIBILITY long lround(float __lcpp_x) _NOEXCEPT in lround() function
1516 inline _LIBCPP_INLINE_VISIBILITY long lround(long double __lcpp_x) _NOEXCEPT in lround() function
1528 lround(_A1 __lcpp_x) _NOEXCEPT in lround() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h188 __DEVICE__ long lround(double __a) { return llround(__a); } in lround() function
193 __DEVICE__ long lround(double __a) { return round(__a); } in lround() function
Dtgmath.h1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
/freebsd-12-stable/include/
Dtgmath.h191 #define lround(x) __tg_simple(x, lround) macro