Searched refs:LUA_NUMBER_FMT (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | luaconf.h | 403 #define LUA_NUMBER_FMT "%" PRId64 macro 405 lcompat_sprintf((s), LUAI_MAXNUMBER2STR, LUA_NUMBER_FMT, (n))
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | luaconf.h | 522 #define LUA_NUMBER_FMT "%.14g" macro 523 #define lua_number2str(s,n) sprintf((s), LUA_NUMBER_FMT, (n))
|
| H A D | print.c | 63 printf(LUA_NUMBER_FMT,nvalue(o)); in PrintConstant()
|
| H A D | liolib.c | 420 fprintf(f, LUA_NUMBER_FMT, lua_tonumber(L, arg)) > 0; in g_write()
|