| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| _itoa.h | 58 _itoa (uint64_t value, char *buflim, function
|
| quadmath-printf.h | 182 #undef _itoa macro 183 #define _itoa __quadmath_itoa macro
|
| printf_fphex.c | 30 #include "_itoa.h" 258 numstr = _itoa (num1, numbuf + sizeof numbuf, 16, 278 numstr = _itoa (num0, numstr, 16, info->spec == 'A');
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| _itoa.h | 58 _itoa (uint64_t value, char *buflim, function
|
| quadmath-printf.h | 182 #undef _itoa macro 183 #define _itoa __quadmath_itoa macro
|
| printf_fphex.c | 30 #include "_itoa.h" 258 numstr = _itoa (num1, numbuf + sizeof numbuf, 16, 278 numstr = _itoa (num0, numstr, 16, info->spec == 'A');
|