Home
last modified time | relevance | path

Searched refs:half_diagonal (Results 1 – 9 of 9) sorted by relevance

/dports/devel/ppl/ppl-1.2/tests/Polyhedron/
H A Ddualhypercubes.cc43 const Coefficient& half_diagonal, in closure_points_dual_hypercube() argument
48 gs.insert(closure_point(weight_center + half_diagonal * Variable(axis))); in closure_points_dual_hypercube()
49 gs.insert(closure_point(weight_center - half_diagonal * Variable(axis))); in closure_points_dual_hypercube()
60 const Coefficient& half_diagonal) { in add_facets() argument
66 expr1 += half_diagonal * Variable(axis); in add_facets()
68 expr2 -= half_diagonal * Variable(axis); in add_facets()
84 axis-1, dims, weight_center, half_diagonal); in add_facets()
90 axis-1, dims, weight_center, half_diagonal); in add_facets()
96 const Coefficient& half_diagonal, in NNC_dual_hypercube() argument
99 closure_points_dual_hypercube(dims, weight_center, half_diagonal, gs); in NNC_dual_hypercube()
[all …]
H A Dbhrz03widening3.cc111 aux2_test03(const Coefficient& half_diagonal) { in aux2_test03() argument
116 gs.insert(point(half_diagonal*A)); in aux2_test03()
117 gs.insert(point(half_diagonal*B)); in aux2_test03()
118 gs.insert(point(-half_diagonal*A)); in aux2_test03()
119 gs.insert(point(-half_diagonal*B)); in aux2_test03()
126 Coefficient half_diagonal = 2; in aux3_test03() local
128 half_diagonal *= 2; in aux3_test03()
130 Coefficient half_side = half_diagonal; in aux3_test03()
136 Generator_System gs2 = aux2_test03(half_diagonal); in aux3_test03()
142 gs = aux2_test03(half_diagonal); in aux3_test03()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-blob.cc122 double half_diagonal = (c - c0).len (); in closest_arcs_to_cell() local
123 double radius_squared = pow (min_dist + half_diagonal, 2); in closest_arcs_to_cell()
124 if (min_dist - half_diagonal <= faraway) { in closest_arcs_to_cell()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-blob.cc122 double half_diagonal = (c - c0).len (); in closest_arcs_to_cell() local
123 double radius_squared = pow (min_dist + half_diagonal, 2); in closest_arcs_to_cell()
124 if (min_dist - half_diagonal <= faraway) { in closest_arcs_to_cell()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-blob.cc122 double half_diagonal = (c - c0).len (); in closest_arcs_to_cell() local
123 double radius_squared = pow (min_dist + half_diagonal, 2); in closest_arcs_to_cell()
124 if (min_dist - half_diagonal <= faraway) { in closest_arcs_to_cell()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6_openGl/glGlyphy/glyphy/
H A Dglyphy-blob.cc122 double half_diagonal = (c - c0).len (); in closest_arcs_to_cell() local
123 double radius_squared = pow (min_dist + half_diagonal, 2); in closest_arcs_to_cell()
124 if (min_dist - half_diagonal <= faraway) { in closest_arcs_to_cell()
/dports/misc/vxl/vxl-3.3.2/contrib/rpl/rgtl/
H A Drgtl_octree_objects.hxx203 double half_diagonal, double& parent_bound);
1013 double half_diagonal = std::sqrt(D*half*half); in transform_nodes() local
1016 half_diagonal, bound); in transform_nodes()
1024 double half_diagonal, double& parent_bound) in transform_nodes() argument
1035 half_diagonal/2, bound)) in transform_nodes()
1098 double bound = distance + half_diagonal; in transform_nodes()
/dports/graphics/lensfun/lensfun-0.3.95/tools/calibrate/
H A Dcalibrate.py381 half_diagonal = math.hypot(width // 2, height // 2)
385 radius = math.hypot(x - width // 2, y - height // 2) / half_diagonal
/dports/graphics/lensfun/lensfun-0.3.95/tools/testimage/
H A Dtestimage.py377 self.half_diagonal = sqrt(width**2 + height**2) / 2