Searched refs:gfc_int2real (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.h | 64 gfc_expr *gfc_int2real (gfc_expr *, int);
|
H A D | arith.cc | 2087 gfc_int2real (gfc_expr *src, int kind) in gfc_int2real() function
|
H A D | primary.cc | 1374 e = gfc_int2real (sym->value, gfc_default_real_kind); in match_sym_complex_part()
|
H A D | ChangeLog-2016 | 1038 * arith.c (gfc_int2real): Change gfc_warning_now 1042 been issued by gfc_int2real.
|
H A D | simplify.cc | 3053 result = gfc_int2real (a, gfc_default_real_kind); in gfc_simplify_float() 8603 f = gfc_int2real; in gfc_convert_constant()
|
H A D | ChangeLog-2004 | 1298 gfc_convert_complex,gfc_int2real,gfc_int2complex,
|
H A D | ChangeLog-2015 | 1585 (gfc_int2real): If there is a change in value for the conversion,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | arith.h | 64 gfc_expr *gfc_int2real (gfc_expr *, int);
|
H A D | arith.c | 2037 gfc_int2real (gfc_expr *src, int kind) in gfc_int2real() function
|
H A D | primary.c | 1395 e = gfc_int2real (sym->value, gfc_default_real_kind); in match_sym_complex_part()
|
H A D | simplify.c | 3020 result = gfc_int2real (a, gfc_default_real_kind); in gfc_simplify_float() 8460 f = gfc_int2real; in gfc_convert_constant()
|