Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h1431 inline _LIBCPP_HIDE_FROM_ABI long lround(float __x) _NOEXCEPT in lround() function
1437 _LIBCPP_HIDE_FROM_ABI long lround(double __x) _NOEXCEPT { in lround() function
1441 inline _LIBCPP_HIDE_FROM_ABI long lround(long double __x) _NOEXCEPT in lround() function
1449 lround(_A1 __x) _NOEXCEPT in lround() function
/openbsd/include/
H A Dtgmath.h148 #define lround(x) __tg_simple(x, lround) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A 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
H A Dtgmath.h1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro