Searched defs:lround (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/include/
H A Dtgmath.h191 #define lround(x) __tg_simple(x, lround) macro
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1020 #undef lround macro
1021 #define lround(__x) __tg_lround(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_device_functions.h1620 __DEVICE__ long lround(double __a) { return llround(__a); } function
1625 __DEVICE__ long lround(double __a) { return round(__a); } function

Completed in 103 milliseconds