Home
last modified time | relevance | path

Searched refs:F2Ifloor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/lua/src/
H A Dlvm.h45 F2Ifloor, /* takes the floor of the number */ enumerator
H A Dlvm.c182 if (!luaV_tointeger(lim, p, (step < 0 ? F2Iceil : F2Ifloor))) { in forlimit()
435 if (luaV_flttointeger(f, &fi, F2Ifloor)) /* fi = floor(f) */ in LEintfloat()
452 if (luaV_flttointeger(f, &fi, F2Ifloor)) /* fi = floor(f) */ in LTfloatint()