Searched refs:lua_number2strx (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/libexec/flua/
H A Dluaconf.h636 @@ lua_number2strx converts a float to an hexadecimal numeric string.
638 ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will
642 #define lua_number2strx(L,b,sz,f,n) \ macro
/freebsd-11-stable/stand/liblua/
H A Dluaconf.h659 @@ lua_number2strx converts a float to an hexadecimal numeric string.
661 ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will
665 #define lua_number2strx(L,b,sz,f,n) \ macro
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c810 #if !defined(lua_number2strx) /* { */
873 static int lua_number2strx (lua_State *L, char *buff, int sz, function
958 nb = lua_number2strx(L, buff, MAX_ITEM, "%" LUA_NUMBER_FRMLEN "a", n);
1055 nb = lua_number2strx(L, buff, MAX_ITEM, form,

Completed in 126 milliseconds