Home
last modified time | relevance | path

Searched refs:dim_f (Results 1 – 25 of 25) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/gfortran.dg/
H A Dclass_11.f0326 integer :: dim_f = 1 component
34 allocate(this%integral(this%dim_f))
/dports/graphics/R-cran-ggplot2/ggplot2/R/
H A Dsave.r141 dim_f <- prettyNum(from_inches(dim), digits = 3) functionVar
143 message("Saving ", dim_f[1], " x ", dim_f[2], " ", units, " image")
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/toys/
H A Dsb-of-sb.cpp80 template<unsigned dim_f,unsigned dim_g>
81 SBasisDim<dim_g> compose(SBasisDim<dim_f> const &f, std::vector<SBasisDim<dim_g> > const &g ){
83 assert( dim_f <= g.size() );
85 SBasisDim<dim_g> u0 = g[dim_f-1];
91 if ( dim_f>1 ){
/dports/math/lib2geom/lib2geom-1.1/src/toys/
H A Dsb-of-sb.cpp80 template<unsigned dim_f,unsigned dim_g>
81 SBasisDim<dim_g> compose(SBasisDim<dim_f> const &f, std::vector<SBasisDim<dim_g> > const &g ){
83 assert( dim_f <= g.size() );
85 SBasisDim<dim_g> u0 = g[dim_f-1];
91 if ( dim_f>1 ){
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Ddomdec.cpp896 static void set_slb_pme_dim_f(gmx_domdec_t* dd, int dim, real** dim_f) in set_slb_pme_dim_f() argument
903 snew(*dim_f, dd->numCells[dim] + 1); in set_slb_pme_dim_f()
904 (*dim_f)[0] = 0; in set_slb_pme_dim_f()
909 (*dim_f)[i] = (*dim_f)[i - 1] + comm->slb_frac[dim][i - 1]; in set_slb_pme_dim_f()
913 (*dim_f)[i] = static_cast<real>(i) / static_cast<real>(dd->numCells[dim]); in set_slb_pme_dim_f()
916 (*dim_f)[dd->numCells[dim]] = 1; in set_slb_pme_dim_f()