Searched refs:_itoa (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libquadmath/printf/
H A D_itoa.h58 _itoa (uint64_t value, char *buflim, function
H A Dquadmath-printf.h182 #undef _itoa macro
183 #define _itoa __quadmath_itoa macro
H A Dprintf_fphex.c30 #include "_itoa.h"
257 numstr = _itoa (num1, numbuf + sizeof numbuf, 16,
277 numstr = _itoa (num0, numstr, 16, info->spec == 'A');
/netbsd-current/external/gpl3/gcc.old/dist/libquadmath/printf/
H A D_itoa.h58 _itoa (uint64_t value, char *buflim, function
H A Dquadmath-printf.h182 #undef _itoa macro
183 #define _itoa __quadmath_itoa macro
H A Dprintf_fphex.c30 #include "_itoa.h"
257 numstr = _itoa (num1, numbuf + sizeof numbuf, 16,
277 numstr = _itoa (num0, numstr, 16, info->spec == 'A');

Completed in 128 milliseconds