HomeSort by: relevance | last modified time | path
    Searched refs:found_radix (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
selected_real_kind.f90 30 logical :: found_p, found_r, found_radix
47 found_radix = .false.
58 if (radix2 <= real_infos (i) % radix) found_radix = .true.
68 if (found_radix .and. found_r .and. .not. found_p) then
70 elseif (found_radix .and. found_p .and. .not. found_r) then
72 elseif (found_radix .and. .not. found_p .and. .not. found_r) then
74 elseif (found_radix) then
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
selected_real_kind.f90 30 logical :: found_p, found_r, found_radix
47 found_radix = .false.
58 if (radix2 <= real_infos (i) % radix) found_radix = .true.
68 if (found_radix .and. found_r .and. .not. found_p) then
70 elseif (found_radix .and. found_p .and. .not. found_r) then
72 elseif (found_radix .and. .not. found_p .and. .not. found_r) then
74 elseif (found_radix) then
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 7414 found_radix; local
7454 found_radix = 0;
7465 found_radix = 1;
7476 if (found_radix && found_range && !found_precision)
7478 else if (found_radix && found_precision && !found_range)
7480 else if (found_radix && !found_precision && !found_range)
7482 else if (found_radix)
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 7334 found_radix; local
7374 found_radix = 0;
7385 found_radix = 1;
7396 if (found_radix && found_range && !found_precision)
7398 else if (found_radix && found_precision && !found_range)
7400 else if (found_radix && !found_precision && !found_range)
7402 else if (found_radix)

Completed in 57 milliseconds