Searched defs:l_mathop (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/lua/src/
H A Dluaconf.h435 @@ l_mathop allows the addition of an 'l' or 'f' to all math operations
437 #define l_mathop(x) (x) macro
467 #define luai_nummod(L,a,b) ((a) - l_mathop(floor)((a)/(b))*(b))
468 #define luai_numpow(L,a,b) (l_mathop(pow)(a,b))

Completed in 86 milliseconds