Searched refs:lua_number2str (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | luaconf.h | 403 #define lua_number2str(s,n) lcompat_sprintf((s), LUA_NUMBER_FMT, (n)) macro
|
| H A D | lvm.c | 53 int l = lua_number2str(s, n); in luaV_tostring()
|
| /freebsd-12.1/stand/liblua/ |
| H A D | luaconf.h | 441 #define lua_number2str(s,sz,n) \ macro
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lobject.c | 378 len = lua_number2str(buff, sizeof(buff), fltvalue(obj)); in luaO_tostring()
|
| H A D | luaconf.h.dist | 425 @@ lua_number2str converts a float to a string. 436 #define lua_number2str(s,sz,n) \
|