HomeSort by relevance Sort by last modified time
    Searched defs:LUA_NUMBER_FMT (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 397 @@ LUA_NUMBER_FMT is the format for writing numbers.
402 #define LUA_NUMBER_FMT "%.14g"
403 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n))
  /external/skia/third_party/lua/src/
luaconf.h 398 @@ LUA_NUMBER_FMT is the format for writing numbers.
403 #define LUA_NUMBER_FMT "%.14g"
404 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n))
  /external/syslinux/com32/lua/src/
luaconf.h 419 @@ LUA_NUMBER_FMT is the format for writing numbers.
425 #define LUA_NUMBER_FMT "%ld"
428 #define LUA_NUMBER_FMT "%.14g"
430 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n))

Completed in 438 milliseconds