Home
last modified time | relevance | path

Searched refs:overlapping (Results 1 – 25 of 6323) sorted by relevance

12345678910>>...253

/dports/polish/kadu/kadu-4.3/kadu-core/misc/
H A Dfind-overlaping-region.test.cpp50 QCOMPARE(overlapping.first, begin(left)); in shouldFindWholeRegionWhenBothRangesEmpty()
51 QCOMPARE(overlapping.first, end(left)); in shouldFindWholeRegionWhenBothRangesEmpty()
53 QCOMPARE(overlapping.second, end(right)); in shouldFindWholeRegionWhenBothRangesEmpty()
62 QCOMPARE(overlapping.first, begin(left)); in shouldFindNoRegionWhenFirstRangeEmpty()
63 QCOMPARE(overlapping.first, end(left)); in shouldFindNoRegionWhenFirstRangeEmpty()
73 QCOMPARE(overlapping.first, end(left)); in shouldFindNoRegionWhenSecondRangeEmpty()
75 QCOMPARE(overlapping.second, end(right)); in shouldFindNoRegionWhenSecondRangeEmpty()
104 QCOMPARE(overlapping.first, end(left)); in shouldFindNoRangeWhenFirstSuffixOfSecond()
124 QCOMPARE(overlapping.first, end(left)); in shouldFindNoRangeWhenSecondPrefixOfFirst()
144 QCOMPARE(overlapping.first, end(left)); in shouldFindNoRegionWhenTotallyDifferent()
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/tests/
H A DcanvRect.test203 [.c find overlapping 20 50 39 60] \
204 [.c find overlapping 20 50 70 60] \
205 [.c find overlapping 61 50 70 60] \
206 [.c find overlapping 62 50 70 60]
210 [.c find overlapping 45 20 55 44] \
211 [.c find overlapping 45 20 55 80] \
212 [.c find overlapping 45 71 55 80] \
213 [.c find overlapping 45 72 55 80]
216 list [.c find overlapping 5 25 9.9 30] [.c find overlapping 5 25 10.1 30]
223 [.c find overlapping 102 152 118 169]
[all …]
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/test/
H A Dsolverfactorytest.ini164 [overlapping] section
167 [overlapping.CGWithRichardson] argument
177 [overlapping.CGWithSSOR]
186 [overlapping.CGWithJac]
195 [overlapping.CGWithILDL]
204 [overlapping.CGWithAMG]
215 [overlapping.BiCGStagWithILU]
224 [overlapping.LoopSolverWithSSOR]
251 [overlapping.GMRESWithSSOR]
290 [overlapping.CompleteFCGWithSSOR]
[all …]
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/tests/testing_quest/data/maps/bugs/
H A D748_entity_overlaps_collision_modes.lua38 overlapping = true,
45 overlapping = true,
65 overlapping = true,
73 overlapping = true,
82 overlapping = true,
89 overlapping = true,
/dports/x11-toolkits/tk86/tk8.6.12/tests/
H A DcanvRect.test300 [expr {[.c find overlapping 20 50 39 60] eq $yId}] \
301 [expr {[.c find overlapping 20 50 70 60] eq $yId}] \
302 [expr {[.c find overlapping 61 50 70 60] eq $yId}] \
303 [expr {[.c find overlapping 62 50 70 60] eq {}}]
312 [expr {[.c find overlapping 45 20 55 44] eq $yId}] \
313 [expr {[.c find overlapping 45 20 55 80] eq $yId}] \
314 [expr {[.c find overlapping 45 71 55 80] eq $yId}] \
315 [expr {[.c find overlapping 45 72 55 80] eq {}}]
324 [expr {[.c find overlapping 5 25 10.1 30] eq $xId}]
377 [expr {[.c find overlapping 202 120 300 130] eq {}}]
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/tests/
H A DcanvRect.test300 [expr {[.c find overlapping 20 50 39 60] eq $yId}] \
301 [expr {[.c find overlapping 20 50 70 60] eq $yId}] \
302 [expr {[.c find overlapping 61 50 70 60] eq $yId}] \
303 [expr {[.c find overlapping 62 50 70 60] eq {}}]
312 [expr {[.c find overlapping 45 20 55 44] eq $yId}] \
313 [expr {[.c find overlapping 45 20 55 80] eq $yId}] \
314 [expr {[.c find overlapping 45 71 55 80] eq $yId}] \
315 [expr {[.c find overlapping 45 72 55 80] eq {}}]
324 [expr {[.c find overlapping 5 25 10.1 30] eq $xId}]
377 [expr {[.c find overlapping 202 120 300 130] eq {}}]
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/lang/clover/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/mesa/swrast/
H A Ds_copypix.c94 GLint overlapping; in copy_rgba_pixels() local
130 if (overlapping) { in copy_rgba_pixels()
156 if (overlapping) { in copy_rgba_pixels()
187 if (overlapping) in copy_rgba_pixels()
242 GLint overlapping; in copy_depth_pixels() local
276 if (overlapping) { in copy_depth_pixels()
303 if (overlapping) { in copy_depth_pixels()
327 if (overlapping) in copy_depth_pixels()
344 GLint overlapping; in copy_stencil_pixels() local
373 if (overlapping) { in copy_stencil_pixels()
[all …]
/dports/polish/kadu/kadu-4.3/kadu-core/gui/widgets/webkit-messages-view/
H A Dwebkit-messages-view-removing-display.cpp37 …auto overlapping = find_overlapping_region(begin(m_currentMessages), end(m_currentMessages), begin… in displayMessages() local
42 if (end(m_currentMessages) == overlapping.first) in displayMessages()
44 else if (begin(m_currentMessages) != overlapping.first) in displayMessages()
46 auto toRemove = std::distance(begin(m_currentMessages), overlapping.first); in displayMessages()
53 …appendMessagesRange(overlapping.second, end(messages), previousMessage, MessageRenderHeaderBehavio… in displayMessages()
/dports/math/octave-forge-interval/interval-3.2.0/inst/@infsup/
H A Dsinrev.m95 u(select_u & overlapping) = ...
96 min (result.sup(select_u & overlapping), ...
97 arcsineshifted.sup(select_u & overlapping));
99 m(select_u & ~overlapping) = ...
101 idx.subs = {(select_u & ~overlapping & rem (n, 2) == 0)};
104 idx.subs = {(select_u & ~overlapping & rem (n, 2) ~= 0)};
124 l(select_l & overlapping) = ...
125 max (result.inf(select_l & overlapping), ...
126 arcsineshifted.inf(select_l & overlapping));
128 m(select_l & ~overlapping) = ...
[all …]
H A Dcosrev.m96 u(select_u & overlapping) = ...
97 min (result.sup(select_u & overlapping), ...
98 arccosineshifted.sup(select_u & overlapping));
100 m(select_u & ~overlapping) = ...
102 idx.subs = {(select_u & ~overlapping & rem (n, 2) == 0)};
105 idx.subs = {(select_u & ~overlapping & rem (n, 2) ~= 0)};
126 l(select_l & overlapping) = ...
127 max (result.inf(select_l & overlapping), ...
128 arccosineshifted.inf(select_l & overlapping));
130 m(select_l & ~overlapping) = ...
[all …]
H A Dtanrev.m91 u(select_u & overlapping) = ...
92 min (result.sup(select_u & overlapping), ...
93 arctangentshifted.sup(select_u & overlapping));
94 n(select_u & ~overlapping) = ...
96 idx.subs = {(select_u & ~overlapping)};
112 l(select_l & overlapping) = ...
113 max (result.inf (select_l & overlapping), ...
114 arctangentshifted.inf(select_l & overlapping));
115 n(select_l & ~overlapping) = ...
116 mpfr_function_d ('plus', -inf, n(select_l & ~overlapping), 1);
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/trace/
H A Dpprof.go181 if overlapping > 0 {
185 rec.time += overlapping.Nanoseconds()
209 if overlapping > 0 {
213 rec.time += overlapping.Nanoseconds()
228 if overlapping > 0 {
232 rec.time += overlapping.Nanoseconds()
249 if overlapping > 0 {
253 rec.time += overlapping.Nanoseconds()
272 var overlapping time.Duration
275 overlapping += o
[all …]
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/trace/
H A Dpprof.go182 if overlapping > 0 {
186 rec.time += overlapping.Nanoseconds()
210 if overlapping > 0 {
214 rec.time += overlapping.Nanoseconds()
229 if overlapping > 0 {
233 rec.time += overlapping.Nanoseconds()
250 if overlapping > 0 {
254 rec.time += overlapping.Nanoseconds()
273 var overlapping time.Duration
276 overlapping += o
[all …]
/dports/science/simbody/simbody-Simbody-3.7/Simbody/include/simbody/internal/
H A DCompliantContactSubsystem.h658 const Contact& overlapping,
670 const Contact& overlapping,
705 const Contact& overlapping,
711 const Contact& overlapping,
735 const Contact& overlapping,
741 const Contact& overlapping,
763 const Contact& overlapping,
769 const Contact& overlapping,
790 const Contact& overlapping,
796 const Contact& overlapping,
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide/src/syntax_highlighting/
H A Dhighlights.rs54 let overlapping = in add() localVariable
57 if overlapping.len() == 1 in add()
58 && self.nested[overlapping.start].hl_range.range.contains_range(hl_range.range) in add()
60 return self.nested[overlapping.start].add(hl_range); in add()
65 .splice(overlapping.clone(), iter::once(Node::new(hl_range))) in add()
67 self.nested[overlapping.start].nested = nested; in add()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
H A Dhighlights.rs54 let overlapping = in add() localVariable
57 if overlapping.len() == 1 in add()
58 && self.nested[overlapping.start].hl_range.range.contains_range(hl_range.range) in add()
60 return self.nested[overlapping.start].add(hl_range); in add()
65 .splice(overlapping.clone(), iter::once(Node::new(hl_range))) in add()
67 self.nested[overlapping.start].nested = nested; in add()

12345678910>>...253