Searched refs:luaO_arith (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lobject.c | 70 lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { in luaO_arith() function
|
| H A D | lobject.h | 596 LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2);
|
| H A D | lcode.c | 722 r = luaO_arith(op - OP_ADD + LUA_OPADD, e1->u.nval, e2->u.nval); in constfolding()
|
| H A D | lvm.c | 425 res = luaO_arith(op - TM_ADD + LUA_OPADD, nvalue(b), nvalue(c)); in luaV_arith()
|
| H A D | lapi.c | 306 setnvalue(o1, luaO_arith(op, nvalue(o1), nvalue(o2))); in lua_arith()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lobject.c | 123 void luaO_arith (lua_State *L, int op, const TValue *p1, const TValue *p2, in luaO_arith() function
|
| H A D | lobject.h | 537 LUAI_FUNC void luaO_arith (lua_State *L, int op, const TValue *p1,
|
| H A D | lcode.c | 983 luaO_arith(fs->ls->L, op, &v1, &v2, &res); /* does operation */ in constfolding()
|
| H A D | lapi.c | 312 luaO_arith(L, op, L->top - 2, L->top - 1, L->top - 2); in lua_arith()
|