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_arith
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/lua/dist/src/
lvm.c
1031
#define
op_arith
(L,iop,fop) { \
macro
1551
op_arith
(L, l_addi, luai_numadd);
1555
op_arith
(L, l_subi, luai_numsub);
1559
op_arith
(L, l_muli, luai_nummul);
1564
op_arith
(L, luaV_mod, luaV_modf);
1579
op_arith
(L, luaV_idiv, luai_numidiv);
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026