Searched refs:luaO_arith (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 69 lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { in luaO_arith() function
|
| H A D | lobject.h | 595 LUAI_FUNC lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2);
|
| H A D | lcode.c | 721 r = luaO_arith(op - OP_ADD + LUA_OPADD, e1->u.nval, e2->u.nval); in constfolding()
|
| H A D | lvm.c | 426 res = luaO_arith(op - TM_ADD + LUA_OPADD, nvalue(b), nvalue(c)); in luaV_arith()
|
| H A D | lapi.c | 304 setnvalue(o1, luaO_arith(op, nvalue(o1), nvalue(o2))); in lua_arith()
|