Searched defs:llround (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h100 #define llround(x) __TGMATH_REAL(x, llround) macro
/netbsd-current/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h100 #define llround(x) __TGMATH_REAL(x, llround) macro
/netbsd-current/include/
H A Dtgmath.h169 #define llround(a) __TG_FN1(llround, (a)) macro
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h918 #undef llround macro
919 #define llround(__x) __tg_llround(__tg_promote1((__x))(__x)) macro
H A D__clang_cuda_math.h167 __DEVICE__ long long llround(double __a) { return __nv_llround(__a); } function
H A D__clang_hip_math.h851 long long int llround(double __x) { return __ocml_round_f64(__x); } function
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dc99_functions.c752 llround (double x) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dc99_functions.c752 llround (double x) function

Completed in 214 milliseconds