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

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gcc/dist/libgfortran/generated/
shape_i1.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_1));
56 for (index_type n = 0; n < rank; n++)
shape_i16.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_16));
56 for (index_type n = 0; n < rank; n++)
shape_i2.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_2));
56 for (index_type n = 0; n < rank; n++)
shape_i4.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_4));
56 for (index_type n = 0; n < rank; n++)
shape_i8.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_8));
56 for (index_type n = 0; n < rank; n++)
findloc0_c10.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_c16.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_c17.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_c4.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_c8.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_i1.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_i16.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_i2.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_i4.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_i8.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_r10.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
findloc0_r16.c 47 index_type rank; local
51 rank = GFC_DESCRIPTOR_RANK (array);
52 if (rank <= 0)
53 runtime_error ("Rank of array needs to be > 0");
57 GFC_DIMENSION_SET(retarray->dim[0], 0, rank-1, 1);
58 retarray->dtype.rank = 1;
60 retarray->base_addr = xmallocarray (rank, sizeof (index_type));
73 for (n = 0; n < rank; n++)
77 for (n = 0; n < rank; n++)
86 for (n = 0; n < rank; n++
185 index_type rank; local
340 index_type rank; local
    [all...]
  /src/external/gpl3/gcc/dist/libgfortran/intrinsics/
associated.c 34 int n, rank; local
44 rank = GFC_DESCRIPTOR_RANK (pointer);
45 if (rank != GFC_DESCRIPTOR_RANK (target))
47 for (n = 0; n < rank; n++)
  /src/external/gpl3/gcc.old/dist/libgfortran/generated/
shape_i1.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_1));
56 for (index_type n = 0; n < rank; n++)
shape_i16.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_16));
56 for (index_type n = 0; n < rank; n++)
shape_i2.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_2));
56 for (index_type n = 0; n < rank; n++)
shape_i4.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_4));
56 for (index_type n = 0; n < rank; n++)
shape_i8.c 42 int rank = GFC_DESCRIPTOR_RANK (array); local
46 GFC_DIMENSION_SET(ret->dim[0], 0, rank - 1, 1);
48 ret->base_addr = xmallocarray (rank, sizeof (GFC_INTEGER_8));
56 for (index_type n = 0; n < rank; n++)
  /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
associated.c 34 int n, rank; local
44 rank = GFC_DESCRIPTOR_RANK (pointer);
45 if (rank != GFC_DESCRIPTOR_RANK (target))
47 for (n = 0; n < rank; n++)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-reassoc.h 23 /* Operator, rank pair. */
26 unsigned int rank; member in struct:operand_entry

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>