HomeSort by: relevance | last modified time | path
    Searched defs:dimension (Results 1 - 16 of 16) sorted by relevancy

  /src/sys/arch/atari/dev/
grfabs_reg.h 42 struct dimension { struct
46 typedef struct dimension dimen_t;
  /src/sys/arch/amiga/dev/
grfabs_reg.h 42 struct dimension { struct
46 typedef struct dimension dimen_t;
amidisplaycc.c 1138 dimen_t dimension; local
1142 dimension.width = adp->gfxwidth;
1143 dimension.height = adp->gfxheight;
1145 &dimension,
1258 dimen_t dimension; local
1287 dimension.width = screenp->ncols * fontwidth;
1288 dimension.height = screenp->nrows * fontheight;
1290 view = grf_alloc_view(NULL, &dimension, depth);
1314 scr->width = dimension.width;
1315 scr->height = dimension.height
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
primary.cc 2077 if ((sym->ts.type != BT_CLASS && sym->attr.dimension)
2079 && CLASS_DATA (sym)->attr.dimension))
2107 && !sym->attr.dimension)
2127 && sym->assoc->st->n.sym->attr.dimension == 0))
2129 sym->attr.dimension = 1;
2149 || (sym->attr.dimension && sym->ts.type != BT_CLASS
2155 && (CLASS_DATA (sym)->attr.dimension
2640 int dimension, codimension, pointer, allocatable, target, optional; local
2656 dimension = CLASS_DATA (sym)->attr.dimension;
2843 int dimension, codimension, pointer, allocatable, target, coarray_comp; local
    [all...]
symbol.cc 380 proc->attr.dimension = proc->result->attr.dimension;
422 *dimension = "DIMENSION", *in_equivalence = "EQUIVALENCE", local
555 conf (external, dimension); /* See Fortran 95's R504. */
620 conf (cray_pointer, dimension);
663 conf (value, dimension)
694 conf (procedure, dimension)
716 conf (pdt_kind, dimension)
721 conf (pdt_len, dimension)
    [all...]
resolve.cc 219 sym->attr.dimension = ifc->result->attr.dimension;
229 sym->attr.dimension = ifc->attr.dimension;
344 /* We can't tell if an array with dimension (:) is assumed or deferred
793 || (el->sym->result->attr.dimension
794 != ns->entries->sym->result->attr.dimension)
837 if (sym->attr.dimension)
850 if (sym->attr.dimension)
1505 "declared component for dimension %d (%ld/%ld)"
7816 int i, pointer, allocatable, dimension, is_abstract; local
12906 bool pointer, allocatable, dimension; local
    [all...]
trans-array.cc 549 /* Modify a descriptor such that the lbound of a given dimension is the value
1005 && CLASS_DATA (sym)->attr.dimension)
1249 /* Get the scalarizer array dimension corresponding to actual array dimension
1291 /* Get the array reference dimension corresponding to the given loop dimension.
1292 It is different from the true array dimension given by the dim array in
1294 It is different from the loop dimension in the case of a transposed array.
1549 to the n'th dimension of the array. We need to reconstruct loop
1669 /* Check whether the size for this dimension is negative. *
6090 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false, local
    [all...]
gfortran.h 856 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1, member in struct:__anon16051
3905 && CLASS_DATA (sym)->attr.dimension \
  /src/external/gpl3/gcc/dist/gcc/fortran/
primary.cc 2093 if ((sym->ts.type != BT_CLASS && sym->attr.dimension)
2095 && CLASS_DATA (sym)->attr.dimension))
2135 && !sym->attr.dimension)
2155 && sym->assoc->st->n.sym->attr.dimension == 0))
2157 sym->attr.dimension = 1;
2178 || (sym->attr.dimension && sym->ts.type != BT_CLASS
2184 && (CLASS_DATA (sym)->attr.dimension
2762 int dimension, codimension, pointer, allocatable, target, optional; local
2781 dimension = CLASS_DATA (sym)->attr.dimension;
2988 int dimension, codimension, pointer, allocatable, target, coarray_comp; local
    [all...]
symbol.cc 393 proc->attr.dimension = proc->result->attr.dimension;
453 *dimension = "DIMENSION", *in_equivalence = "EQUIVALENCE", local
575 conf (external, dimension); /* See Fortran 95's R504. */
640 conf (cray_pointer, dimension);
683 conf (value, dimension)
714 conf (procedure, dimension)
736 conf (pdt_kind, dimension)
741 conf (pdt_len, dimension)
    [all...]
resolve.cc 210 sym->attr.dimension = ifc->result->attr.dimension;
220 sym->attr.dimension = ifc->attr.dimension;
337 /* We can't tell if an array with dimension (:) is assumed or deferred
788 || (el->sym->result->attr.dimension
789 != ns->entries->sym->result->attr.dimension)
835 if (sym->attr.dimension)
850 if (sym->attr.dimension)
1008 if (csym->attr.dimension && is_non_constant_shape_array (csym)
8145 int i, pointer, allocatable, dimension, is_abstract; local
13630 bool pointer, allocatable, dimension; local
    [all...]
trans-array.cc 567 /* Modify a descriptor such that the lbound of a given dimension is the value
1017 && CLASS_DATA (sym)->attr.dimension)
1258 /* Get the scalarizer array dimension corresponding to actual array dimension
1300 /* Get the array reference dimension corresponding to the given loop dimension.
1301 It is different from the true array dimension given by the dim array in
1303 It is different from the loop dimension in the case of a transposed array.
1558 to the n'th dimension of the array. We need to reconstruct loop
1678 /* Check whether the size for this dimension is negative. *
6304 bool allocatable, coarray, dimension, alloc_w_e3_arr_spec = false, local
    [all...]
gfortran.h 864 unsigned allocatable:1, dimension:1, codimension:1, external:1, intrinsic:1, member in struct:__anon13616
4040 && CLASS_DATA (sym)->attr.dimension \
  /src/external/gpl3/gcc/dist/gcc/
graphite-isl-ast-to-gimple.cc 1360 int dimension = isl_space_dim (schedule_space, isl_dim_out); local
1362 !carries_deps (schedule, dependences, dimension);
  /src/external/gpl3/gcc.old/dist/gcc/
graphite-isl-ast-to-gimple.cc 1360 int dimension = isl_space_dim (schedule_space, isl_dim_out); local
1362 !carries_deps (schedule, dependences, dimension);
  /src/usr.bin/xlint/lint1/
lint1.h 167 int dimension; /* if ARRAY */ member in union:lint1_type::__anon51

Completed in 62 milliseconds