Lines Matching refs:lua_pushinteger
35 lua_pushinteger(L, n); in math_abs()
79 lua_pushinteger(L, n); in math_toint()
91 lua_pushinteger(L, n); /* result is integer */ in pushnumint()
124 lua_pushinteger(L, 0); /* avoid overflow with 0x80000... / -1 */ in math_fmod()
127 lua_pushinteger(L, lua_tointeger(L, 1) % d); in math_fmod()
573 lua_pushinteger(L, I2UInt(rv)); /* full random integer */ in math_random()
589 lua_pushinteger(L, p + (lua_Unsigned)low); in math_random()
603 lua_pushinteger(L, n1); in setseed()
604 lua_pushinteger(L, n2); in setseed()
686 lua_pushinteger(L, e); in math_frexp()
759 lua_pushinteger(L, LUA_MAXINTEGER); in luaopen_math()
761 lua_pushinteger(L, LUA_MININTEGER); in luaopen_math()