Home
last modified time | relevance | path

Searched refs:tonumeral (Results 1 – 1 of 1) sorted by relevance

/external/lua/src/
Dlcode.c55 static int tonumeral (const expdesc *e, TValue *v) { in tonumeral() function
104 default: return tonumeral(e, v); in luaK_exp2const()
1318 if (!tonumeral(e1, &v1) || !tonumeral(e2, &v2) || !validop(op, &v1, &v2)) in constfolding()
1429 if (tonumeral(e2, NULL) && luaK_exp2K(fs, e2)) { /* K operand? */ in codearith()
1451 if (tonumeral(e1, NULL)) { /* is first operand a numeric constant? */ in codecommutative()
1594 if (!tonumeral(v, NULL)) in luaK_infix()
1600 if (!tonumeral(v, NULL)) in luaK_infix()