HomeSort by: relevance | last modified time | path
    Searched refs:lua_tonumber (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/lua/libm/
libm.c 59 double x = lua_tonumber(L, 1); \
71 double x = lua_tonumber(L, 1); \
85 double x = lua_tonumber(L, 2); \
98 lua_tonumber(L, 1), \
99 lua_tonumber(L,2) \
173 lua_tonumber(L, 1),
174 lua_tonumber(L, 2),
175 lua_tonumber(L, 3)
198 double x = lua_tonumber(L, 1);
210 double x = lua_tonumber(L, 1)
    [all...]
  /src/lib/lua/sqlite/
sqlite.c 213 lua_tonumber(L, 3)));
  /src/external/mit/lua/dist/src/
liolib.c 672 (LUAI_UACNUMBER)lua_tonumber(L, arg));
lua.h 396 #define lua_tonumber(L,i) lua_tonumberx(L,(i),NULL) macro
lauxlib.c 918 lua_pushfstring(L, "%f", (LUAI_UACNUMBER)lua_tonumber(L, idx));
lstrlib.c 1198 nb = quotefloat(L, buff, lua_tonumber(L, arg));

Completed in 39 milliseconds