Home
last modified time | relevance | path

Searched defs:llrint (Results 1 – 7 of 7) sorted by relevance

/netbsd/lib/libm/noieee_src/
H A Dn_floor.c173 llrint(double x) in llrint() function
/netbsd/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h1347 inline _LIBCPP_INLINE_VISIBILITY long long llrint(float __lcpp_x) _NOEXCEPT in llrint() function
1355 inline _LIBCPP_INLINE_VISIBILITY long long llrint(long double __lcpp_x) _NOEXCEPT in llrint() function
1367 llrint(_A1 __lcpp_x) _NOEXCEPT in llrint() function
/netbsd/external/gpl3/gcc.old/dist/gcc/ginclude/
H A Dtgmath.h99 #define llrint(x) __TGMATH_REAL(x, llrint) macro
/netbsd/external/gpl3/gcc/dist/gcc/ginclude/
H A Dtgmath.h99 #define llrint(x) __TGMATH_REAL(x, llrint) macro
/netbsd/include/
H A Dtgmath.h168 #define llrint(a) __TG_FN1(llrint, (a)) macro
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_math.h165 __DEVICE__ long long llrint(double __a) { return __nv_llrint(__a); } in llrint() function
H A Dtgmath.h902 #define llrint(__x) __tg_llrint(__tg_promote1((__x))(__x)) macro