Searched refs:sizes (Results 1 - 25 of 89) sorted by relevance

1234

/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dbinop.s2 ; Generic binary operations supporting all sizes and their various
H A Dunop.s2 ; Generic unary operations supporting all sizes and their various
H A Dregreg.s4 ; Note that sizes have to be tested by iterating over them; they
H A Dpic-err-1.s2 ; recognized. Note that sizes of byte operands are not error-checked for
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dbinop.s2 ; Generic binary operations supporting all sizes and their various
H A Dunop.s2 ; Generic unary operations supporting all sizes and their various
H A Dregreg.s4 ; Note that sizes have to be tested by iterating over them; they
H A Dpic-err-1.s2 ; recognized. Note that sizes of byte operands are not error-checked for
/haiku-buildtools/gcc/libgcc/
H A Dsiditi-object.mk3 # $(iter-labels) and $(iter-sizes) are also advanced.
11 $o-size := $(firstword $(iter-sizes))
12 iter-sizes := $(wordlist 2,$(words $(iter-sizes)),$(iter-sizes))
/haiku-buildtools/gcc/libgomp/
H A Doacc-parallel.c56 size_t mapnum, void **hostaddrs, size_t *sizes,
82 __FUNCTION__, (uint64_t) mapnum, hostaddrs, sizes, kinds, async);
84 gomp_debug (0, "%s: mapnum=%lu, hostaddrs=%p, sizes=%p, kinds=%p, async=%d\n",
85 __FUNCTION__, (unsigned long) mapnum, hostaddrs, sizes, kinds,
133 tgt = gomp_map_vars (acc_dev, mapnum, hostaddrs, NULL, sizes, kinds, true,
141 acc_dev->openacc.exec_func (tgt_fn, mapnum, hostaddrs, devaddrs, sizes, kinds,
159 void **hostaddrs, size_t *sizes, unsigned short *kinds)
166 __FUNCTION__, (uint64_t) mapnum, hostaddrs, sizes, kinds);
168 gomp_debug (0, "%s: mapnum=%lu, hostaddrs=%p, sizes=%p, kinds=%p\n",
169 __FUNCTION__, (unsigned long) mapnum, hostaddrs, sizes, kind
55 GOACC_parallel(int device, void (*fn) (void *), size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int num_gangs, int num_workers, int vector_length, int async, int num_waits, ...) argument
158 GOACC_data_start(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds) argument
209 GOACC_enter_exit_data(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
399 GOACC_update(int device, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned short *kinds, int async, int num_waits, ...) argument
[all...]
H A Dtarget.c168 void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds,
206 cur_node.host_end = cur_node.host_start + sizes[i];
254 tgt->tgt_end = tgt->tgt_start + sizes[0];
294 k->host_end = k->host_start + sizes[i];
353 cur_node.host_start += sizes[i];
380 cur_node.tgt_offset -= sizes[i];
424 cur_node.host_start += sizes[j];
452 cur_node.tgt_offset -= sizes[j];
616 size_t *sizes, void *kinds, bool is_openacc)
630 if (sizes[
167 gomp_map_vars(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, void **devaddrs, size_t *sizes, void *kinds, bool is_openacc, bool is_target) argument
615 gomp_update(struct gomp_device_descr *devicep, size_t mapnum, void **hostaddrs, size_t *sizes, void *kinds, bool is_openacc) argument
945 GOMP_target(int device, void (*fn) (void *), const void *unused, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned char *kinds) argument
1013 GOMP_target_data(int device, const void *unused, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned char *kinds) argument
1063 GOMP_target_update(int device, const void *unused, size_t mapnum, void **hostaddrs, size_t *sizes, unsigned char *kinds) argument
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A D24k-triple-stores-5.s1 # Mix byte/half/word sizes with arbitrary base register.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug122.go10 // should allow at most 2 sizes
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dbinvert.c64 mp_size_t sizes[NPOWS], *sizp; local
69 sizp = sizes;
H A Drootrem.c129 unsigned long sizes[GMP_NUMB_BITS + 1]; local
200 sizes[ni] = b;
209 if (b >= sizes[ni])
210 b = sizes[ni] - 1; /* add just one bit at a time */
213 sizes[ni] = 0;
215 /* We have sizes[0] = b > sizes[1] > ... > sizes[ni] = 0 with
216 sizes[i] <= 2 * sizes[
[all...]
H A Dinvertappr.c162 mp_size_t sizes[NPOWS], *sizp; local
175 sizp = sizes;
273 if (sizp == sizes) { /* Get out of the cycle */
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dsec-7m.d15 # sizes aren't rounded up at objcopy.
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dsec-7m.d15 # sizes aren't rounded up at objcopy.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_x1.h18 addresses/sizes/alignments and value passing should be checked. */
21 info.sizes[i] = sizeof (s##n.x); \
26 /* This macro is for fields where just their addresses/sizes/alignments
30 info.sizes[i] = sizeof (s##n.x); \
H A Dstruct-layout-1_y1.h6 if (info.sizes[i] != sizeof (s##n.x)) \
23 if (info.sizes[i] != sizeof (s##n.x)) \
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_x1.h18 addresses/sizes/alignments and value passing should be checked. */
21 info.sizes[i] = sizeof (s##n.x); \
26 /* This macro is for fields where just their addresses/sizes/alignments
30 info.sizes[i] = sizeof (s##n.x); \
H A Dstruct-layout-1_y1.h6 if (info.sizes[i] != sizeof (s##n.x)) \
23 if (info.sizes[i] != sizeof (s##n.x)) \
/haiku-buildtools/isl/
H A Disl_band.c334 * sizes contains the tile sizes
340 isl_multi_val *sizes; member in struct:isl_band_tile_data
347 * schedule for the tile loops based on the tile sizes in data->sizes
376 v = isl_multi_val_get_val(data->sizes, i);
394 * schedule for the tile loops based on the tile sizes in data->sizes
418 * schedule for the tile loops based on the given tile sizes
423 __isl_keep isl_multi_val *sizes)
421 isl_union_pw_multi_aff_tile( __isl_take isl_union_pw_multi_aff *sched, __isl_keep isl_multi_val *sizes) argument
534 isl_band_tile(__isl_keep isl_band *band, __isl_take isl_vec *sizes) argument
[all...]
/haiku-buildtools/isl/include/isl/
H A Dband.h39 int isl_band_tile(__isl_keep isl_band *band, __isl_take isl_vec *sizes);
/haiku-buildtools/autoconf/config/
H A Dannounce-gen94 =item C<%size> = C<sizes (@file)>
96 Compute the sizes of the C<@file> and return them as a hash. Return
101 sub sizes (@) subroutine
124 sizes are stored in C<%size>, and which are available from the C<@url>.
368 my %size = sizes ($tgz, $tbz, $xd);

Completed in 132 milliseconds

1234