Searched refs:ttisfloat (Results 1 – 5 of 5) sorted by relevance
143 #define ttisfloat(o) checktag((o), LUA_TNUMFLT) macro164 #define fltvalue(o) check_exp(ttisfloat(o), val_(o).n)202 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); }
41 (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))
97 if (ttisfloat(obj)) { in luaV_tointeger()328 if (ttisfloat(r)) in LTnum()351 if (ttisfloat(r)) in LEnum()
239 lua_assert(ttisfloat(&obj)); in read_numeral()
465 else if (ttisfloat(key)) { in luaH_newkey()