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()
571 lua_pushinteger(L, I2UInt(rv)); /* full random integer */ in math_random()
587 lua_pushinteger(L, p + (lua_Unsigned)low); in math_random()
601 lua_pushinteger(L, n1); in setseed()
602 lua_pushinteger(L, n2); in setseed()
684 lua_pushinteger(L, e); in math_frexp()
757 lua_pushinteger(L, LUA_MAXINTEGER); in luaopen_math()
759 lua_pushinteger(L, LUA_MININTEGER); in luaopen_math()