Searched refs:lua_number2str (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ | ||
D | luaconf.h | 404 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n)) macro |
D | lvm.c | 53 int l = lua_number2str(s, n); in luaV_tostring() |