Searched refs:lua_isinteger (Results 1 – 7 of 7) sorted by relevance
| /external/lua/src/ |
| D | lmathlib.c | 30 if (lua_isinteger(L, 1)) { in math_abs() 96 if (lua_isinteger(L, 1)) in math_floor() 107 if (lua_isinteger(L, 1)) in math_ceil() 118 if (lua_isinteger(L, 1) && lua_isinteger(L, 2)) { in math_fmod() 140 if (lua_isinteger(L ,1)) { in math_modf() 235 lua_pushstring(L, (lua_isinteger(L, 1)) ? "integer" : "float"); in math_type()
|
| D | lua.h | 185 LUA_API int (lua_isinteger) (lua_State *L, int idx); variable
|
| D | liolib.c | 660 int len = lua_isinteger(L, arg) in g_write()
|
| D | lauxlib.c | 869 if (lua_isinteger(L, idx)) in luaL_tolstring()
|
| D | lstrlib.c | 1165 if (!lua_isinteger(L, arg)) /* float? */ in addliteral()
|
| D | lapi.c | 279 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function
|
| /external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
| D | upb.c | 36 static bool lua_isinteger(lua_State *L, int argn) { in lua_isinteger() function 160 if (lua_isinteger(L, narg)) { \
|