Searched refs:the_distribution (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dconflicts_2.f9018 TYPE, bind(C) :: the_distribution
20 END TYPE the_distribution
21 TYPE (the_distribution), parameter, bind(C) :: & ! { dg-error "PARAMETER attribute conflicts with BIND.C." }
22 the_beta = the_distribution((/0/))
H A Dderived_comp_array_ref_3.f9013 TYPE :: the_distribution type in module:cdf_nc_chisq_mod
15 END TYPE the_distribution
16 TYPE (the_distribution), PARAMETER :: the_chi_square = &
17 the_distribution((/(one_parameter(99))/))
H A Dderived_comp_array_ref_2.f908 TYPE :: the_distribution type in module:cdf_aux_mod
10 END TYPE the_distribution
11 TYPE (the_distribution), PARAMETER :: the_beta = the_distribution((/99,999/))
H A Dderived_comp_array_ref_6.f908 TYPE :: the_distribution type in module:cdf_aux_mod
10 END TYPE the_distribution
11 TYPE (the_distribution), PARAMETER :: the_beta = the_distribution((/0/))

Completed in 102 milliseconds