Searched refs:l_floor (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/lua/src/
H A Dllimits.h266 #define luai_numidiv(L,a,b) ((void)L, l_floor(luai_numdiv(L,a,b)))
H A Dlvm.c99 lua_Number f = l_floor(n);
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h432 @@ l_floor takes the floor of a float.
439 #define l_floor(x) (l_mathop(floor)(x)) macro
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h432 @@ l_floor takes the floor of a float.
439 #define l_floor(x) (l_mathop(floor)(x)) macro

Completed in 64 milliseconds