| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| read.c | 136 /* convert_real()-- Convert a character representation of a floating 143 convert_real (st_parameter_dt *dtp, void *dest, const char *buffer, int length) function 990 by convert_real in the end; this assures we're using strtod from the 1274 convert_real (dtp, dest, buffer, length);
|
| io.h | 867 extern int convert_real (st_parameter_dt *, void *, const char *, int); 868 internal_proto(convert_real); variable
|
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| read.c | 136 /* convert_real()-- Convert a character representation of a floating 143 convert_real (st_parameter_dt *dtp, void *dest, const char *buffer, int length) function 957 by convert_real in the end; this assures we're using strtod from the 1232 convert_real (dtp, dest, buffer, length);
|
| io.h | 863 extern int convert_real (st_parameter_dt *, void *, const char *, int); 864 internal_proto(convert_real); variable
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| primary.cc | 215 convert_real (const char *buffer, int kind, locus *where) function 735 e = convert_real (buffer, kind, &gfc_current_locus);
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| primary.cc | 215 convert_real (const char *buffer, int kind, locus *where) function 735 e = convert_real (buffer, kind, &gfc_current_locus);
|