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

/freebsd-11-stable/stand/liblua/
H A Dluaconf.h429 @@ LUA_NUMBER_FMT is the format for writing floats.
442 l_sprintf((s), sz, LUA_NUMBER_FMT, (LUAI_UACNUMBER)(n))
467 #define LUA_NUMBER_FMT "%.7g" macro
482 #define LUA_NUMBER_FMT "%.19Lg" macro
497 #define LUA_NUMBER_FMT "%.14g" macro
521 #define LUA_NUMBER_FMT "%" PRId64 macro
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h429 @@ LUA_NUMBER_FMT is the format for writing floats.
442 l_sprintf((s), sz, LUA_NUMBER_FMT, (LUAI_UACNUMBER)(n))
469 #define LUA_NUMBER_FMT "%.7g" macro
485 #define LUA_NUMBER_FMT "%.19Lg" macro
500 #define LUA_NUMBER_FMT "%.14g" macro
/freebsd-11-stable/contrib/lua/src/
H A Dluac.c268 sprintf(buff,LUA_NUMBER_FMT,fltvalue(o));
H A Dlstrlib.c844 return l_sprintf(buff, sz, LUA_NUMBER_FMT, (LUAI_UACNUMBER)x);
847 return l_sprintf(buff, sz, LUA_NUMBER_FMT "x0p+0", (LUAI_UACNUMBER)x);
H A Dliolib.c629 : fprintf(f, LUA_NUMBER_FMT,
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dluaconf.h398 @@ LUA_NUMBER_FMT is the format for writing numbers.
402 #define LUA_NUMBER_FMT "%" PRId64 macro
403 #define lua_number2str(s,n) lcompat_sprintf((s), LUA_NUMBER_FMT, (n))

Completed in 102 milliseconds