Home
last modified time | relevance | path

Searched defs:rintl (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/include/crt/
H A Dmingw_math.h364 __CRT_INLINE long double __cdecl rintl (long double x) in rintl() function
H A Dmath.h291 _Check_return_ __CRT_INLINE long double rintl(_In_ long double x) { return roundl(x); } in rintl() function