Home
last modified time | relevance | path

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

/reactos/sdk/lib/crt/math/
H A Dfloor.c18 floor(double x) in floor() function
/reactos/sdk/lib/crt/math/libm_sse2/
H A Dfloor.c37 double FN_PROTOTYPE(floor)(double x) in FN_PROTOTYPE() argument
/reactos/modules/rostests/apitests/crt/
H A Dfloor.c107 START_TEST(floor) in START_TEST() argument
/reactos/sdk/include/crt/
H A Dmath.h346 _Check_return_ inline float floor(_In_ float x) throw() { return floorf(x); } in floor() function
372 _Check_return_ inline long double floor(_In_ long double x) throw() { return floorl(x); } in floor() function