Searched refs:d2s (Results 1 – 3 of 3) sorted by relevance
61 static char *d2s(intmax_t x, char sign, char *s, size_t *slen_p);291 d2s(intmax_t x, char sign, char *s, size_t *slen_p) { in d2s() function539 s = d2s(val, (plus_plus ? '+' : (plus_space ? in malloc_vsnprintf()
1137 static int d2s (lua_State *L) { in d2s() function1913 {"d2s", d2s},
60 SRCS+= ryu/d2s.cpp