Searched refs:luaO_arith (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.c70 lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { function
H A Dlobject.h596 LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2);
H A Dlcode.c722 r = luaO_arith(op - OP_ADD + LUA_OPADD, e1->u.nval, e2->u.nval);
H A Dlvm.c425 res = luaO_arith(op - TM_ADD + LUA_OPADD, nvalue(b), nvalue(c));
H A Dlapi.c306 setnvalue(o1, luaO_arith(op, nvalue(o1), nvalue(o2)));
/freebsd-11-stable/contrib/lua/src/
H A Dlobject.c123 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, function
H A Dlobject.h537 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
H A Dlcode.c983 luaO_arith(fs->ls->L, op, &v1, &v2, &res); /* does operation */
H A Dlapi.c312 luaO_arith(L, op, L->top - 2, L->top - 1, L->top - 2);

Completed in 104 milliseconds