Searched refs:found_range (Results 1 – 4 of 4) sorted by relevance
| /netbsd-src/external/gpl3/binutils.old/dist/bfd/ |
| H A D | configure.com | 312 found_range := CREATE_RANGE(BEGINNING_OF(file), BEGINNING_OF(file)); 315 rang := CREATE_RANGE (END_OF(found_range),END_OF(file));
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | configure.com | 300 found_range := CREATE_RANGE(BEGINNING_OF(file), BEGINNING_OF(file)); 303 rang := CREATE_RANGE (END_OF(found_range),END_OF(file));
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | simplify.cc | 7258 int range, precision, radix, i, kind, found_precision, found_range, in gfc_simplify_selected_real_kind() local 7298 found_range = 0; in gfc_simplify_selected_real_kind() 7307 found_range = 1; in gfc_simplify_selected_real_kind() 7321 if (found_radix && found_range && !found_precision) in gfc_simplify_selected_real_kind() 7323 else if (found_radix && found_precision && !found_range) in gfc_simplify_selected_real_kind() 7325 else if (found_radix && !found_precision && !found_range) in gfc_simplify_selected_real_kind()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | simplify.c | 7115 int range, precision, radix, i, kind, found_precision, found_range, in gfc_simplify_selected_real_kind() local 7155 found_range = 0; in gfc_simplify_selected_real_kind() 7164 found_range = 1; in gfc_simplify_selected_real_kind() 7178 if (found_radix && found_range && !found_precision) in gfc_simplify_selected_real_kind() 7180 else if (found_radix && found_precision && !found_range) in gfc_simplify_selected_real_kind() 7182 else if (found_radix && !found_precision && !found_range) in gfc_simplify_selected_real_kind()
|