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

  /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))
luac.c 263 printf(LUA_NUMBER_FMT,nvalue(o));
liolib.c 535 fprintf(f, LUA_NUMBER_FMT, lua_tonumber(L, arg)) > 0;
  /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))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
luac.c 263 printf(LUA_NUMBER_FMT,nvalue(o));
liolib.c 521 fprintf(f, LUA_NUMBER_FMT, lua_tonumber(L, arg)) > 0;

Completed in 73 milliseconds