Home
last modified time | relevance | path

Searched refs:lua_number2str (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dluaconf.h404 #define lua_number2str(s,n) \ macro
/freebsd-13.1/lib/liblua/
H A Dluaconf.h409 #define lua_number2str(s,sz,n) \ macro
/freebsd-13.1/stand/liblua/
H A Dluaconf.h403 #define lua_number2str(s,sz,n) \ macro
/freebsd-13.1/contrib/lua/src/
H A Dlobject.c361 len = lua_number2str(buff, MAXNUMBER2STR, fltvalue(obj)); in tostringbuff()
H A Dluaconf.h.dist391 @@ lua_number2str converts a float to a string.
402 #define lua_number2str(s,sz,n) \
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dlvm.c52 int l = lua_number2str(s, n); in luaV_tostring()