Searched refs:lua_number2str (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/stand/liblua/
H A Dluaconf.h430 @@ lua_number2str converts a float to a string.
441 #define lua_number2str(s,sz,n) \ macro
/freebsd-11-stable/libexec/flua/
H A Dluaconf.h430 @@ lua_number2str converts a float to a string.
441 #define lua_number2str(s,sz,n) \ macro
/freebsd-11-stable/contrib/lua/src/
H A Dlobject.c378 len = lua_number2str(buff, sizeof(buff), fltvalue(obj));
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlvm.c53 int l = lua_number2str(s, n);
H A Dluaconf.h399 @@ lua_number2str converts a number to a string.
403 #define lua_number2str(s,n) lcompat_sprintf((s), LUA_NUMBER_FMT, (n)) macro

Completed in 107 milliseconds