Searched refs:grid (Results 1 - 12 of 12) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpr59440-1.f908 integer :: grid = 0 component in type:t
14 integer :: grid local in subroutine:read_nml
15 namelist /N/ grid local in subroutine:read_nml
17 s%grid = grid
H A Dpr59440-2.f908 integer :: grid local in subroutine:foo
9 namelist /N/ grid local in subroutine:foo
14 outv = grid
H A Dpr59440-3.f908 integer :: grid local in subroutine:foo
10 outv = grid
13 namelist /N/ grid local in subroutine:bar
H A Dused_types_9.f9024 recursive subroutine integrate (grid)
27 type(domain), POINTER :: grid local in subroutine:integrate
29 subroutine solve_interface (grid)
31 TYPE (domain) grid
H A Dnamelist_77.f9020 type (mytype2) grid(1) component in type:beam_init_struct
38 write (10, '(a)') " beam_init%grid(1)%n_x=3"
39 write (10, '(a)') " beam_init%grid(1)%n_px=2"
46 if (beam_init%grid(1)%n_x /= 3) call abort
47 if (beam_init%grid(1)%n_px /= 2) call abort
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr34036.C14 ggGrid() : grid() { }
15 ggStaticArray<T> grid; member in class:ggGrid
22 ggGrid<int*> grid; member in class:mrGrid
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dtemplate16.C3 // Bug: g++ fails to resolve 'gnc' in the call to 'grid'.
18 void grid(T (*f)(bar<T>&),bar<T>& x,bar<T>& y,bar<T>& param);
21 template<class T> void ben<T>::grid(T (*f)(bar<T>&),bar<T>& x,bar<T>& y,bar<T>& param) { } function in class:ben
32 a.grid(gnc,x,y,p);
/haiku-buildtools/isl/
H A Disl_transitive_closure.c1452 /* Replace each entry in the n by n grid of maps by the cross product
1455 static int add_length(__isl_keep isl_map *map, isl_map ***grid, int n) argument
1487 grid[i][j] = isl_map_product(grid[i][j],
1506 static void floyd_warshall_iterate(isl_map ***grid, int n, int *exact) argument
1512 grid[r][r] = isl_map_transitive_closure(grid[r][r],
1523 isl_map_copy(grid[p][r]),
1524 isl_map_copy(grid[r][q]));
1525 grid[
1560 isl_map ***grid = NULL; local
2644 isl_map ***grid = NULL; local
[all...]
/haiku-buildtools/jam/
H A Dpathvms.c146 static int grid[7][7] = { variable
260 switch( g = grid[ root.flags ][ dir.flags ] )
319 grid[ root.flags ][ dir.flags ], ofile );
H A Dpathmac.c135 char grid[5][5] = { variable
191 /* Combine root & directory, according to the grid. */
196 switch( act = grid[ rflag ][ dflag ] )
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dpr60697.c493 t_grid *grid,rvec x[],t_excl bexcl[],int *bExcludeAlleg,
547 Nx = grid->nrx;
548 Ny = grid->nry;
554 gridx = box[0][0]/grid->nrx;
555 gridy = box[1][1]/grid->nry;
556 gridz = box[2][2]/grid->nrz;
628 static t_grid *grid=((void *)0); local
637 grid,x,bexcl,bExcludeAlleg,nrnb,md,lambda,dvdlambda,bHaveLJ);
490 ns5_core(FILE *log,t_commrec *cr,t_forcerec *fr,int cg_index[], matrix box,rvec box_size,int ngid, t_topology *top,t_groups *grps, t_grid *grid,rvec x[],t_excl bexcl[],int *bExcludeAlleg, t_nrnb *nrnb,t_mdatoms *md, real lambda,real *dvdlambda, int bHaveLJ[]) argument
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr37922.C253 mat_const_ref(const NumType* begin, accessor_type const& grid) argument
254 : base_type(begin, grid)
263 grid() const { return this->accessor(); } function in class:mat_const_ref
288 mat_ref(NumType* begin, accessor_type const& grid) argument
289 : base_type(begin, grid)

Completed in 199 milliseconds