OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_arithK
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lvm.c
1040
#define
op_arithK
(L,iop,fop) { \
1487
op_arithK
(L, l_addi, luai_numadd);
1491
op_arithK
(L, l_subi, luai_numsub);
1495
op_arithK
(L, l_muli, luai_nummul);
1500
op_arithK
(L, luaV_mod, luaV_modf);
1515
op_arithK
(L, luaV_idiv, luai_numidiv);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026