Searched refs:luai_numadd (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | llimits.h | 345 #if !defined(luai_numadd) 346 #define luai_numadd(L,a,b) ((a)+(b)) macro
|
H A D | lvm.c | 274 idx = luai_numadd(L, idx, step); /* increment index */ in floatforloop() 1401 op_arithI(L, l_addi, luai_numadd); in luaV_execute() 1405 op_arithK(L, l_addi, luai_numadd); in luaV_execute() 1467 op_arith(L, l_addi, luai_numadd); in luaV_execute()
|
H A D | lobject.c | 76 case LUA_OPADD: return luai_numadd(L, v1, v2); in numarith()
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | luaconf.h | 440 #define luai_numadd(L,a,b) ((a)+(b)) macro
|
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lobject.c | 70 case LUA_OPADD: return luai_numadd(NULL, v1, v2); in luaO_arith()
|
H A D | lvm.c | 678 arith_op(luai_numadd, TM_ADD); in luaV_execute() 832 lua_Number idx = luai_numadd(L, nvalue(ra), step); /* increment index */ in luaV_execute()
|