Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h52 (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))
57 (ttisfloat(o) ? ((n) = fltvalue(o), 1) : \
A Dlobject.h314 #define ttisfloat(o) checktag((o), LUA_VNUMFLT) macro
319 #define fltvalue(o) check_exp(ttisfloat(o), val_(o).n)
329 { TValue *io=(obj); lua_assert(ttisfloat(io)); val_(io).n=(x); }
A Dlvm.c138 if (ttisfloat(obj)) in luaV_tointegerns()
487 if (ttisfloat(r)) in LTnum()
509 if (ttisfloat(r)) in LEnum()
897 else if (ttisfloat(v1)) { \
1016 else if (ttisfloat(s2v(ra))) { \
1578 else if (ttisfloat(s2v(ra))) in luaV_execute()
A Dllex.c252 lua_assert(ttisfloat(&obj)); in read_numeral()
A Dltable.c659 else if (ttisfloat(key)) { in luaH_newkey()

Completed in 13 milliseconds