Searched refs:_itoa_word (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libquadmath/printf/ |
H A D | printf_fphex.c | 248 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, in __quadmath_printf_fphex() 271 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A'); in __quadmath_printf_fphex() 417 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); in __quadmath_printf_fphex()
|
H A D | _itoa.h | 32 _itoa_word (unsigned long value, char *buflim, in _itoa_word() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
H A D | printf_fphex.c | 247 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, in __quadmath_printf_fphex() 270 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A'); in __quadmath_printf_fphex() 416 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); in __quadmath_printf_fphex()
|
H A D | _itoa.h | 32 _itoa_word (unsigned long value, char *buflim, in _itoa_word() function
|