Home
last modified time | relevance | path

Searched refs:unite (Results 1 – 25 of 1822) sorted by relevance

12345678910>>...73

/dports/math/libsemigroups/libsemigroups-1.3.7/tests/
H A Dtest-uf.cpp57 uf.unite(2, 3);
58 uf.unite(6, 3);
59 uf.unite(6, 7);
154 uf.unite(0, 1);
155 uf.unite(4, 2);
156 uf.unite(3, 1);
160 uf.unite(8, 9);
178 uf.unite(8, 8);
211 uf.unite(0, 1);
212 uf.unite(4, 2);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/modules/dons/
H A Dhtml_cerfafr.modules.php271 $unite = array();
282 $unite[1] = $valeur_entiere % 10;
300 $prim[$i] = $chif[$unite[$i]];
305 if ($unite[$i] == 1) {
313 if ($unite[$i] == 1) {
321 if ($unite[$i] == 1) {
329 if ($unite[$i] == 1) {
337 if ($unite[$i] == 1) {
345 if ($unite[$i] == 1) {
353 if ($unite[$i] == 1) {
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/modules/dons/
H A Dhtml_cerfafr.modules.php270 $unite = array();
287 $unite[1] = $valeur_entiere % 10;
305 $prim[$i] = $chif[$unite[$i]];
310 if ($unite[$i] == 1) {
318 if ($unite[$i] == 1) {
326 if ($unite[$i] == 1) {
334 if ($unite[$i] == 1) {
342 if ($unite[$i] == 1) {
350 if ($unite[$i] == 1) {
358 if ($unite[$i] == 1) {
[all …]
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/project/boards/drc/
H A Dboardclipperpathgenerator.cpp71 ClipperHelpers::unite( in addBoardOutline()
87 ClipperHelpers::unite(mPaths, in addBoardOutline()
102 ClipperHelpers::unite(mPaths, in addHoles()
118 ClipperHelpers::unite(mPaths, in addHoles()
137 ClipperHelpers::unite(mPaths, in addCopper()
145 ClipperHelpers::unite( in addCopper()
165 ClipperHelpers::unite(mPaths, in addCopper()
178 ClipperHelpers::unite(mPaths, in addCopper()
273 ClipperHelpers::unite( in addCopper()
290 ClipperHelpers::unite( in addCopper()
[all …]
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dtest-uf.cpp112 uf.unite(8, 8);
117 uf.unite(11, 8);
122 uf.unite(11, 0);
153 uf.unite(1, 7);
196 uf.unite(2, 4);
197 uf.unite(4, 9);
198 uf.unite(1, 7);
214 uf1.unite(2, 4);
215 uf1.unite(4, 9);
216 uf1.unite(1, 7);
[all …]
/dports/devel/R-cran-tidyr/tidyr/man/
H A Dunite.Rd2 % Please edit documentation in R/unite.R
3 \name{unite}
4 \alias{unite}
7 unite(data, col, ..., sep = "_", remove = TRUE, na.rm = FALSE)
21 \item{...}{<\code{\link[=tidyr_tidy_select]{tidy-select}}> Columns to unite}
37 df \%>\% unite("z", x:y, remove = FALSE)
39 df \%>\% unite("z", x:y, na.rm = TRUE, remove = FALSE)
41 # Separate is almost the complement of unite
43 unite("xy", x:y) \%>\%
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DGapRects.h35 void uniteLeft(const IntRect& r) { m_left.unite(r); } in uniteLeft()
36 void uniteCenter(const IntRect& r) { m_center.unite(r); } in uniteCenter()
37 void uniteRight(const IntRect& r) { m_right.unite(r); } in uniteRight()
38 …void unite(const GapRects& o) { uniteLeft(o.left()); uniteCenter(o.center()); uniteRight(o.right()… in unite() function
43 result.unite(m_center); in IntRect()
44 result.unite(m_right); in IntRect()
/dports/devel/R-cran-tidyr/tidyr/tests/testthat/
H A Dtest-unite.R3 out <- unite(df, z, x:y)
10 out <- unite(df, x, x:y)
17 rs <- df %>% unite(x, x)
25 rs <- df %>% unite(gx, g, x)
32 expect_equal(unite(df, "z"), tibble(z = "a_b"))
37 out <- unite(df, "z", x:y, na.rm = TRUE)
44 unite(df, "out", any_of(vars), na.rm = TRUE)$out
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/util/
H A Dalgorithm.h25 auto unite(ForwardIt first, ForwardIt last) in unite() function
39 result.unite(*first); in unite()
43 result.unite(*first); in unite()
52 QSet<T> unite(std::vector<QSet<T>>&& sets) in unite() function
54 return unite(std::make_move_iterator(sets.begin()), in unite()
/dports/math/cgal/CGAL-5.3/include/CGAL/Minkowski_sum_2/
H A DOffset_conv_2.h92 Union_2 unite; in operator() local
94 off_holes = unite (cycle.begin(), cycle.end(), in operator()
147 Union_2 unite; in operator() local
149 off_holes = unite (cycle.begin(), cycle.end(), in operator()
185 Union_2 unite; in inset() local
187 oi = unite.inverse (cycle.begin(), cycle.end(), in inset()
/dports/math/py-brial/BRiAl-1.2.10/groebner/src/
H A Dinterpolate.cc74 standards=standards.unite(random_interpolation(points,points_vec,bit_gen)); in variety_lex_leading_terms()
206 MonomialSet to_zerou=to_zero1.unite(to_zero0); in interpolate_smallest_lex()
207 MonomialSet to_oneu=to_one1.unite(to_one0); in interpolate_smallest_lex()
214 MonomialSet united0=to_zero0.unite(to_one0); in interpolate_smallest_lex()
224 …_smallest_lex(to_zero1.intersect(to_zero0).unite(to_one1.intersect(to_one0)),to_one1.intersect(to_… in interpolate_smallest_lex()
227 MonomialSet not_affected=to_zero1_not_in0.unite(to_one1_not_in0); in interpolate_smallest_lex()
229 …Polynomial p0=interpolate_smallest_lex(to_zero0.unite(not_affected.intersect(to_zero1_not_in0)).un… in interpolate_smallest_lex()
230 …to_one0.unite(not_affected.intersect(to_one1_not_in0)).unite(to_zero1_not_in0.diff(not_affected))); in interpolate_smallest_lex()
252 MonomialSet r0=include_divisors(cache_mgr.generate(eb)).unite(itb); in include_divisors()
/dports/math/brial/BRiAl-1.2.10/groebner/src/
H A Dinterpolate.cc74 standards=standards.unite(random_interpolation(points,points_vec,bit_gen)); in variety_lex_leading_terms()
206 MonomialSet to_zerou=to_zero1.unite(to_zero0); in interpolate_smallest_lex()
207 MonomialSet to_oneu=to_one1.unite(to_one0); in interpolate_smallest_lex()
214 MonomialSet united0=to_zero0.unite(to_one0); in interpolate_smallest_lex()
224 …_smallest_lex(to_zero1.intersect(to_zero0).unite(to_one1.intersect(to_one0)),to_one1.intersect(to_… in interpolate_smallest_lex()
227 MonomialSet not_affected=to_zero1_not_in0.unite(to_one1_not_in0); in interpolate_smallest_lex()
229 …Polynomial p0=interpolate_smallest_lex(to_zero0.unite(not_affected.intersect(to_zero1_not_in0)).un… in interpolate_smallest_lex()
230 …to_one0.unite(not_affected.intersect(to_one1_not_in0)).unite(to_zero1_not_in0.diff(not_affected))); in interpolate_smallest_lex()
252 MonomialSet r0=include_divisors(cache_mgr.generate(eb)).unite(itb); in include_divisors()
/dports/cad/opencascade/opencascade-7.6.0/src/Units/
H A DUnits_UnitsDictionary.cxx227 char unite[52], symbol[28], convert[28], unit2[28]; in Creates() local
228 memset(unite, 0x00,sizeof(unite)); in Creates()
233 sscanf (aLine.ToCString(), "%51c%27c%27c%27c", unite, symbol, convert, unit2); in Creates()
235 strrightadjust (unite); in Creates()
239 if (! unite[0] && ! symbol[0] && ! convert[0] && ! unit2[0]) in Creates()
248 if(unite[0]) { in Creates()
250 shiftedunit = new Units_ShiftedUnit(unite); in Creates()
258 if(unite[0]) { in Creates()
260 unit = new Units_Unit(unite); in Creates()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/utils/
H A DUnionFindTest.cpp53 union_find.unite(a, b); in TEST_F()
69 union_find.unite(a, b); in TEST_F()
70 union_find.unite(b, c); in TEST_F()
92 union_find.unite(a, b); in TEST_F()
93 union_find.unite(c, d); in TEST_F()
104 union_find.unite(a, c); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/lib/Transform/
H A DZoneAlgo.cpp257 Result = Result.unite(Map); in filterKnownValInst()
340 AllElts = AllElts.unite(ArrayElts); in collectIncompatibleElts()
357 Loads = Loads.unite(AccRel); in collectIncompatibleElts()
387 Stores = Stores.unite(AccRel); in collectIncompatibleElts()
398 AllReads = AllReads.unite(AccRel); in addArrayReadAccess()
456 AllMustWrites = AllMustWrites.unite(AccRel); in addArrayWriteAccess()
459 AllMayWrites = AllMayWrites.unite(AccRel); in addArrayWriteAccess()
859 Result = Result.unite(Map); in normalizeValInst()
868 Result = Result.unite(Map); in normalizeValInst()
874 Result = Result.unite(Mapped); in normalizeValInst()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp256 Result = Result.unite(Map); in filterKnownValInst()
339 AllElts = AllElts.unite(ArrayElts); in collectIncompatibleElts()
356 Loads = Loads.unite(AccRel); in collectIncompatibleElts()
386 Stores = Stores.unite(AccRel); in collectIncompatibleElts()
397 AllReads = AllReads.unite(AccRel); in addArrayReadAccess()
455 AllMustWrites = AllMustWrites.unite(AccRel); in addArrayWriteAccess()
458 AllMayWrites = AllMayWrites.unite(AccRel); in addArrayWriteAccess()
856 Result = Result.unite(Map); in normalizeValInst()
865 Result = Result.unite(Map); in normalizeValInst()
871 Result = Result.unite(Mapped); in normalizeValInst()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp256 Result = Result.unite(Map); in filterKnownValInst()
339 AllElts = AllElts.unite(ArrayElts); in collectIncompatibleElts()
356 Loads = Loads.unite(AccRel); in collectIncompatibleElts()
386 Stores = Stores.unite(AccRel); in collectIncompatibleElts()
397 AllReads = AllReads.unite(AccRel); in addArrayReadAccess()
455 AllMustWrites = AllMustWrites.unite(AccRel); in addArrayWriteAccess()
458 AllMayWrites = AllMayWrites.unite(AccRel); in addArrayWriteAccess()
856 Result = Result.unite(Map); in normalizeValInst()
865 Result = Result.unite(Map); in normalizeValInst()
871 Result = Result.unite(Mapped); in normalizeValInst()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/lib/Transform/
H A DZoneAlgo.cpp256 Result = Result.unite(Map); in filterKnownValInst()
339 AllElts = AllElts.unite(ArrayElts); in collectIncompatibleElts()
356 Loads = Loads.unite(AccRel); in collectIncompatibleElts()
386 Stores = Stores.unite(AccRel); in collectIncompatibleElts()
397 AllReads = AllReads.unite(AccRel); in addArrayReadAccess()
455 AllMustWrites = AllMustWrites.unite(AccRel); in addArrayWriteAccess()
458 AllMayWrites = AllMayWrites.unite(AccRel); in addArrayWriteAccess()
856 Result = Result.unite(Map); in normalizeValInst()
865 Result = Result.unite(Map); in normalizeValInst()
871 Result = Result.unite(Mapped); in normalizeValInst()
[all …]
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/dynamic/
H A DTestTrackSet.cpp93 set.unite( testUids ); in testUnite()
101 set.unite( testUids2 ); in testUnite()
111 set2.unite( testUids3 ); in testUnite()
113 set.unite( set2 ); in testUnite()
146 set2.unite( testUids3 ); in testIntersect()
181 set2.unite( testUids3 ); in testSubtract()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/polly/unittests/DeLICM/
H A DDeLICMTest.cpp30 Result = Result.unite(Universe); in unionSpace()
56 Known = Known.unite(Map); in completeLifetime()
101 Universe = Universe.unite(ExistingOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
103 Universe = Universe.unite(ExistingUnused); in checkIsConflictingNonsymmetricCommon()
105 Universe = Universe.unite(ExistingWritten.domain()); in checkIsConflictingNonsymmetricCommon()
107 Universe = Universe.unite(ProposedOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
109 Universe = Universe.unite(ProposedUnused); in checkIsConflictingNonsymmetricCommon()
111 Universe = Universe.unite(ProposedWritten.domain()); in checkIsConflictingNonsymmetricCommon()
123 Universe = Universe.unite(NewSet); in checkIsConflictingNonsymmetricCommon()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp30 Result = Result.unite(Universe); in unionSpace()
56 Known = Known.unite(Map); in completeLifetime()
101 Universe = Universe.unite(ExistingOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
103 Universe = Universe.unite(ExistingUnused); in checkIsConflictingNonsymmetricCommon()
105 Universe = Universe.unite(ExistingWritten.domain()); in checkIsConflictingNonsymmetricCommon()
107 Universe = Universe.unite(ProposedOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
109 Universe = Universe.unite(ProposedUnused); in checkIsConflictingNonsymmetricCommon()
111 Universe = Universe.unite(ProposedWritten.domain()); in checkIsConflictingNonsymmetricCommon()
123 Universe = Universe.unite(NewSet); in checkIsConflictingNonsymmetricCommon()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp30 Result = Result.unite(Universe); in unionSpace()
56 Known = Known.unite(Map); in completeLifetime()
101 Universe = Universe.unite(ExistingOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
103 Universe = Universe.unite(ExistingUnused); in checkIsConflictingNonsymmetricCommon()
105 Universe = Universe.unite(ExistingWritten.domain()); in checkIsConflictingNonsymmetricCommon()
107 Universe = Universe.unite(ProposedOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
109 Universe = Universe.unite(ProposedUnused); in checkIsConflictingNonsymmetricCommon()
111 Universe = Universe.unite(ProposedWritten.domain()); in checkIsConflictingNonsymmetricCommon()
123 Universe = Universe.unite(NewSet); in checkIsConflictingNonsymmetricCommon()
/dports/devel/llvm13/llvm-project-13.0.1.src/polly/unittests/DeLICM/
H A DDeLICMTest.cpp30 Result = Result.unite(Universe); in unionSpace()
56 Known = Known.unite(Map); in completeLifetime()
101 Universe = Universe.unite(ExistingOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
103 Universe = Universe.unite(ExistingUnused); in checkIsConflictingNonsymmetricCommon()
105 Universe = Universe.unite(ExistingWritten.domain()); in checkIsConflictingNonsymmetricCommon()
107 Universe = Universe.unite(ProposedOccupiedAndKnown.domain()); in checkIsConflictingNonsymmetricCommon()
109 Universe = Universe.unite(ProposedUnused); in checkIsConflictingNonsymmetricCommon()
111 Universe = Universe.unite(ProposedWritten.domain()); in checkIsConflictingNonsymmetricCommon()
123 Universe = Universe.unite(NewSet); in checkIsConflictingNonsymmetricCommon()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DNef_nary_union_3.h35 void unite() { in unite() function
50 unite(); in add_polyhedron()
58 unite(); in get_union()
/dports/net/kimap/kimap-21.12.3/autotests/
H A Dfetchjobtest.cpp49 m_uids.unite(uids); in onHeadersReceived()
50 m_sizes.unite(sizes); in onHeadersReceived()
51 m_flags.unite(flags); in onHeadersReceived()
52 m_messages.unite(messages); in onHeadersReceived()
53 m_attrs.unite(attrs); in onHeadersReceived()
62 m_uids.unite(uids); in onMessagesReceived()
63 m_messages.unite(messages); in onMessagesReceived()
64 m_attrs.unite(attrs); in onMessagesReceived()
73 m_attrs.unite(attrs); in onPartsReceived()
74 m_parts.unite(parts); in onPartsReceived()
[all …]

12345678910>>...73