Home | History | Annotate | Download | only in src

Lines Matching refs:luaV_div

552 lua_Integer luaV_div (lua_State *L, lua_Integer m, lua_Integer n) {
570 ** about luaV_div.)
1013 setivalue(ra, luaV_div(L, ib, ic));