HomeSort by relevance Sort by last modified time
    Searched refs:ttisfloat (Results 1 - 5 of 5) sorted by null

  /external/lua/src/
lvm.h 41 (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))
lobject.h 143 #define ttisfloat(o) checktag((o), LUA_TNUMFLT) macro
164 #define fltvalue(o) check_exp(ttisfloat(o), val_(o).n)
202 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); }
llex.c 239 lua_assert(ttisfloat(&obj));
lvm.c 97 if (ttisfloat(obj)) {
328 if (ttisfloat(r))
351 if (ttisfloat(r))
    [all...]
ltable.c 465 else if (ttisfloat(key)) {

Completed in 248 milliseconds