Searched refs:luai_nummul (Results 1 – 1 of 1) sorted by relevance
149 #define luai_nummul(a,b)((a)*(b)) macro3491 case OP_MUL:r=luai_nummul(v1,v2);break;4925 case TM_MUL:setnvalue(ra,luai_nummul(nb,nc));break;5034 arith_op(luai_nummul,TM_MUL);
Completed in 21 milliseconds