Searched refs:lua_isinteger (Results 1 – 8 of 8) 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 | lapi.c | 279 LUA_API int lua_isinteger (lua_State *L, int idx) { in lua_isinteger() function
|
D | lstrlib.c | 1165 if (!lua_isinteger(L, arg)) /* float? */ in addliteral()
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/lua/ |
D | upb.c | 64 static bool lua_isinteger(lua_State* L, int argn) { in lua_isinteger() function 186 if (lua_isinteger(L, narg)) { \
|
/external/mesa3d/src/intel/executor/ |
D | executor_main.c | 361 if (lua_type(L, key_idx) != LUA_TNUMBER || !lua_isinteger(L, key_idx)) in parse_execute_data() 728 assert(lua_isinteger(L, 2)); in l_dump()
|