Searched refs:luai_numadd (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 441 #define luai_numadd(L,a,b) ((a)+(b)) macro
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 71 case LUA_OPADD: return luai_numadd(NULL, v1, v2); in luaO_arith()
|
| H A D | lvm.c | 679 arith_op(luai_numadd, TM_ADD); in luaV_execute() 833 lua_Number idx = luai_numadd(L, nvalue(ra), step); /* increment index */ in luaV_execute()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luaconf.h | 533 #define luai_numadd(a,b) ((a)+(b)) macro
|
| H A D | lvm.c | 325 case TM_ADD: setnvalue(ra, luai_numadd(nb, nc)); break; in Arith() 475 arith_op(luai_numadd, TM_ADD); in luaV_execute() 656 lua_Number idx = luai_numadd(nvalue(ra), step); /* increment index */ in luaV_execute()
|
| H A D | lcode.c | 633 case OP_ADD: r = luai_numadd(v1, v2); break; in constfolding()
|