Home
last modified time | relevance | path

Searched refs:It (Results 1 – 25 of 18574) sorted by relevance

12345678910>>...743

/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/scenes/advanced/ntreal/
H A Dntreal.inc15 object { It rotate 2.25*y translate 0.00*y }
16 object { It rotate 4.50*y translate 0.05*y }
17 object { It rotate 6.75*y translate 0.10*y }
18 object { It rotate 9.00*y translate 0.15*y }
19 object { It rotate 11.25*y translate 0.20*y }
20 object { It rotate 13.50*y translate 0.25*y }
21 object { It rotate 15.75*y translate 0.30*y }
22 object { It rotate 18.00*y translate 0.35*y }
23 object { It rotate 20.25*y translate 0.40*y }
24 object { It rotate 22.50*y translate 0.45*y }
[all …]
/dports/graphics/povray37/povray-3.7.0.10/distribution/scenes/advanced/ntreal/
H A Dntreal.inc15 object { It rotate 2.25*y translate 0.00*y }
16 object { It rotate 4.50*y translate 0.05*y }
17 object { It rotate 6.75*y translate 0.10*y }
18 object { It rotate 9.00*y translate 0.15*y }
19 object { It rotate 11.25*y translate 0.20*y }
20 object { It rotate 13.50*y translate 0.25*y }
21 object { It rotate 15.75*y translate 0.30*y }
22 object { It rotate 18.00*y translate 0.35*y }
23 object { It rotate 20.25*y translate 0.40*y }
24 object { It rotate 22.50*y translate 0.45*y }
[all …]
/dports/graphics/povray36/povray-3.6.1/scenes/advanced/ntreal/
H A Dntreal.inc10 object { It rotate 2.25*y translate 0.00*y }
11 object { It rotate 4.50*y translate 0.05*y }
12 object { It rotate 6.75*y translate 0.10*y }
13 object { It rotate 9.00*y translate 0.15*y }
14 object { It rotate 11.25*y translate 0.20*y }
15 object { It rotate 13.50*y translate 0.25*y }
16 object { It rotate 15.75*y translate 0.30*y }
17 object { It rotate 18.00*y translate 0.35*y }
18 object { It rotate 20.25*y translate 0.40*y }
19 object { It rotate 22.50*y translate 0.45*y }
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/test/iterator/
H A Dreverse_iterator.cpp50 template<class It> void test5(It l, It r, bool x) { in test5()
56 template<class It> void test6(It i, It x) { in test6()
63 template<class It> void test7(It i, It x) { in test7()
71 void test8(It i, ranges::iter_difference_t<It> n, It x) { in test8()
85 template<class It> void test10(It i, It x) { in test10()
91 template<class It> void test11(It i, It x) { in test11()
133 template<class It> void test16(It l, It r, bool x) { in test16()
145 template<class It> void test18(It l, It r, bool x) { in test18()
151 template<class It> void test19(It l, It r, bool x) { in test19()
165 template<class It> void test21(It l, It r, bool x) { in test21()
[all …]
/dports/devel/range-v3/range-v3-0.11.0/test/iterator/
H A Dreverse_iterator.cpp50 template<class It> void test5(It l, It r, bool x) { in test5()
56 template<class It> void test6(It i, It x) { in test6()
63 template<class It> void test7(It i, It x) { in test7()
71 void test8(It i, ranges::iter_difference_t<It> n, It x) { in test8()
85 template<class It> void test10(It i, It x) { in test10()
91 template<class It> void test11(It i, It x) { in test11()
133 template<class It> void test16(It l, It r, bool x) { in test16()
145 template<class It> void test18(It l, It r, bool x) { in test18()
151 template<class It> void test19(It l, It r, bool x) { in test19()
165 template<class It> void test21(It l, It r, bool x) { in test21()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/external_codes/mpi_wrapper/mpi3/detail/
H A Diterator_traits.hpp18 template<class It>
67 template<class It, typename = std::enable_if_t<has_data<It>{}>>
69 template<class It, class = decltype(data(It{}.base())), class = decltype(It{}.stride()), class = st…
72 template<class It>
76 template<class It>
79 template<class It> struct forward_iterator : just_t<It>{
89 template<class It>
94 template<class It>
99 template<class It>
104 template<class It>
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/ableton/discovery/
H A DNetworkByteStreamSerializable.hpp74 static std::pair<T, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
96 It copyToByteStream(T t, It out) in copyToByteStream()
104 std::pair<T, It> copyFromByteStream(It begin, const It end) in copyFromByteStream()
138 static std::pair<uint8_t, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
155 static std::pair<uint16_t, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
174 static std::pair<uint32_t, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
193 static std::pair<int32_t, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
212 static std::pair<uint64_t, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
231 static std::pair<int64_t, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
255 static std::pair<bool, It> fromNetworkByteStream(It begin, It end) in fromNetworkByteStream()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/include/ableton/discovery/
H A DNetworkByteStreamSerializable.hpp74 static std::pair<T, It> fromNetworkByteStream(It begin, It end)
96 It copyToByteStream(T t, It out)
104 std::pair<T, It> copyFromByteStream(It begin, const It end)
138 static std::pair<uint8_t, It> fromNetworkByteStream(It begin, It end)
155 static std::pair<uint16_t, It> fromNetworkByteStream(It begin, It end)
174 static std::pair<uint32_t, It> fromNetworkByteStream(It begin, It end)
193 static std::pair<int32_t, It> fromNetworkByteStream(It begin, It end)
212 static std::pair<uint64_t, It> fromNetworkByteStream(It begin, It end)
231 static std::pair<int64_t, It> fromNetworkByteStream(It begin, It end)
255 static std::pair<bool, It> fromNetworkByteStream(It begin, It end)
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/synth/
H A Dnetlists-iterators.adb39 pragma Unreferenced (It);
47 pragma Unreferenced (It);
55 pragma Unreferenced (It);
65 Num => Get_Nbr_Inputs (It.M) + Get_Nbr_Outputs (It.M));
71 pragma Unreferenced (It);
80 pragma Unreferenced (It);
88 pragma Unreferenced (It);
112 pragma Unreferenced (It);
121 pragma Unreferenced (It);
146 pragma Unreferenced (It);
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/index/detail/
H A Dminmax_heap.hpp151 inline void push_heap2(It first, diff_t<It> c, val_t<It> val, Compare comp) in push_heap2()
168 inline void push_heap1(It first, diff_t<It> c, val_t<It> val, Compare comp) in push_heap1()
183 inline void push_heap(It first, It last, Compare comp) in push_heap()
205 inline diff_t<It> pick_grandchild4(It first, diff_t<It> f, Compare comp) in pick_grandchild4()
228 inline void pop_heap1(It first, diff_t<It> p, diff_t<It> size, val_t<It> val, Compare comp) in pop_heap1()
306 inline void pop_heap(It first, It el, It last, Compare comp) in pop_heap()
418 inline It bottom_heap(It first, It last, Compare comp) in bottom_heap()
437 inline void push_minmax_heap(It first, It last) in push_minmax_heap()
451 inline void pop_top_minmax_heap(It first, It last) in pop_top_minmax_heap()
482 inline void make_minmax_heap(It first, It last) in make_minmax_heap()
[all …]
H A Dmaxmin_heap.hpp18 inline void push_maxmin_heap(It first, It last, Compare comp) in push_maxmin_heap()
25 inline void push_maxmin_heap(It first, It last) in push_maxmin_heap()
32 inline void pop_top_maxmin_heap(It first, It last, Compare comp) in pop_top_maxmin_heap()
39 inline void pop_top_maxmin_heap(It first, It last) in pop_top_maxmin_heap()
46 inline void pop_bottom_maxmin_heap(It first, It last, Compare comp) in pop_bottom_maxmin_heap()
54 inline void pop_bottom_maxmin_heap(It first, It last) in pop_bottom_maxmin_heap()
63 inline void make_maxmin_heap(It first, It last, Compare comp) in make_maxmin_heap()
70 inline void make_maxmin_heap(It first, It last) in make_maxmin_heap()
77 inline bool is_maxmin_heap(It first, It last, Compare comp) in is_maxmin_heap()
84 inline bool is_maxmin_heap(It first, It last) in is_maxmin_heap()
[all …]
/dports/devel/adabooch/bc-20160321/src/
H A Dbc-graphs-directed.adb255 It.Index := It.For_The_Graph.Rep;
262 It.Index := It.Index.Next;
279 It.Index.Count := It.Index.Count + 1;
304 It.Index.Count := It.Index.Count + 1;
323 while It.Index /= null and then (It.Index.From = It.Index.To) loop
337 It.Index := It.Index.Next_Outgoing;
342 while It.Index /= null and then (It.Index.From = It.Index.To) loop
347 It.Index := It.Index.Next_Incoming;
349 while It.Index /= null and then (It.Index.From = It.Index.To) loop
373 It.Index := It.Index.Next_Outgoing;
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DHalfedgeDS_iterator.h45 explicit I_HalfedgeDS_facet_circ( It i) : It(i) {} in I_HalfedgeDS_facet_circ()
57 return It::operator==( It());
117 return It::operator==( It());
186 _HalfedgeDS_facet_circ( It i) : It(i) {}
196 return It::operator==( It(nullptr));
246 _HalfedgeDS_facet_const_circ( It i) : It(i) {}
260 return It::operator==( It(nullptr));
311 _HalfedgeDS_vertex_circ( It i) : It(i) {}
321 return It::operator==( It(nullptr));
372 _HalfedgeDS_vertex_const_circ( It i) : It(i) {}
[all …]
/dports/x11-fonts/nerd-fonts/nerd-fonts-2.1.0/patched-fonts/Hasklig/Italic/
H A Dreadme.md1616 ./font-patcher Hasklig-It.otf --windows --octicons
1742 ./font-patcher Hasklig-It.otf --windows --weather
1744 ./font-patcher Hasklig-It.otf --windows
2000 ./font-patcher Hasklig-It.otf --fontawesome
2128 ./font-patcher Hasklig-It.otf --octicons
2192 ./font-patcher Hasklig-It.otf --fontlinux
2224 ./font-patcher Hasklig-It.otf --pomicons
2240 ./font-patcher Hasklig-It.otf --powerlineextra
2252 ./font-patcher Hasklig-It.otf --powersymbols
2254 ./font-patcher Hasklig-It.otf --weather
[all …]
/dports/x11-fonts/nerd-fonts/nerd-fonts-2.1.0/patched-fonts/SourceCodePro/Italic/
H A Dreadme.md1505 ./font-patcher SourceCodePro-It.ttf --windows --octicons
1631 ./font-patcher SourceCodePro-It.ttf --windows --weather
1633 ./font-patcher SourceCodePro-It.ttf --windows
1889 ./font-patcher SourceCodePro-It.ttf --fontawesome
2017 ./font-patcher SourceCodePro-It.ttf --octicons
2081 ./font-patcher SourceCodePro-It.ttf --fontlinux
2113 ./font-patcher SourceCodePro-It.ttf --pomicons
2129 ./font-patcher SourceCodePro-It.ttf --powerlineextra
2141 ./font-patcher SourceCodePro-It.ttf --powersymbols
2143 ./font-patcher SourceCodePro-It.ttf --weather
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h18 template <class It>
21 It it_;
42 template <class It>
45 It it_;
69 It it_;
93 It it_;
125 It it_;
163 It it_;
189 It it_;
237 It it_;
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h18 template <class It>
21 It it_;
42 template <class It>
45 It it_;
69 It it_;
93 It it_;
125 It it_;
163 It it_;
189 It it_;
237 It it_;
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h18 template <class It>
21 It it_;
42 template <class It>
45 It it_;
69 It it_;
93 It it_;
125 It it_;
163 It it_;
189 It it_;
237 It it_;
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/iterators/predef.iterators/iterators.common/
H A Dtypes.h18 template <class It>
21 It it_;
42 template <class It>
45 It it_;
69 It it_;
93 It it_;
125 It it_;
163 It it_;
189 It it_;
237 It it_;
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/cmd/
H A Dopts_test.go833 It("has --state", func() {
839 It("has --recreate", func() {
851 It("has --skip-drain", func() {
887 It("has --state", func() {
893 It("has --skip-drain", func() {
1335 It("has Args", func() {
1339 It("has Path", func() {
1345 It("has VarErrors", func() {
1691 It("has --version", func() {
1697 It("has --name", func() {
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-extra.cpp415 It != E; ++It) { in keywordConflict()
649 for (T::iterator It = Tt.begin(); It != Tt.end(); ++It) { in f() local
665 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
680 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
687 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
694 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
701 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
709 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
716 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
732 It != V.end(); ++It) { in f()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-extra.cpp415 It != E; ++It) { in keywordConflict()
649 for (T::iterator It = Tt.begin(); It != Tt.end(); ++It) { in f() local
665 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
680 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
687 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
694 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
701 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
709 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
716 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
732 It != V.end(); ++It) { in f()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-extra.cpp415 It != E; ++It) { in keywordConflict()
649 for (T::iterator It = Tt.begin(); It != Tt.end(); ++It) { in f() local
665 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
680 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
687 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
694 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
701 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
709 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
716 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
732 It != V.end(); ++It) { in f()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-extra.cpp415 It != E; ++It) { in keywordConflict()
649 for (T::iterator It = Tt.begin(); It != Tt.end(); ++It) { in f() local
665 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
680 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
687 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
694 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
701 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
709 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
716 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
732 It != V.end(); ++It) { in f()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-loop-convert-extra.cpp415 It != E; ++It) { in keywordConflict()
649 for (T::iterator It = Tt.begin(); It != Tt.end(); ++It) { in f() local
665 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
680 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
687 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
694 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
701 for (S::iterator It = Ss.begin(); It != Ss.end(); ++It) { in f() local
709 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
716 for (U::iterator It = Uu.begin(); It != Uu.end(); ++It) { in f() local
732 It != V.end(); ++It) { in f()
[all …]

12345678910>>...743