Searched refs:ttisfloat (Results 1 – 5 of 5) sorted by relevance
52 (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))57 (ttisfloat(o) ? ((n) = fltvalue(o), 1) : \
327 #define ttisfloat(o) checktag((o), LUA_VNUMFLT) macro332 #define fltvalue(o) check_exp(ttisfloat(o), val_(o).n)342 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); }
142 if (ttisfloat(obj)) in luaV_tointegerns()491 if (ttisfloat(r)) in LTnum()513 if (ttisfloat(r)) in LEnum()912 else if (ttisfloat(v1)) { \1038 else if (ttisfloat(s2v(ra))) { \1639 else if (ttisfloat(s2v(ra))) in luaV_execute()
252 lua_assert(ttisfloat(&obj)); in read_numeral()
670 else if (ttisfloat(key)) { in luaH_newkey()