Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/
H A Dmath.h1333 inline _LIBCPP_HIDE_FROM_ABI long long llround(float __x) _NOEXCEPT in llround() function
1339 _LIBCPP_HIDE_FROM_ABI long long llround(double __x) _NOEXCEPT { in llround() function
1343 inline _LIBCPP_HIDE_FROM_ABI long long llround(long double __x) _NOEXCEPT in llround() function
1351 llround(_A1 __x) _NOEXCEPT in llround() function
/openbsd/include/
H A Dtgmath.h142 #define llround(x) __tg_simple(x, llround) macro
/openbsd/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_math.h167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } in llround() function
H A Dtgmath.h919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro