| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/ |
| wrap-line.exp | 26 set dims [list $lines $cols] 153 Term::clean_restart {*}$dims 162 Term::with_tuiterm {*}$dims {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/ |
| wrap-line.exp | 26 set dims [list $lines $cols] 153 Term::clean_restart {*}$dims 162 Term::with_tuiterm {*}$dims {
|
| /src/external/gpl3/gcc/dist/libgomp/plugin/ |
| plugin-nvptx.c | 755 nvptx_exec (void (*fn), unsigned *dims, void *targ_mem_desc, 774 dims[i] = targ_fn->launch->dim[i]; 775 if (!dims[i]) 840 default_dim_p[i] = !dims[i]; 846 dims[i] = nvthd->ptx_dev->default_dims[i]; 849 dims[GOMP_DIM_VECTOR] 850 = MIN (dims[GOMP_DIM_VECTOR], 855 dims[GOMP_DIM_WORKER] 856 = MIN (dims[GOMP_DIM_WORKER], 857 targ_fn->max_threads_per_block / dims[GOMP_DIM_VECTOR]) [all...] |
| plugin-gcn.c | 3174 void **devaddrs, unsigned *dims, void *targ_mem_desc, bool async, 3197 invocation at runtime in dims[]. We allow static dimensions to take 3200 dims[0] = hsa_kernel_desc->oacc_dims[0]; 3202 dims[1] = hsa_kernel_desc->oacc_dims[1]; 3204 dims[2] = hsa_kernel_desc->oacc_dims[2]; 3210 if (dims[0] == 0 && dims[1] == 0) 3217 dims[0] = get_cu_count (kernel->agent) * 4; /* Gangs. */ 3218 dims[1] = 8; /* Workers. */ 3220 else if (dims[0] == 0 && dims[1] > 0 [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/plugin/ |
| plugin-nvptx.c | 738 unsigned *dims, void *targ_mem_desc, 757 dims[i] = targ_fn->launch->dim[i]; 758 if (!dims[i]) 823 default_dim_p[i] = !dims[i]; 829 dims[i] = nvthd->ptx_dev->default_dims[i]; 832 dims[GOMP_DIM_VECTOR] 833 = MIN (dims[GOMP_DIM_VECTOR], 838 dims[GOMP_DIM_WORKER] 839 = MIN (dims[GOMP_DIM_WORKER], 840 targ_fn->max_threads_per_block / dims[GOMP_DIM_VECTOR]) [all...] |
| plugin-gcn.c | 3026 void **devaddrs, unsigned *dims, void *targ_mem_desc, bool async, 3056 invocation at runtime in dims[]. We allow static dimensions to take 3059 dims[0] = hsa_kernel_desc->oacc_dims[0]; 3061 dims[1] = hsa_kernel_desc->oacc_dims[1]; 3063 dims[2] = hsa_kernel_desc->oacc_dims[2]; 3069 if (dims[0] == 0 && dims[1] == 0) 3076 dims[0] = get_cu_count (kernel->agent) * 4; /* Gangs. */ 3077 dims[1] = 8; /* Workers. */ 3079 else if (dims[0] == 0 && dims[1] > 0 [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| graphite-optimize-isl.cc | 57 unsigned dims = isl_space_dim (space, isl_dim_set); local 67 if (dims <= 1 81 for (unsigned i = 0; i < dims; i++)
|
| omp-offload.cc | 885 oacc_parse_default_dims (const char *dims) 897 dims = NULL; 899 if (dims) 901 const char *pos = dims; 939 raw attribute. DIMS is an array of dimensions, which is filled in. 945 oacc_validate_dims (tree fn, tree attrs, int *dims, int level, unsigned used) 959 dims[ix] = val ? TREE_INT_CST_LOW (val) : -1; 975 if (dims[ix] < 0) 977 else if ((used & GOMP_DIM_MASK (ix)) && dims[ix] == 1) 983 else if (!(used & GOMP_DIM_MASK (ix)) && dims[ix] != 1 2094 int dims[GOMP_DIM_MAX]; local 2154 int dims[GOMP_DIM_MAX]; local 2429 default_goacc_validate_dims (tree ARG_UNUSED (decl), int *dims, variable [all...] |
| omp-general.h | 179 extern tree oacc_replace_fn_attrib_attr (tree attribs, tree dims); 180 extern void oacc_replace_fn_attrib (tree fn, tree dims);
|
| omp-oacc-neuter-broadcast.cc | 1609 tree dims = TREE_VALUE (attr); local 1611 for (ix = 0; ix != GOMP_DIM_MAX; ix++, dims = TREE_CHAIN (dims)) 1613 tree allowed = TREE_PURPOSE (dims); 1908 int dims[GOMP_DIM_MAX]; local 1910 dims[i] = oacc_get_fn_dim_size (current_function_decl, i); 1915 targetm.goacc.shared_mem_layout (&bounds_lo, &bounds_hi, dims, 1919 if (dims[GOMP_DIM_WORKER] != 1)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| graphite-optimize-isl.cc | 57 unsigned dims = isl_space_dim (space, isl_dim_set); local 67 if (dims <= 1 81 for (unsigned i = 0; i < dims; i++)
|
| omp-general.h | 116 extern tree oacc_replace_fn_attrib_attr (tree attribs, tree dims); 117 extern void oacc_replace_fn_attrib (tree fn, tree dims);
|
| omp-offload.cc | 855 oacc_parse_default_dims (const char *dims) 867 dims = NULL; 869 if (dims) 871 const char *pos = dims; 909 raw attribute. DIMS is an array of dimensions, which is filled in. 915 oacc_validate_dims (tree fn, tree attrs, int *dims, int level, unsigned used) 929 dims[ix] = val ? TREE_INT_CST_LOW (val) : -1; 945 if (dims[ix] < 0) 947 else if ((used & GOMP_DIM_MASK (ix)) && dims[ix] == 1) 953 else if (!(used & GOMP_DIM_MASK (ix)) && dims[ix] != 1 2064 int dims[GOMP_DIM_MAX]; local 2124 int dims[GOMP_DIM_MAX]; local 2399 default_goacc_validate_dims (tree ARG_UNUSED (decl), int *dims, variable [all...] |
| omp-general.cc | 2667 oacc_replace_fn_attrib_attr (tree attribs, tree dims) 2674 return tree_cons (ident, dims, attribs); 2680 oacc_replace_fn_attrib (tree fn, tree dims) 2683 = oacc_replace_fn_attrib_attr (DECL_ATTRIBUTES (fn), dims); 2698 tree dims[GOMP_DIM_MAX]; local 2710 dims[ix] = dim; 2728 args->safe_push (dims[ix]); 2920 tree dims = NULL_TREE; local 2923 dims = tree_cons (build_int_cst (boolean_type_node, ix >= level), 2924 build_int_cst (integer_type_node, ix < level), dims); [all...] |
| /src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| proc.c | 835 setbound(v, nd, dims) 838 struct uux dims[ ]; 858 if( (q = dims[i].ub) == NULL) 867 p->dims[i].dimsize = MKICON(1);; 868 p->dims[i].dimexpr = NULL; 872 if(dims[i].lb) 874 q = mkexpr(OPMINUS, q, cpexpr(dims[i].lb)); 879 p->dims[i].dimsize = q; 880 p->dims[i].dimexpr = NULL; 883 p->dims[i].dimsize = autovar(1, tyint, NULL) [all...] |
| init.c | 219 frexpr(q->dims[i].dimsize); 220 frexpr(q->dims[i].dimexpr);
|
| /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/ |
| nvptx.cc | 1850 tree dims = TREE_VALUE (attr); 1855 if (TREE_PURPOSE (dims) 1856 && !integer_zerop (TREE_PURPOSE (dims))) 1860 dims = TREE_CHAIN (dims); 5293 tree dims = TREE_VALUE (attr); 5298 for (ix = 0; ix != GOMP_DIM_MAX; ix++, dims = TREE_CHAIN (dims)) 5300 tree t = TREE_VALUE (dims); 5302 tree allowed = TREE_PURPOSE (dims); 1848 tree dims = TREE_VALUE (attr); local 5288 tree dims = TREE_VALUE (attr); local 5904 tree dims = attr ? TREE_VALUE (attr) : NULL_TREE; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/nvptx/ |
| nvptx.cc | 1860 tree dims = TREE_VALUE (attr); 1865 if (TREE_PURPOSE (dims) 1866 && !integer_zerop (TREE_PURPOSE (dims))) 1870 dims = TREE_CHAIN (dims); 5309 tree dims = TREE_VALUE (attr); 5314 for (ix = 0; ix != GOMP_DIM_MAX; ix++, dims = TREE_CHAIN (dims)) 5316 tree t = TREE_VALUE (dims); 5318 tree allowed = TREE_PURPOSE (dims); 1858 tree dims = TREE_VALUE (attr); local 5304 tree dims = TREE_VALUE (attr); local 5919 tree dims = attr ? TREE_VALUE (attr) : NULL_TREE; local [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| oacc-host.c | 144 unsigned *dims __attribute__ ((unused)), 155 unsigned *dims __attribute__ ((unused)),
|
| oacc-parallel.c | 116 unsigned dims[GOMP_DIM_MAX]; local 207 dims[i] = 0; 225 dims[i] = va_arg (ap, unsigned); 309 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, dims, 313 dims, tgt, aq);
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| oacc-host.c | 142 unsigned *dims __attribute__ ((unused)), 153 unsigned *dims __attribute__ ((unused)),
|
| oacc-parallel.c | 118 unsigned dims[GOMP_DIM_MAX]; local 206 dims[i] = 0; 224 dims[i] = va_arg (ap, unsigned); 309 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, dims, 313 dims, tgt, aq);
|
| /src/external/gpl3/binutils/dist/binutils/ |
| srconv.c | 758 int dims = 1; /* Only output one dimension at a time. */ local 760 dar.dims = dims; 761 dar.variable = nints (dims); 762 dar.subtype = nints (dims); 763 dar.spare = nints (dims); 764 dar.max_variable = nints (dims); 765 dar.maxspare = nints (dims); 766 dar.max = nints (dims); 767 dar.min_variable = nints (dims); [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| srconv.c | 758 int dims = 1; /* Only output one dimension at a time. */ local 760 dar.dims = dims; 761 dar.variable = nints (dims); 762 dar.subtype = nints (dims); 763 dar.spare = nints (dims); 764 dar.max_variable = nints (dims); 765 dar.maxspare = nints (dims); 766 dar.max = nints (dims); 767 dar.min_variable = nints (dims); [all...] |
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
| lifetime.d | 1037 void[] _d_newarrayOpT(alias op)(const TypeInfo ti, size_t[] dims) 1039 debug(PRINTF) printf("_d_newarrayOpT(ndims = %d)\n", dims.length); 1040 if (dims.length == 0) 1043 void[] foo(const TypeInfo ti, size_t[] dims) 1046 auto dim = dims[0]; 1048 debug(PRINTF) printf("foo(ti = %p, ti.next = %p, dim = %d, ndims = %d\n", ti, ti.next, dim, dims.length); 1049 if (dims.length == 1) 1063 (cast(void[]*)p.ptr)[i] = foo(tinext, dims[1..$]); 1068 auto result = foo(ti, dims); 1078 extern (C) void[] _d_newarraymTX(const TypeInfo ti, size_t[] dims) @wea [all...] |