Home
last modified time | relevance | path

Searched refs:shape (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/models/inliner/
H A Dsaved_model.pbtxt80 name: "shape"
81 type: "shape"
83 shape {
177 name: "shape"
178 type: "shape"
204 shape {
216 key: "shape"
218 shape {
237 shape {
256 shape {
[all …]
/netbsd-src/games/tetris/
H A Dshapes.c55 const struct shape shapes[] = {
82 fits_in(const struct shape *shape, int pos) in fits_in() argument
84 const int *o = shape->off; in fits_in()
97 place(const struct shape *shape, int pos, int onoff) in place() argument
99 const int *o = shape->off; in place()
100 onoff = onoff ? shape->color : 0; in place()
H A Dtetris.h126 struct shape { struct
132 extern const struct shape shapes[]; argument
135 extern const struct shape *nextshape;
174 int fits_in(const struct shape *, int);
175 void place(const struct shape *, int, int);
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dmatch.c86 tshape(NODE *p, int shape) in tshape() argument
94 printf("tshape(%p, %s) op = %s\n", p, prcook(shape), opst[o]); in tshape()
97 if (shape & SPECIAL) { in tshape()
99 switch (shape) { in tshape()
107 if (getlval(p)== 0 && shape == SZERO) in tshape()
109 if (getlval(p) == 1 && shape == SONE) in tshape()
111 if (getlval(p) == -1 && shape == SMONE) in tshape()
114 shape == SCCON) in tshape()
117 shape == SSCON) in tshape()
127 return (special(p, shape)); in tshape()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dreshape_generic.c33 reshape_internal (parray *ret, parray *source, shape_type *shape, in reshape_internal() argument
68 rdim = GFC_DESCRIPTOR_EXTENT(shape,0); in reshape_internal()
80 shape_data[n] = shape->base_addr[n * GFC_DESCRIPTOR_STRIDE(shape,0)]; in reshape_internal()
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pad, in reshape() argument
364 reshape_internal (ret, source, shape, pad, order, in reshape()
376 parray *source, shape_type *shape, parray *pad, in reshape_char() argument
380 reshape_internal (ret, source, shape, pad, order, source_length); in reshape_char()
391 parray *source, shape_type *shape, parray *pad, in reshape_char4() argument
395 reshape_internal (ret, source, shape, pad, order, in reshape_char4()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dreshape_generic.c33 reshape_internal (parray *ret, parray *source, shape_type *shape, in reshape_internal() argument
68 rdim = GFC_DESCRIPTOR_EXTENT(shape,0); in reshape_internal()
80 shape_data[n] = shape->base_addr[n * GFC_DESCRIPTOR_STRIDE(shape,0)]; in reshape_internal()
361 reshape (parray *ret, parray *source, shape_type *shape, parray *pad, in reshape() argument
364 reshape_internal (ret, source, shape, pad, order, in reshape()
376 parray *source, shape_type *shape, parray *pad, in reshape_char() argument
380 reshape_internal (ret, source, shape, pad, order, source_length); in reshape_char()
391 parray *source, shape_type *shape, parray *pad, in reshape_char4() argument
395 reshape_internal (ret, source, shape, pad, order, in reshape_char4()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreginfo.c59 subreg_shape shape; variable
1137 h.add_hwi (value->shape.unique_id ()); in hash()
1145 return value->shape == *compare; in equal()
1149 : shape (shape_in) in simplifiable_subreg()
1158 simplifiable_subregs (const subreg_shape &shape) in simplifiable_subregs() argument
1164 h.add_hwi (shape.unique_id ()); in simplifiable_subregs()
1167 ->find_slot_with_hash (&shape, h.end (), INSERT)); in simplifiable_subregs()
1171 simplifiable_subreg *info = new simplifiable_subreg (shape); in simplifiable_subregs()
1173 if (targetm.hard_regno_mode_ok (i, shape.inner_mode) in simplifiable_subregs()
1174 && simplify_subreg_regno (i, shape.inner_mode, shape.offset, in simplifiable_subregs()
[all …]
H A Dvector-builder.h267 vector_builder<T, Shape, Derived>::new_unary_operation (Shape shape, T vec, in new_unary_operation() argument
270 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_unary_operation()
281 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_unary_operation()
295 vector_builder<T, Shape, Derived>::new_binary_operation (Shape shape, in new_binary_operation() argument
299 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_binary_operation()
334 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_binary_operation()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreginfo.cc59 subreg_shape shape; member in simplifiable_subreg
1164 h.add_hwi (value->shape.unique_id ()); in hash()
1172 return value->shape == *compare; in equal()
1176 : shape (shape_in) in simplifiable_subreg()
1185 simplifiable_subregs (const subreg_shape &shape) in simplifiable_subregs() argument
1191 h.add_hwi (shape.unique_id ()); in simplifiable_subregs()
1194 ->find_slot_with_hash (&shape, h.end (), INSERT)); in simplifiable_subregs()
1198 simplifiable_subreg *info = new simplifiable_subreg (shape); in simplifiable_subregs()
1200 if (targetm.hard_regno_mode_ok (i, shape.inner_mode) in simplifiable_subregs()
1201 && simplify_subreg_regno (i, shape.inner_mode, shape.offset, in simplifiable_subregs()
[all …]
H A Dvector-builder.h267 vector_builder<T, Shape, Derived>::new_unary_operation (Shape shape, T vec, in new_unary_operation() argument
270 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_unary_operation()
281 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_unary_operation()
295 vector_builder<T, Shape, Derived>::new_binary_operation (Shape shape, in new_binary_operation() argument
299 poly_uint64 full_nelts = Derived::shape_nelts (shape); in new_binary_operation()
334 derived ()->new_vector (shape, npatterns, nelts_per_pattern); in new_binary_operation()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Diresolve.cc158 f->shape = gfc_get_shape (1); in resolve_bound()
159 mpz_init_set_ui (f->shape[0], coarray ? gfc_get_corank (array) in resolve_bound()
191 f->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim); in resolve_transformational()
366 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim); in gfc_resolve_all()
415 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim); in gfc_resolve_any()
499 f->shape = gfc_get_shape (1); in gfc_resolve_bessel_n2()
500 mpz_init (f->shape[0]); in gfc_resolve_bessel_n2()
501 mpz_sub (f->shape[0], n2->value.integer, n1->value.integer); in gfc_resolve_bessel_n2()
502 mpz_add_ui (f->shape[0], f->shape[0], 1); in gfc_resolve_bessel_n2()
725 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim); in gfc_resolve_count()
[all …]
H A Dsimplify.cc263 if (e->shape == NULL && e->rank == 1) in is_constant_array_expr()
267 e->shape = gfc_get_shape (1); in is_constant_array_expr()
268 mpz_init_set (e->shape[0], size); in is_constant_array_expr()
285 && array->shape != NULL) in gfc_is_size_zero_array()
288 if (mpz_cmp_si (array->shape[i], 0) <= 0) in gfc_is_size_zero_array()
459 result->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim); in transformational_result()
466 nelem *= mpz_get_ui (result->shape[i]); in transformational_result()
630 tmpstride[i] = (i == 0) ? 1 : tmpstride[i-1] * mpz_get_si (array->shape[i-1]); in simplify_transformation_to_array()
633 dim_extent = mpz_get_si (array->shape[i]); in simplify_transformation_to_array()
638 extent[n] = mpz_get_si (array->shape[i]); in simplify_transformation_to_array()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Diresolve.c158 f->shape = gfc_get_shape (1); in resolve_bound()
159 mpz_init_set_ui (f->shape[0], coarray ? gfc_get_corank (array) in resolve_bound()
191 f->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim); in resolve_transformational()
360 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim); in gfc_resolve_all()
409 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim); in gfc_resolve_any()
491 f->shape = gfc_get_shape (1); in gfc_resolve_bessel_n2()
492 mpz_init (f->shape[0]); in gfc_resolve_bessel_n2()
493 mpz_sub (f->shape[0], n2->value.integer, n1->value.integer); in gfc_resolve_bessel_n2()
494 mpz_add_ui (f->shape[0], f->shape[0], 1); in gfc_resolve_bessel_n2()
709 f->shape = gfc_copy_shape_excluding (mask->shape, mask->rank, dim); in gfc_resolve_count()
[all …]
H A Dsimplify.c253 && array->shape != NULL) in gfc_is_size_zero_array()
256 if (mpz_cmp_si (array->shape[i], 0) <= 0) in gfc_is_size_zero_array()
427 result->shape = gfc_copy_shape_excluding (array->shape, array->rank, dim); in transformational_result()
434 nelem *= mpz_get_ui (result->shape[i]); in transformational_result()
598 tmpstride[i] = (i == 0) ? 1 : tmpstride[i-1] * mpz_get_si (array->shape[i-1]); in simplify_transformation_to_array()
601 dim_extent = mpz_get_si (array->shape[i]); in simplify_transformation_to_array()
606 extent[n] = mpz_get_si (array->shape[i]); in simplify_transformation_to_array()
679 || array->shape == NULL in simplify_transformation()
1376 result->shape = gfc_get_shape (1); in gfc_simplify_bessel_n2()
1377 mpz_init_set_ui (result->shape[0], MAX (n2-n1+1, 0)); in gfc_simplify_bessel_n2()
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/sparc64/
H A Dorder.c35 offstar(NODE *p, int shape) in offstar() argument
57 shumul(NODE *p, int shape) in shumul() argument
59 if (shape & SOREG) in shumul()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A Dorder.c61 offstar(NODE *p, int shape) in offstar() argument
95 shumul(NODE *p, int shape) in shumul() argument
102 if (shape & SOREG) in shumul()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/m68k/
H A Dorder.c56 offstar(NODE *p, int shape) in offstar() argument
90 shumul(NODE *p, int shape) in shumul() argument
97 if (shape & SOREG) in shumul()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp11/
H A Dorder.c67 offstar(NODE *p, int shape) in offstar() argument
125 shumul(NODE *p, int shape) in shumul() argument
131 if (p->n_op == NAME && (shape & STARNM)) in shumul()
133 if (shape & SOREG) in shumul()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
H A Dstructntlm__type2__coll__graph.map2 <area shape="rect" id="node1" title=" " alt="" coords="5,95,92,121"/>
3 <area shape="rect" id="node2" href="$structntlm__buf.html" title=" " alt="" coords="13,5,85,32"/>
H A Dstructntlm__type3__coll__graph.map2 <area shape="rect" id="node1" title=" " alt="" coords="5,124,92,151"/>
3 <area shape="rect" id="node2" href="$structntlm__buf.html" title=" " alt="" coords="13,5,85,32"/>
/netbsd-src/external/bsd/pcc/dist/pcc/arch/mips/
H A Dorder.c55 offstar(NODE * p, int shape) in offstar() argument
85 shumul(NODE *p, int shape) in shumul() argument
91 if (shape & SOREG) in shumul()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dorder.c47 offstar(NODE *p, int shape) in offstar() argument
117 special(NODE *p, int shape) in special() argument
119 switch (shape) { in special()
/netbsd-src/external/bsd/pcc/dist/pcc/arch/hppa/
H A Dorder.c53 offstar(NODE *p, int shape) in offstar() argument
101 shumul(NODE *p, int shape) in shumul() argument
108 if (shape & SOREG) in shumul()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/generated/
H A Dreshape_c4.c44 shape_type * const restrict shape, in reshape_c4() argument
78 rdim = GFC_DESCRIPTOR_EXTENT(shape,0); in reshape_c4()
90 shape_data[n] = shape->base_addr[n * GFC_DESCRIPTOR_STRIDE(shape,0)]; in reshape_c4()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/generated/
H A Dreshape_c8.c44 shape_type * const restrict shape, in reshape_c8() argument
78 rdim = GFC_DESCRIPTOR_EXTENT(shape,0); in reshape_c8()
90 shape_data[n] = shape->base_addr[n * GFC_DESCRIPTOR_STRIDE(shape,0)]; in reshape_c8()

12345678910>>...15