Home
last modified time | relevance | path

Searched refs:shape_b (Results 1 – 25 of 63) sorted by relevance

123

/dports/devel/godot2/godot-2.1.6-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp111 shape_a != -1 && shape_b != -1 && in setup()
119 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
122 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
127 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
150 if (shape_b == p_removed_index) in shift_shape_indices()
151 shape_b = -1; in shift_shape_indices()
152 else if (shape_b > p_removed_index) in shift_shape_indices()
153 shape_b--; in shift_shape_indices()
162 shape_b = p_shape_b; in Area2Pair2DSW()
173 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2Pair2DSW()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp111 shape_a != -1 && shape_b != -1 && in setup()
119 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
122 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
127 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
150 if (shape_b == p_removed_index) in shift_shape_indices()
151 shape_b = -1; in shift_shape_indices()
152 else if (shape_b > p_removed_index) in shift_shape_indices()
153 shape_b--; in shift_shape_indices()
162 shape_b = p_shape_b; in Area2Pair2DSW()
173 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2Pair2DSW()
[all …]
/dports/devel/godot2-tools/godot-2.1.6-stable/servers/physics/
H A Darea_pair_sw.cpp112 shape_a != -1 && shape_b != -1 && in setup()
121 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
124 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
129 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
152 if (shape_b == p_removed_index) in shift_shape_indices()
153 shape_b = -1; in shift_shape_indices()
154 else if (shape_b > p_removed_index) in shift_shape_indices()
155 shape_b--; in shift_shape_indices()
164 shape_b = p_shape_b; in Area2PairSW()
175 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2PairSW()
[all …]
/dports/devel/godot2/godot-2.1.6-stable/servers/physics/
H A Darea_pair_sw.cpp112 shape_a != -1 && shape_b != -1 && in setup()
121 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
124 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
129 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
152 if (shape_b == p_removed_index) in shift_shape_indices()
153 shape_b = -1; in shift_shape_indices()
154 else if (shape_b > p_removed_index) in shift_shape_indices()
155 shape_b--; in shift_shape_indices()
164 shape_b = p_shape_b; in Area2PairSW()
175 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2PairSW()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics/
H A Darea_pair_sw.cpp101 if (area_a->is_shape_set_as_disabled(shape_a) || area_b->is_shape_set_as_disabled(shape_b)) { in setup()
103 …pe_transform(shape_a), area_b->get_shape(shape_b), area_b->get_transform() * area_b->get_shape_tra… in setup()
112 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
115 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
120 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
123 area_a->remove_area_from_query(area_b, shape_b, shape_a); in setup()
140 shape_b = p_shape_b; in Area2PairSW()
151 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2PairSW()
154 area_a->remove_area_from_query(area_b, shape_b, shape_a); in ~Area2PairSW()
/dports/devel/godot/godot-3.2.3-stable/servers/physics/
H A Darea_pair_sw.cpp101 if (area_a->is_shape_set_as_disabled(shape_a) || area_b->is_shape_set_as_disabled(shape_b)) { in setup()
103 …pe_transform(shape_a), area_b->get_shape(shape_b), area_b->get_transform() * area_b->get_shape_tra… in setup()
112 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
115 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
120 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
123 area_a->remove_area_from_query(area_b, shape_b, shape_a); in setup()
140 shape_b = p_shape_b; in Area2PairSW()
151 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2PairSW()
154 area_a->remove_area_from_query(area_b, shape_b, shape_a); in ~Area2PairSW()
/dports/devel/godot/godot-3.2.3-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp101 if (area_a->is_shape_set_as_disabled(shape_a) || area_b->is_shape_set_as_disabled(shape_b)) { in setup()
103 …m(shape_a), Vector2(), area_b->get_shape(shape_b), area_b->get_transform() * area_b->get_shape_tra… in setup()
112 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
115 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
120 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
123 area_a->remove_area_from_query(area_b, shape_b, shape_a); in setup()
140 shape_b = p_shape_b; in Area2Pair2DSW()
151 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2Pair2DSW()
154 area_a->remove_area_from_query(area_b, shape_b, shape_a); in ~Area2Pair2DSW()
/dports/devel/godot-tools/godot-3.2.3-stable/servers/physics_2d/
H A Darea_pair_2d_sw.cpp101 if (area_a->is_shape_set_as_disabled(shape_a) || area_b->is_shape_set_as_disabled(shape_b)) { in setup()
103 …m(shape_a), Vector2(), area_b->get_shape(shape_b), area_b->get_transform() * area_b->get_shape_tra… in setup()
112 area_b->add_area_to_query(area_a, shape_a, shape_b); in setup()
115 area_a->add_area_to_query(area_b, shape_b, shape_a); in setup()
120 area_b->remove_area_from_query(area_a, shape_a, shape_b); in setup()
123 area_a->remove_area_from_query(area_b, shape_b, shape_a); in setup()
140 shape_b = p_shape_b; in Area2Pair2DSW()
151 area_b->remove_area_from_query(area_a, shape_a, shape_b); in ~Area2Pair2DSW()
154 area_a->remove_area_from_query(area_b, shape_b, shape_a); in ~Area2Pair2DSW()
/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/demos/
H A Dcanvas-arrowhead.c56 int shape_a, shape_b, shape_c; in set_arrow_shape() local
79 points->coords[2] = RIGHT - 10 * shape_b; in set_arrow_shape()
103 RIGHT - 10 * shape_b, in set_arrow_shape()
127 RIGHT - 10 * shape_b, in set_arrow_shape()
131 RIGHT - 10 * shape_b / 2.0, in set_arrow_shape()
133 shape_b); in set_arrow_shape()
170 "arrow_shape_b", (double) shape_b, in set_arrow_shape()
176 "arrow_shape_b", (double) shape_b, in set_arrow_shape()
291 int width, shape_b, shape_c; in shape_b_c_event() local
300 shape_b = (RIGHT - x) / 10; in shape_b_c_event()
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/demo/
H A Dmv-demo-arrowhead.c57 int shape_a, shape_b, shape_c; in set_arrow_shape() local
71 "arrow-length", (double) (shape_b), in set_arrow_shape()
104 RIGHT - 10 * shape_b * width, in set_arrow_shape()
128 RIGHT - 10 * shape_b * width, in set_arrow_shape()
134 shape_b); in set_arrow_shape()
171 "arrow-length", (double) shape_b, in set_arrow_shape()
177 "arrow-length", (double) shape_b, in set_arrow_shape()
183 "arrow-length", (double) shape_b, in set_arrow_shape()
370 shape_b = (RIGHT - x) / 10 / width; in on_motion()
371 if ((shape_b >= 0) && (shape_b <= 30)) { in on_motion()
[all …]
H A Ddemo-arrowhead.c58 int shape_a, shape_b, shape_c; in set_arrow_shape() local
72 "arrow-length", (double) (shape_b), in set_arrow_shape()
105 RIGHT - 10 * shape_b * width, in set_arrow_shape()
129 RIGHT - 10 * shape_b * width, in set_arrow_shape()
135 shape_b); in set_arrow_shape()
172 "arrow-length", (double) shape_b, in set_arrow_shape()
178 "arrow-length", (double) shape_b, in set_arrow_shape()
184 "arrow-length", (double) shape_b, in set_arrow_shape()
350 shape_b = (RIGHT - x) / 10 / width; in on_motion()
351 if ((shape_b >= 0) && (shape_b <= 30)) { in on_motion()
[all …]
/dports/graphics/goocanvas3/goocanvas-3.0.0/demo/
H A Ddemo-arrowhead.c58 int shape_a, shape_b, shape_c; in set_arrow_shape() local
72 "arrow-length", (double) (shape_b), in set_arrow_shape()
105 RIGHT - 10 * shape_b * width, in set_arrow_shape()
129 RIGHT - 10 * shape_b * width, in set_arrow_shape()
135 shape_b); in set_arrow_shape()
172 "arrow-length", (double) shape_b, in set_arrow_shape()
178 "arrow-length", (double) shape_b, in set_arrow_shape()
184 "arrow-length", (double) shape_b, in set_arrow_shape()
352 shape_b = (RIGHT - x) / 10 / width; in on_motion()
353 if ((shape_b >= 0) && (shape_b <= 30)) { in on_motion()
[all …]
H A Dmv-demo-arrowhead.c57 int shape_a, shape_b, shape_c; in set_arrow_shape() local
71 "arrow-length", (double) (shape_b), in set_arrow_shape()
104 RIGHT - 10 * shape_b * width, in set_arrow_shape()
128 RIGHT - 10 * shape_b * width, in set_arrow_shape()
134 shape_b); in set_arrow_shape()
171 "arrow-length", (double) shape_b, in set_arrow_shape()
177 "arrow-length", (double) shape_b, in set_arrow_shape()
183 "arrow-length", (double) shape_b, in set_arrow_shape()
372 shape_b = (RIGHT - x) / 10 / width; in on_motion()
373 if ((shape_b >= 0) && (shape_b <= 30)) { in on_motion()
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/demo/
H A Ddemo-arrowhead.c58 int shape_a, shape_b, shape_c; in set_arrow_shape() local
72 "arrow-length", (double) (shape_b), in set_arrow_shape()
105 RIGHT - 10 * shape_b * width, in set_arrow_shape()
129 RIGHT - 10 * shape_b * width, in set_arrow_shape()
135 shape_b); in set_arrow_shape()
172 "arrow-length", (double) shape_b, in set_arrow_shape()
178 "arrow-length", (double) shape_b, in set_arrow_shape()
184 "arrow-length", (double) shape_b, in set_arrow_shape()
352 shape_b = (RIGHT - x) / 10 / width; in on_motion()
353 if ((shape_b >= 0) && (shape_b <= 30)) { in on_motion()
[all …]
H A Dmv-demo-arrowhead.c57 int shape_a, shape_b, shape_c; in set_arrow_shape() local
71 "arrow-length", (double) (shape_b), in set_arrow_shape()
104 RIGHT - 10 * shape_b * width, in set_arrow_shape()
128 RIGHT - 10 * shape_b * width, in set_arrow_shape()
134 shape_b); in set_arrow_shape()
171 "arrow-length", (double) shape_b, in set_arrow_shape()
177 "arrow-length", (double) shape_b, in set_arrow_shape()
183 "arrow-length", (double) shape_b, in set_arrow_shape()
372 shape_b = (RIGHT - x) / 10 / width; in on_motion()
373 if ((shape_b >= 0) && (shape_b <= 30)) { in on_motion()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/tutorials/optimize/
H A Dopt_matmul_auto_tensorcore.py113 shape_b = (L, M)
116 shape_b = (L, M)
119 shape_b = (M, L)
122 shape_b = (M, L)
127 B = te.placeholder(shape_b, name="B", dtype=dtype)
311 shape_b = (L, M)
314 shape_b = (L, M)
317 shape_b = (M, L)
320 shape_b = (M, L)
329 b_np = np.random.uniform(size=shape_b).astype(np.float16)
[all …]
/dports/misc/tvm/incubator-tvm-0.6.1/tutorials/optimize/
H A Dopt_matmul_auto_tensorcore.py100 shape_b = (L, M)
103 shape_b = (L, M)
106 shape_b = (M, L)
109 shape_b = (M, L)
114 B = tvm.placeholder(shape_b, name='B', dtype=dtype)
270 shape_b = (L, M)
273 shape_b = (L, M)
276 shape_b = (M, L)
279 shape_b = (M, L)
288 b_np = np.random.uniform(size=shape_b).astype(np.float16)
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/tutorials/optimize/
H A Dopt_matmul_auto_tensorcore.py100 shape_b = (L, M)
103 shape_b = (L, M)
106 shape_b = (M, L)
109 shape_b = (M, L)
114 B = tvm.placeholder(shape_b, name='B', dtype=dtype)
270 shape_b = (L, M)
273 shape_b = (L, M)
276 shape_b = (M, L)
279 shape_b = (M, L)
288 b_np = np.random.uniform(size=shape_b).astype(np.float16)
[all …]
/dports/devel/py-tinyarray/tinyarray-1.2.4/src/
H A Darithmetic.cc31 size_t *shape_a, *shape_b; in array_scalar_product() local
33 b->ndim_shape(&ndim_b, &shape_b); in array_scalar_product()
37 if (n != shape_b[0]) { in array_scalar_product()
67 size_t *shape_a, *shape_b; in array_matrix_product() local
69 b->ndim_shape(&ndim_b, &shape_b); in array_matrix_product()
87 b0 *= shape[d++] = shape_b[id]; in array_matrix_product()
90 n2 = shape_b[0]; in array_matrix_product()
93 n2 = shape_b[ndim_b - 2]; in array_matrix_product()
94 b1 = shape[d++] = shape_b[ndim_b - 1]; in array_matrix_product()
141 size_t *shape_a, *shape_b; in apply_binary_ufunc() local
[all …]
/dports/graphics/libgnomecanvas/libgnomecanvas-2.30.3/libgnomecanvas/
H A Dgnome-canvas-line.c282 line->shape_b = 0.0; in gnome_canvas_line_init()
434 double shape_a, shape_b, shape_c; in reconfigure_arrows() local
484 shape_b = line->shape_b; in reconfigure_arrows()
489 shape_b /= line->item.canvas->pixels_per_unit; in reconfigure_arrows()
494 shape_b += 0.001; in reconfigure_arrows()
524 poly[2] = poly[0] - shape_b * cos_theta + tmp; in reconfigure_arrows()
529 poly[3] = poly[1] - shape_b * sin_theta - tmp; in reconfigure_arrows()
568 poly[2] = poly[0] - shape_b * cos_theta + tmp; in reconfigure_arrows()
573 poly[3] = poly[1] - shape_b * sin_theta - tmp; in reconfigure_arrows()
791 line->shape_b = fabs (g_value_get_double (value)); in gnome_canvas_line_set_property()
[all …]
/dports/devel/p5-Goo-Canvas/Goo-Canvas-0.06/demo/
H A Ddemo.pl866 $canvas->{shape_b} = DEFAULT_SHAPE_B;
937 my $shape_b = $canvas->{shape_b};
943 'arrow-length' => $shape_b,
984 RIGHT - 10 * $shape_b * $width,
988 RIGHT - 10 * $shape_b * $width / 2.0,
990 $shape_b);
1010 $shape_b)
1021 "arrow-length" => $shape_b,
1124 $shape_b = (RIGHT-$x)/10/$width;
1125 if ( ($shape_b >= 0) && ($shape_b <=30) ) {
[all …]
H A Dmv-demo.pl855 $canvas->{shape_b} = DEFAULT_SHAPE_B;
928 my $shape_b = $canvas->{shape_b};
934 'arrow-length' => $shape_b,
975 RIGHT - 10 * $shape_b * $width,
979 RIGHT - 10 * $shape_b * $width / 2.0,
981 $shape_b);
1001 $shape_b)
1012 "arrow-length" => $shape_b,
1118 $shape_b = (RIGHT-$x)/10/$width;
1119 if ( ($shape_b >= 0) && ($shape_b <=30) ) {
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/compositor/
H A Dmeta-window-shape.c191 MetaWindowShape *shape_b) in meta_window_shape_equal() argument
193 if (shape_a->n_rectangles != shape_b->n_rectangles) in meta_window_shape_equal()
196 return memcmp (shape_a->rectangles, shape_b->rectangles, in meta_window_shape_equal()
/dports/x11-wm/muffin/muffin-4.8.0/src/compositor/
H A Dmeta-window-shape.c192 MetaWindowShape *shape_b) in meta_window_shape_equal() argument
194 if (shape_a->n_rectangles != shape_b->n_rectangles) in meta_window_shape_equal()
197 return memcmp (shape_a->rectangles, shape_b->rectangles, in meta_window_shape_equal()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/
H A Dcombine_parallel_conv2d.cc71 const auto shape_b = in CanOpsBeCombined() local
79 eq(attrs_a->out_layout, attrs_b->out_layout) && eq(shape_a[2], shape_b[2]) && in CanOpsBeCombined()
80 eq(shape_a[3], shape_b[3]); in CanOpsBeCombined()

123