Searched refs:gfc_itoa (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2021 | 3 * runtime/string.c (gfc_itoa): Use _Static_assert directly 13 * runtime/string.c (gfc_itoa): Use two args for static_assert(). 19 (gfc_itoa): On targets with 128-bit integers, call fast 26 * libgfortran.h: Remove gfc_xtoa(), adjust gfc_itoa() and 29 gfc_itoa(), so remove it. Protect from overflow. 35 gfc_itoa(). 37 * runtime/string.c (gfc_itoa): Take an unsigned argument, 346 * runtime/string.c (gfc_itoa): Cast to unsigned before
|
H A D | ChangeLog-2015 | 72 * io/write.c (gfc_itoa): Move to runtime/string.c. 74 (gfc_itoa): New prototype. 86 * runtime/string.c (gfc_itoa): Function moved here from
|
H A D | libgfortran.h | 922 extern const char *gfc_itoa(GFC_UINTEGER_LARGEST, char *, size_t); 923 internal_proto(gfc_itoa);
|
H A D | ChangeLog-2009 | 1528 * io/write.c (itoa) : Rename back to gfc_itoa. 1530 (write_integer): Use gfc_itoa. 2189 * runtime/error.c (gfc_itoa): Move to io/write.c 2202 * libgfortran.h (gfc_itoa): Remove prototype. 2213 * io/write.c (itoa): Move from runtime/error.c:gfc_itoa, rename,
|
H A D | ChangeLog-2005 | 876 (gfc_itoa, xtoa): Add 2 extra arguments. 880 (gfc_itoa, xtoa): Add 2 extra arguments, avoid using static 887 (write_integer): Adjust gfc_itoa caller. 1537 prototypes for gfc_itoa and xtoa. 1561 * runtime/error.c (gfc_itoa): Use GFC_INTEGER_LARGEST as
|
H A D | ChangeLog-2004 | 19 * libgfortran.h (itoa): Rename to gfc_itoa.
|
H A D | ChangeLog-2008 | 40 returned by gfc_itoa.
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/ |
H A D | string.c | 182 gfc_itoa (GFC_INTEGER_LARGEST n, char *buffer, size_t len) in gfc_itoa() function
|
H A D | backtrace.c | 100 const char *p = gfc_itoa (errnum, errbuf, sizeof (errbuf)); in error_callback()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/ |
H A D | backtrace.c | 101 const char *p = gfc_itoa (errnum, errbuf, sizeof (errbuf)); in error_callback()
|
H A D | string.c | 218 gfc_itoa (GFC_UINTEGER_LARGEST n, char *buffer, size_t len) in gfc_itoa() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/ |
H A D | libgfortran.h | 883 extern const char *gfc_itoa(GFC_INTEGER_LARGEST, char *, size_t); 884 internal_proto(gfc_itoa);
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | write.c | 1197 write_decimal (dtp, f, p, len, (void *) gfc_itoa); in write_i() 1361 write_decimal (dtp, &f, source, kind, (void *) gfc_itoa); in write_integer()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | write.c | 850 q = gfc_itoa (absn, itoa_buf, sizeof (itoa_buf)); in write_decimal()
|