Lines Matching refs:lua_pushinteger
33 lua_pushinteger(L, n); in math_abs()
77 lua_pushinteger(L, n); in math_toint()
89 lua_pushinteger(L, n); /* result is integer */ in pushnumint()
122 lua_pushinteger(L, 0); /* avoid overflow with 0x80000... / -1 */ in math_fmod()
125 lua_pushinteger(L, lua_tointeger(L, 1) % d); in math_fmod()
570 lua_pushinteger(L, I2UInt(rv)); /* full random integer */ in math_random()
586 lua_pushinteger(L, p + (lua_Unsigned)low); in math_random()
600 lua_pushinteger(L, n1); in setseed()
601 lua_pushinteger(L, n2); in setseed()
683 lua_pushinteger(L, e); in math_frexp()
756 lua_pushinteger(L, LUA_MAXINTEGER); in luaopen_math()
758 lua_pushinteger(L, LUA_MININTEGER); in luaopen_math()