Home
last modified time | relevance | path

Searched refs:Proj (Results 1 – 25 of 1456) sorted by relevance

12345678910>>...59

/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/container_algorithms/
H A Dforeach_range_projection.cpp16 template <typename IteratorTag, typename Proj>
29 template <typename Proj>
35 test_for_each<std::input_iterator_tag, Proj>(); in for_each_test()
40 template <typename IteratorTag, typename Proj>
52 IteratorTag(), Proj()); in test_for_each_exception()
54 IteratorTag(), Proj()); in test_for_each_exception()
57 template <typename Proj>
68 template <typename IteratorTag, typename Proj>
80 IteratorTag(), Proj()); in test_for_each_bad_alloc()
82 IteratorTag(), Proj()); in test_for_each_bad_alloc()
[all …]
/dports/devel/hpx/hpx-1.2.1/tests/unit/parallel/algorithms/
H A Dforeach_projection.cpp16 template <typename IteratorTag, typename Proj>
29 template <typename Proj>
35 test_for_each<std::input_iterator_tag, Proj>(); in for_each_test()
40 template <typename IteratorTag, typename Proj>
52 IteratorTag(), Proj()); in test_for_each_exception()
54 IteratorTag(), Proj()); in test_for_each_exception()
57 template <typename Proj>
68 template <typename IteratorTag, typename Proj>
80 IteratorTag(), Proj()); in test_for_each_bad_alloc()
82 IteratorTag(), Proj()); in test_for_each_bad_alloc()
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dbox3d.cpp286 return Proj::Pt3 ((id & Box3D::X) ? c7[Proj::X] : c0[Proj::X], in box3d_get_proj_corner()
294 return Proj::Pt3 ((id & Box3D::X) ? box->orig_corner7[Proj::X] : box->orig_corner0[Proj::X], in box3d_get_proj_corner()
314 Proj::Pt3
318 return Proj::Pt3 ((this->orig_corner0[Proj::X] + this->orig_corner7[Proj::X]) / 2, in get_proj_center()
558 c1 = Proj::Pt3 (coord, this->orig_corner0[Proj::Y], this->orig_corner0[Proj::Z], 1.0); in corners_for_PLs()
559 c2 = Proj::Pt3 (coord, this->orig_corner7[Proj::Y], this->orig_corner0[Proj::Z], 1.0); in corners_for_PLs()
560 c3 = Proj::Pt3 (coord, this->orig_corner7[Proj::Y], this->orig_corner7[Proj::Z], 1.0); in corners_for_PLs()
561 c4 = Proj::Pt3 (coord, this->orig_corner0[Proj::Y], this->orig_corner7[Proj::Z], 1.0); in corners_for_PLs()
564 c1 = Proj::Pt3 (this->orig_corner0[Proj::X], coord, this->orig_corner0[Proj::Z], 1.0); in corners_for_PLs()
565 c2 = Proj::Pt3 (this->orig_corner7[Proj::X], coord, this->orig_corner0[Proj::Z], 1.0); in corners_for_PLs()
[all …]
H A Dpersp3d.cpp91 static Proj::Pt2 legacy_transform_forward(Proj::Pt2 pt, SPDocument const *doc) { in legacy_transform_forward()
113 static Proj::Pt2 legacy_transform_backward(Proj::Pt2 pt, SPDocument const *doc) { in legacy_transform_backward()
218 Proj::Pt2 proj_vp_x = Proj::Pt2 (0.0, height/2.0, 1.0); in create_xml_element()
219 Proj::Pt2 proj_vp_y = Proj::Pt2 (0.0, 1000.0, 0.0); in create_xml_element()
220 Proj::Pt2 proj_vp_z = Proj::Pt2 (width, height/2.0, 1.0); in create_xml_element()
221 Proj::Pt2 proj_origin = Proj::Pt2 (width/2.0, height/3.0, 1.0 ); in create_xml_element()
270 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::X ); in write()
277 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::Y ); in write()
284 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::Z ); in write()
291 Proj::Pt2 pt = perspective_impl->tmat.column( Proj::W ); in write()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/container_algorithms/
H A Dreplace.hpp76 typename Proj = util::projection_identity,
83 traits::projected_range<Proj, Rng>,
84 traits::projected<Proj, T1 const*>
90 T2 const& new_value, Proj && proj = Proj()) in replace()
94 std::forward<Proj>(proj)); in replace()
166 typename Proj = util::projection_identity,
178 Proj && proj = Proj()) in replace_if()
267 T1 const& old_value, T2 const& new_value, Proj && proj = Proj()) in replace_copy()
271 std::forward<Proj>(proj)); in replace_copy()
372 F && f, T const& new_value, Proj && proj = Proj()) in replace_copy_if()
[all …]
H A Dminmax.hpp92 typename Proj = util::projection_identity,
100 traits::projected_range<Proj, Rng>,
101 traits::projected_range<Proj, Rng>
107 Proj && proj = Proj()) in min_element()
179 typename Proj = util::projection_identity,
187 traits::projected_range<Proj, Rng>,
188 traits::projected_range<Proj, Rng>
194 Proj && proj = Proj()) in max_element()
279 typename Proj = util::projection_identity,
288 traits::projected_range<Proj, Rng>
[all …]
H A Dall_any_none.hpp91 typename Proj = util::projection_identity,
95 traits::is_projected_range<Proj, Rng>::value &&
101 Proj && proj = Proj()) in none_of()
105 std::forward<Proj>(proj)); in none_of()
174 typename Proj = util::projection_identity,
178 traits::is_projected_range<Proj, Rng>::value &&
184 Proj && proj = Proj()) in any_of()
188 std::forward<Proj>(proj)); in any_of()
257 typename Proj = util::projection_identity,
267 Proj && proj = Proj()) in all_of()
[all …]
H A Dis_heap.hpp82 typename Proj = util::projection_identity,
86 traits::is_projected_range<Proj, Rng>::value &&
89 traits::projected_range<Proj, Rng>,
90 traits::projected_range<Proj, Rng>
94 Comp && comp = Comp(), Proj && proj = Proj()) in is_heap()
98 std::forward<Comp>(comp), std::forward<Proj>(proj)); in is_heap()
161 typename Proj = util::projection_identity,
165 traits::is_projected_range<Proj, Rng>::value &&
168 traits::projected_range<Proj, Rng>,
169 traits::projected_range<Proj, Rng>
[all …]
H A Dunique.hpp94 typename Proj = util::projection_identity,
98 traits::is_projected_range<Proj, Rng>::value &&
101 traits::projected_range<Proj, Rng>,
102 traits::projected_range<Proj, Rng>
109 Pred && pred = Pred(), Proj && proj = Proj()) in unique()
114 std::forward<Proj>(proj)); in unique()
192 typename Proj = util::projection_identity,
200 traits::projected_range<Proj, Rng>,
201 traits::projected_range<Proj, Rng>
211 Proj && proj = Proj()) in unique_copy()
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/algorithms/
H A Dminmax.hpp120 Proj && proj) in parallel()
258 Proj && proj = Proj()) in min_element()
337 typename Proj>
340 Proj && proj) in sequential()
349 typename Proj>
354 Proj && proj) in parallel()
493 Proj && proj = Proj()) in max_element()
589 typename Proj>
592 Proj && proj) in sequential()
601 typename Proj>
[all …]
H A Dfor_each.hpp48 template <typename F, typename Proj>
178 typename Proj>
201 typename Proj>
208 typename Proj>
310 Proj && proj = Proj()) in for_each_n()
355 typename Proj>
358 Proj && proj) in sequential()
365 typename Proj>
370 Proj && proj) in parallel()
391 typename Proj>
[all …]
H A Dreplace.hpp44 T2 const& new_value, Proj && proj) in sequential_replace()
64 typename T2, typename Proj>
74 typename T2, typename Proj>
165 T1 const& old_value, T2 const& new_value, Proj && proj = Proj()) in replace()
209 typename T, typename Proj>
327 F && f, T const& new_value, Proj && proj = Proj()) in replace_if()
338 std::forward<Proj>(proj)); in replace_if()
388 Proj && proj) in parallel()
494 T1 const& old_value, T2 const& new_value, Proj && proj = Proj()) in replace_copy()
536 typename Proj>
[all …]
H A Dis_heap.hpp46 Comp && comp, Proj && proj) in sequential_is_heap()
66 typename Proj>
69 Comp comp, Proj proj) in operator ()()
130 Comp && comp, Proj && proj) in sequential()
141 Comp && comp, Proj && proj) in parallel()
222 Comp && comp = Comp(), Proj && proj = Proj()) in is_heap()
245 Comp && comp, Proj && proj)
265 typename Proj>
268 Comp comp, Proj proj) in operator ()()
330 Comp && comp, Proj && proj) in sequential()
[all …]
H A Dcount.hpp113 typename Proj>
133 typename Proj>
167 typename Proj>
197 typename Proj>
266 Proj && proj = Proj()) in count()
301 typename Proj>
304 Proj && proj) in sequential()
324 Proj && proj) in parallel()
351 typename Proj>
382 typename Proj>
[all …]
H A Dall_any_none.hpp46 typename F, typename Proj>
49 F && f, Proj && proj) in sequential()
59 typename F, typename Proj>
64 F && op, Proj && proj) in parallel()
185 Proj && proj = Proj()) in none_of()
224 F && f, Proj && proj) in sequential()
239 F && op, Proj && proj) in parallel()
361 Proj && proj = Proj()) in any_of()
400 F && f, Proj && proj) in sequential()
415 F && op, Proj && proj) in parallel()
[all …]
H A Dremove_copy.hpp42 T const& value, Proj && proj) in sequential_remove_copy()
63 typename T, typename Proj>
66 T const& val, Proj && proj) in sequential()
69 std::forward<Proj>(proj)); in sequential()
73 typename T, typename Proj>
174 T const& val, Proj && proj = Proj()) in remove_copy()
217 Proj && proj) in sequential_remove_copy_if()
239 typename F, typename Proj>
242 F && f, Proj && proj) in sequential()
249 typename F, typename Proj>
[all …]
H A Dremove.hpp57 Pred && pred, Proj && proj)
60 util::invoke_projected<Pred, Proj>(
62 std::forward<Proj>(proj)));
75 Pred && pred, Proj && proj) in sequential()
86 Pred && pred, Proj && proj) in parallel()
278 typename Proj = util::projection_identity,
285 traits::projected<Proj, FwdIter>
291 Pred && pred, Proj && proj = Proj()) in remove_if()
303 std::forward<Proj>(proj)); in remove_if()
369 T const& value, Proj && proj = Proj()) in remove()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/GeomProjLib/
H A DGeomProjLib.cxx106 switch ( Proj.GetType()) { in Handle()
129 G2dC = Proj.Bezier(); in Handle()
133 G2dC = Proj.BSpline(); in Handle()
164 Tolerance = Proj.GetTolerance(); in Handle()
286 switch ( Proj.GetType()) { in Handle()
308 GC = Proj.Bezier(); in Handle()
312 GC = Proj.BSpline(); in Handle()
340 Proj.Bounds(1,f,l); in Handle()
372 switch ( Proj.GetType()) { in Handle()
394 GC = Proj.Bezier(); in Handle()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ProjLib/
H A DProjLib.cxx73 return Proj.Line(); in Project()
85 return Proj.Circle(); in Project()
97 return Proj.Ellipse(); in Project()
109 return Proj.Parabola(); in Project()
121 return Proj.Hyperbola(); in Project()
146 return Proj.Line(); in Project()
158 return Proj.Line(); in Project()
183 return Proj.Line(); in Project()
195 return Proj.Line(); in Project()
220 return Proj.Line(); in Project()
[all …]
/dports/databases/p5-DBIx-Skinny/DBIx-Skinny-0.0742/lib/DBIx/Skinny/Manual/JA/
H A DIntro.pod26 例えばProjというプロジェクトでSkinnyを使う場合
28 package Proj::Model;
49 package Proj::Model;
70 Proj::Model->set_dbh($dbh);
230 Proj::Model->do()
274 Proj::Model->connect({
291 Proj::Model->reconnect({
323 Proj::Model->do(q{
525 Proj::Model->txn_end;
539 package Proj::Model;
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dtransf_mat_3x4.cpp18 namespace Proj { namespace
28 TransfMat3x4::TransfMat3x4 (Proj::Pt2 vp_x, Proj::Pt2 vp_y, Proj::Pt2 vp_z, Proj::Pt2 origin) { in TransfMat3x4()
46 TransfMat3x4::column (Proj::Axis axis) const { in column()
79 TransfMat3x4::set_image_pt (Proj::Axis axis, Proj::Pt2 const &pt) { in set_image_pt()
88 g_return_if_fail (axis != Proj::W); in toggle_finite()
95 Proj::Pt2 dir (column(axis)); in toggle_finite()
96 Proj::Pt2 origin (column(Proj::W).affine()); in toggle_finite()
104 TransfMat3x4::pt_to_str (Proj::Axis axis) { in pt_to_str()
118 Proj::Pt2 pt1 = column(Proj::axes[i]); in operator ==()
119 Proj::Pt2 pt2 = rhs.column(Proj::axes[i]); in operator ==()
[all …]
H A Dtransf_mat_3x4.h19 namespace Proj {
26 Pt2 column (Proj::Axis axis) const;
29 void set_image_pt (Proj::Axis axis, Proj::Pt2 const &pt);
30 void toggle_finite (Proj::Axis axis);
31 double get_infinite_angle (Proj::Axis axis) { in get_infinite_angle()
38 void set_infinite_direction (Proj::Axis axis, double angle) { // angle is in degrees in set_infinite_direction()
44 set_image_pt(axis, Proj::Pt2(cos (a) * rad, sin (a) * rad, 0.0)); in set_infinite_direction()
46 inline bool has_finite_image (Proj::Axis axis) { return (tmat[2][axis] != 0.0); } in has_finite_image()
48 char * pt_to_str (Proj::Axis axis);
60 void normalize_column (Proj::Axis axis);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/ranges/
H A Dalgorithm.h28 template <typename Pred, typename Proj>
199 typename Proj = identity,
224 typename Proj = identity,
245 typename Proj = identity,
270 typename Proj = identity,
291 typename Proj = identity,
316 typename Proj = identity,
342 typename Proj = identity,
366 typename Proj = identity,
390 typename Proj = identity,
[all …]
/dports/databases/p5-DBIx-Skinny/DBIx-Skinny-0.0742/lib/DBIx/Skinny/Manual/EN/
H A DIntro.pod23 package Proj::Model;
36 package Proj::Model;
47 Proj::Model->connect(....);
55 Proj::Model->set_dbh($dbh);
171 Proj::Model->do()
205 Proj::Model->connect({
220 Proj::Model->reconnect({
245 Proj::Model->do(q{
399 Proj::Model->txn_end;
410 package Proj::Model;
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/parallel/traits/
H A Dprojected_range.hpp26 template <typename Proj, typename Rng>
27 struct projected_range_result_of<Proj, Rng,
30 typename hpx::util::decay<Proj>::type,
35 template <typename Proj, typename Rng, typename Enable = void>
40 template <typename Proj, typename Rng>
41 struct is_projected_range<Proj, Rng,
44 typename hpx::util::decay<Proj>::type,
49 template <typename Proj, typename Rng, typename Enable = void>
53 template <typename Proj, typename Rng>
54 struct projected_range<Proj, Rng,
[all …]

12345678910>>...59