Searched refs:luai_numsub (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 442 #define luai_numsub(L,a,b) ((a)-(b)) macro
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lobject.c | 72 case LUA_OPSUB: return luai_numsub(NULL, v1, v2); in luaO_arith()
|
| H A D | lvm.c | 682 arith_op(luai_numsub, TM_SUB); in luaV_execute() 852 setnvalue(ra, luai_numsub(L, nvalue(ra), nvalue(pstep))); in luaV_execute()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luaconf.h | 534 #define luai_numsub(a,b) ((a)-(b)) macro
|
| H A D | lvm.c | 326 case TM_SUB: setnvalue(ra, luai_numsub(nb, nc)); break; in Arith() 479 arith_op(luai_numsub, TM_SUB); in luaV_execute() 677 setnvalue(ra, luai_numsub(nvalue(ra), nvalue(pstep))); in luaV_execute()
|
| H A D | lcode.c | 634 case OP_SUB: r = luai_numsub(v1, v2); break; in constfolding()
|