Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.h143 #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); }
Dlvm.h41 (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))
Dlvm.c97 if (ttisfloat(obj)) { in luaV_tointeger()
328 if (ttisfloat(r)) in LTnum()
351 if (ttisfloat(r)) in LEnum()
Dllex.c239 lua_assert(ttisfloat(&obj)); in read_numeral()
Dltable.c465 else if (ttisfloat(key)) { in luaH_newkey()