Searched refs:lua_isinteger (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | lmathlib.c | 40 if (lua_isinteger(L, 1)) { in math_abs() 106 if (lua_isinteger(L, 1)) in math_floor() 117 if (lua_isinteger(L, 1)) in math_ceil() 128 if (lua_isinteger(L, 1) && lua_isinteger(L, 2)) { in math_fmod() 150 if (lua_isinteger(L ,1)) { in math_modf() 286 if (lua_isinteger(L, 1)) in math_type()
|
D | lua.h | 176 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable
|
D | liolib.c | 626 int len = lua_isinteger(L, arg) in g_write()
|
D | lauxlib.c | 818 if (lua_isinteger(L, idx)) in luaL_tolstring()
|
D | lapi.c | 270 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function
|
D | lstrlib.c | 954 if (!lua_isinteger(L, arg)) { /* float? */ in addliteral()
|