Searched refs:write_float_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | write.c | 1602 write_float_string (st_parameter_dt *dtp, char *fstr, size_t len) in write_float_string() function 1636 write_float_string (dtp, result, flt_str_len); in write_float_0() 1762 write_float_string (dtp, result, flt_str_len); in write_real() 1817 write_float_string (dtp, result, flt_str_len); in write_real_w0() 1874 write_float_string (dtp, result1, flt_str_len1); in write_complex() 1876 write_float_string (dtp, result2, flt_str_len2); in write_complex()
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | write.c | 1557 write_float_string (st_parameter_dt *dtp, char *fstr, size_t len) in write_float_string() function 1591 write_float_string (dtp, result, flt_str_len); in write_float_0() 1710 write_float_string (dtp, result, flt_str_len); in write_real() 1765 write_float_string (dtp, result, flt_str_len); in write_real_w0() 1822 write_float_string (dtp, result1, flt_str_len1); in write_complex() 1824 write_float_string (dtp, result2, flt_str_len2); in write_complex()
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2016 | 1443 (get_precision, select_buffer, select_string, write_float_string): New 1445 Helper function write_float_string now contains code for writing
|