Home
last modified time | relevance | path

Searched refs:LUA_TNUMBER (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h310 #define LUA_VNUMINT makevariant(LUA_TNUMBER, 0) /* integer numbers */
311 #define LUA_VNUMFLT makevariant(LUA_TNUMBER, 1) /* float numbers */
313 #define ttisnumber(o) checktype((o), LUA_TNUMBER)
A Dlauxlib.c424 tag_error(L, arg, LUA_TNUMBER); in luaL_checknumber()
438 tag_error(L, arg, LUA_TNUMBER); in interror()
890 case LUA_TNUMBER: { in luaL_tolstring()
A Dliolib.c579 if (lua_type(L, n) == LUA_TNUMBER) { in g_read()
664 if (lua_type(L, arg) == LUA_TNUMBER) { in g_write()
A Dlbaselib.c83 if (lua_type(L, 1) == LUA_TNUMBER) { /* already a number? */ in luaB_tonumber()
A Dlstrlib.c265 if (lua_type(L, arg) == LUA_TNUMBER) { /* already a number? */ in tonum()
954 luaL_argexpected(L, tr == LUA_TNUMBER || tr == LUA_TSTRING || in str_gsub()
1165 case LUA_TNUMBER: { in addliteral()
A Dlua.h68 #define LUA_TNUMBER 3 macro
A Dlmathlib.c235 if (lua_type(L, 1) == LUA_TNUMBER) in math_type()
A Dlvm.c568 if (ttype(t1) != ttype(t2) || ttype(t1) != LUA_TNUMBER) in luaV_equalobj()

Completed in 23 milliseconds