Home
last modified time | relevance | path

Searched refs:LUA_VNUMFLT (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h311 #define LUA_VNUMFLT makevariant(LUA_TNUMBER, 1) /* float numbers */ macro
314 #define ttisfloat(o) checktag((o), LUA_VNUMFLT)
326 { TValue *io=(obj); val_(io).n=(x); settt_(io, LUA_VNUMFLT); }
A Dltable.c147 case LUA_VNUMFLT: { in mainposition()
216 case LUA_VNUMFLT: in equalkey()
782 case LUA_VNUMFLT: { in luaH_get()
A Dldump.c117 case LUA_VNUMFLT: in dumpConstants()
A Dluac.c278 case LUA_VNUMFLT: in PrintType()
309 case LUA_VNUMFLT: in PrintConstant()
A Dlundump.c175 case LUA_VNUMFLT: in loadConstants()
A Dlcode.c679 case LUA_VNUMFLT: in const2exp()
A Dlvm.c584 case LUA_VNUMFLT: return luai_numeq(fltvalue(t1), fltvalue(t2)); in luaV_equalobj()

Completed in 17 milliseconds