Home
last modified time | relevance | path

Searched refs:LUA_NUMBER_FMT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dluaconf.h402 #define LUA_NUMBER_FMT "%.14g" macro
403 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n))
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dluac.c263 printf(LUA_NUMBER_FMT,nvalue(o)); in PrintConstant()
Dliolib.c521 fprintf(f, LUA_NUMBER_FMT, lua_tonumber(L, arg)) > 0; in g_write()