HomeSort by: relevance | last modified time | path
    Searched defs:dim (Results 1 - 25 of 841) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/mit/isl/dist/
check_type_range_templ.c 10 isl_size dim; local
12 dim = FN(TYPE,dim)(obj, type);
13 if (dim < 0)
15 if (first + n > dim || first + n < first)
isl_insert_domain_templ.c 17 isl_size dim; local
24 dim = isl_space_dim(domain, isl_dim_set);
25 if (dim < 0)
31 obj = FN(TYPE,add_dims)(obj, isl_dim_in, dim);
isl_local_space_private.h 11 isl_space *dim; member in struct:isl_local_space
isl_point_private.h 10 isl_space *dim; member in struct:isl_point
isl_map_bound_templ.c 38 isl_size dim; local
40 dim = isl_map_dim(map, isl_dim_out);
41 if (dim < 0 || FN(check_map_equal_tuples_multi,BASE)(map, bound) < 0)
44 for (i = 0; i < dim; ++i) {
isl_multi_from_tuple_templ.c 22 isl_size dim, n; local
27 dim = isl_space_dim(dom_space, isl_dim_all);
28 if (n < 0 || dim < 0)
41 multi = FN(MULTI(BASE),set_tuple_entry)(multi, pa, i, dim, n);
isl_union_map_private.h 8 isl_space *dim; member in struct:isl_union_map
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
is_contiguous.c 31 index_type dim; local
35 dim = GFC_DESCRIPTOR_RANK (array);
38 for (n = 0; n < dim; n++)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
is_contiguous.c 31 index_type dim; local
35 dim = GFC_DESCRIPTOR_RANK (array);
38 for (n = 0; n < dim; n++)
  /src/external/gpl3/gcc/dist/libgfortran/generated/
in_unpack_c10.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_c16.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_c17.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_c4.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_c8.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_i1.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_i16.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_i2.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_i4.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_i8.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_r10.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_r16.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_r17.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_r4.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
in_unpack_r8.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
in_unpack_c10.c 39 index_type dim; local
47 dim = GFC_DESCRIPTOR_RANK (d);
49 for (index_type n = 0; n < dim; n++)
89 if (n == dim)

Completed in 36 milliseconds

1 2 3 4 5 6 7 8 91011>>