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

/freebsd-12-stable/contrib/lua/src/
H A Dlvm.h41 (ttisfloat(o) ? (*(n) = fltvalue(o), 1) : luaV_tonumber_(o,n))
H A 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); }
H A Dllex.c239 lua_assert(ttisfloat(&obj));
H A Dlvm.c97 if (ttisfloat(obj)) {
328 if (ttisfloat(r))
351 if (ttisfloat(r))
H A Dltable.c465 else if (ttisfloat(key)) {

Completed in 105 milliseconds