Home
last modified time | relevance | path

Searched refs:Iterate (Results 1 – 25 of 4371) sorted by relevance

12345678910>>...175

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Layout.hpp193 enum class Iterate { enum
216 Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
294 static const Kokkos::Iterate outer_iteration_pattern = Kokkos::Iterate::Left;
295 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
309 Kokkos::Iterate::Left, Kokkos::Iterate::Left, ArgN0, ArgN1, ArgN2, ArgN3,
311 static const Kokkos::Iterate outer_iteration_pattern = Kokkos::Iterate::Left;
312 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
318 Kokkos::Iterate::Right, Kokkos::Iterate::Left, ArgN0, ArgN1, ArgN2, ArgN3,
321 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
327 Kokkos::Iterate::Left, Kokkos::Iterate::Right, ArgN0, ArgN1, ArgN2, ArgN3,
[all …]
H A DKokkosExp_MDRangePolicy.hpp71 using type = Iterate;
72 static constexpr Iterate value = Iterate::Right;
77 using type = Iterate;
78 static constexpr Iterate value = Iterate::Right;
82 template <unsigned N, Iterate OuterDir = Iterate::Default,
83 Iterate InnerDir = Iterate::Default>
93 static constexpr Iterate outer_direction = OuterDir;
251 static constexpr auto Right = Iterate::Right;
252 static constexpr auto Left = Iterate::Left;
360 if (inner_direction == Iterate::Right) { in init_helper()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Layout.hpp193 enum class Iterate { enum
216 Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
294 static const Kokkos::Iterate outer_iteration_pattern = Kokkos::Iterate::Left;
295 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
309 Kokkos::Iterate::Left, Kokkos::Iterate::Left, ArgN0, ArgN1, ArgN2, ArgN3,
311 static const Kokkos::Iterate outer_iteration_pattern = Kokkos::Iterate::Left;
312 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
318 Kokkos::Iterate::Right, Kokkos::Iterate::Left, ArgN0, ArgN1, ArgN2, ArgN3,
321 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
327 Kokkos::Iterate::Left, Kokkos::Iterate::Right, ArgN0, ArgN1, ArgN2, ArgN3,
[all …]
H A DKokkosExp_MDRangePolicy.hpp71 using type = Iterate;
72 static constexpr Iterate value = Iterate::Right;
77 using type = Iterate;
78 static constexpr Iterate value = Iterate::Right;
82 template <unsigned N, Iterate OuterDir = Iterate::Default,
83 Iterate InnerDir = Iterate::Default>
93 static constexpr Iterate outer_direction = OuterDir;
251 static constexpr auto Right = Iterate::Right;
252 static constexpr auto Left = Iterate::Left;
360 if (inner_direction == Iterate::Right) { in init_helper()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Layout.hpp193 enum class Iterate { enum
216 Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
294 static const Kokkos::Iterate outer_iteration_pattern = Kokkos::Iterate::Left;
295 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
309 Kokkos::Iterate::Left, Kokkos::Iterate::Left, ArgN0, ArgN1, ArgN2, ArgN3,
311 static const Kokkos::Iterate outer_iteration_pattern = Kokkos::Iterate::Left;
312 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
318 Kokkos::Iterate::Right, Kokkos::Iterate::Left, ArgN0, ArgN1, ArgN2, ArgN3,
321 static const Kokkos::Iterate inner_iteration_pattern = Kokkos::Iterate::Left;
327 Kokkos::Iterate::Left, Kokkos::Iterate::Right, ArgN0, ArgN1, ArgN2, ArgN3,
[all …]
H A DKokkosExp_MDRangePolicy.hpp71 using type = Iterate;
72 static constexpr Iterate value = Iterate::Right;
77 using type = Iterate;
78 static constexpr Iterate value = Iterate::Right;
82 template <unsigned N, Iterate OuterDir = Iterate::Default,
83 Iterate InnerDir = Iterate::Default>
93 static constexpr Iterate outer_direction = OuterDir;
251 static constexpr auto Right = Iterate::Right;
252 static constexpr auto Left = Iterate::Left;
360 if (inner_direction == Iterate::Right) { in init_helper()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/site_compare/utils/
H A Dbrowser_iterate.py111 Iterate.proc = proc
112 Iterate.wnd = wnd
113 Iterate.s = s
117 if Iterate.s:
118 Iterate.s.close()
119 Iterate.s = None
121 if Iterate.proc:
158 Iterate.s = None
159 Iterate.proc = None
160 Iterate.wnd = None
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/site_compare/utils/
H A Dbrowser_iterate.py111 Iterate.proc = proc
112 Iterate.wnd = wnd
113 Iterate.s = s
117 if Iterate.s:
118 Iterate.s.close()
119 Iterate.s = None
121 if Iterate.proc:
158 Iterate.s = None
159 Iterate.proc = None
160 Iterate.wnd = None
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/iterators/
H A Dtext_iterator_test.cc122 std::string TextIteratorTest::Iterate( in Iterate() function in blink::text_iterator_test::TextIteratorTest
262 Iterate<FlatTree>()); in TEST_P()
386 EXPECT_EQ("", Iterate<DOMTree>()); in TEST_P()
387 EXPECT_EQ("", Iterate<FlatTree>()); in TEST_P()
554 Iterate<DOMTree>()); in TEST_P()
572 Iterate<DOMTree>()); in TEST_P()
577 Iterate<FlatTree>()); in TEST_P()
895 EXPECT_EQ("", Iterate<DOMTree>()); in TEST_P()
900 EXPECT_EQ("[a]", Iterate<DOMTree>()); in TEST_P()
905 EXPECT_EQ("[a]", Iterate<DOMTree>()); in TEST_P()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/iterators/
H A Dtext_iterator_test.cc126 std::string TextIteratorTest::Iterate( in Iterate() function in blink::text_iterator_test::TextIteratorTest
266 Iterate<FlatTree>()); in TEST_P()
390 EXPECT_EQ("", Iterate<DOMTree>()); in TEST_P()
391 EXPECT_EQ("", Iterate<FlatTree>()); in TEST_P()
404 EXPECT_EQ("[but I am!]", Iterate<DOMTree>()); in TEST_P()
874 EXPECT_EQ("", Iterate<DOMTree>()); in TEST_P()
879 EXPECT_EQ("[a]", Iterate<DOMTree>()); in TEST_P()
884 EXPECT_EQ("[a]", Iterate<DOMTree>()); in TEST_P()
929 EXPECT_EQ("[hey]", Iterate<DOMTree>()); in TEST_P()
1012 EXPECT_EQ("[oo]", Iterate<DOMTree>()); in TEST_P()
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/algorithms/
H A Dla-block-lanczos.h165 struct Iterate;
176 Iterate *_l;
181 struct Iterate { struct
260 void tailDecomp (typename std::list<Iterate *>::iterator l, Iterate *i, const Blackbox &A);
266 void adjust_uip1Abeta (typename std::list<Iterate *>::iterator j,
275 void augmentuidotAv (Iterate *i, Iterate *l, unsigned int rho);
276 void augmentuAvidot (Iterate *i, Iterate *l, unsigned int rho);
279 …void augmentuldotAv (Iterate *l, Iterate *i, std::vector<unsigned int> &profile, unsigned int rho);
282 …void augmentuAvldot (Iterate *l, Iterate *i, std::vector<unsigned int> &profile, unsigned int rho);
288 Iterate *getNextIterate (unsigned int iter);
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_ViewLayoutTiled.hpp58 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
64 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
70 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
76 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
82 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
89 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
96 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
107 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
753 template <typename T, Kokkos::Iterate OuterP, Kokkos::Iterate InnerP,
806 template <typename T, Kokkos::Iterate OuterP, Kokkos::Iterate InnerP,
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_ViewLayoutTiled.hpp58 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
64 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
70 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
76 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
82 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
89 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
96 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
107 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
753 template <typename T, Kokkos::Iterate OuterP, Kokkos::Iterate InnerP,
806 template <typename T, Kokkos::Iterate OuterP, Kokkos::Iterate InnerP,
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_ViewLayoutTiled.hpp58 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
64 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
70 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
76 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
82 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
89 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
96 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
107 template <Kokkos::Iterate OuterP, Kokkos::Iterate InnerP, unsigned ArgN0,
753 template <typename T, Kokkos::Iterate OuterP, Kokkos::Iterate InnerP,
806 template <typename T, Kokkos::Iterate OuterP, Kokkos::Iterate InnerP,
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/devel/kokkos/kokkos-3.4.01/core/src/Cuda/
H A DKokkos_Cuda_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/devel/kokkos/kokkos-3.4.01/core/src/HIP/
H A DKokkos_HIP_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/SYCL/
H A DKokkos_SYCL_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/devel/kokkos/kokkos-3.4.01/core/src/SYCL/
H A DKokkos_SYCL_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/SYCL/
H A DKokkos_SYCL_MDRangePolicy.hpp10 using type = Iterate;
11 static constexpr Iterate value = Iterate::Left;
16 using type = Iterate;
17 static constexpr Iterate value = Iterate::Left;
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Diterate.cc13 constexpr double Iterate::kBarrierMin;
15 Iterate::Iterate(const Model& model) : model_(model) { in Iterate() function in ipx::Iterate
147 void Iterate::make_fixed(Int j) { in make_fixed()
161 void Iterate::make_implied_lb(Int j) { in make_implied_lb()
168 void Iterate::make_implied_ub(Int j) { in make_implied_ub()
175 void Iterate::make_implied_eq(Int j) { in make_implied_eq()
222 bool Iterate::feasible() const { in feasible()
229 bool Iterate::optimal() const { in optimal()
251 void Iterate::Postprocess() { in Postprocess()
446 void Iterate::assert_consistency() { in assert_consistency()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Diterate.cc13 constexpr double Iterate::kBarrierMin;
15 Iterate::Iterate(const Model& model) : model_(model) { in Iterate() function in ipx::Iterate
147 void Iterate::make_fixed(Int j) { in make_fixed()
161 void Iterate::make_implied_lb(Int j) { in make_implied_lb()
168 void Iterate::make_implied_ub(Int j) { in make_implied_ub()
175 void Iterate::make_implied_eq(Int j) { in make_implied_eq()
222 bool Iterate::feasible() const { in feasible()
229 bool Iterate::optimal() const { in optimal()
251 void Iterate::Postprocess() { in Postprocess()
448 void Iterate::assert_consistency() { in assert_consistency()
[all …]

12345678910>>...175