Home
last modified time | relevance | path

Searched refs:rightBoundary (Results 1 – 25 of 28) sorted by relevance

12

/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/PlatformSupport/
H A DArenaBlockBase.hpp219 size_type rightBoundary) const in isInBorders()
221 if ( rightBoundary > m_blockSize ) in isInBorders()
223 rightBoundary = m_blockSize; in isInBorders()
231 functor(theObject, m_objectBlock + rightBoundary) == true) in isInBorders()
/dports/biology/seqan1/seqan-1.3.1/seqan/misc/
H A Dmisc_interval_tree.h483 rightBoundary(IntervalAndCargo<TValue,TCargo> & interval) in rightBoundary() function
606 rightBoundary(PointAndCargo<TValue,TCargo> & point)
700 return (rightBoundary(const_cast<TPair&>(p1)) > rightBoundary(const_cast<TPair&>(p2)));
919 center = (rightBoundary(intervals[0])-leftBoundary(intervals[0]))/(TValue)2.0;
1197 if(rightBoundary(*it)>max) max = rightBoundary(*it);
1237 _setIntervalTreeNode(property(pm,vd),(rightBoundary(interval)+leftBoundary(interval))/2,interval);
1276 if(rightBoundary(interval) <= act_prop.center)
1282 … _setIntervalTreeNode(property(pm,vd),(rightBoundary(interval)+leftBoundary(interval))/2,interval);
1405 …while(i < length(act_prop.list2) && rightBoundary(value(act_prop.list2,i)) > (TPropertyValue)query)
1506 … while(i < (int) length(act_prop.list2) && (TValue) rightBoundary(value(act_prop.list2,i)) > query)
[all …]
H A Dmisc_generated_forwards.h921 template <typename TValue, typename TCargo> TValue & rightBoundary(IntervalAndCargo<TValue,TCargo> …
922 template <typename TValue, typename TCargo> TValue & rightBoundary(PointAndCargo<TValue,TCargo> & p…
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/clang/codecompletion/
H A Dincludepathcompletioncontext.cpp26 IncludePathProperties IncludePathProperties::parseText(const QString& text, int rightBoundary) in parseText() argument
34 if (rightBoundary == -1) { in parseText()
35 rightBoundary = text.length(); in parseText()
116 if (end >= rightBoundary || end == -1) { in parseText()
117 end = text.lastIndexOf(QLatin1Char('/'), rightBoundary - 1) + 1; in parseText()
H A Dincludepathcompletioncontext.h31 static IncludePathProperties parseText(const QString& text, int rightBoundary = -1);
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/misc/
H A Dinterval_tree.h488 rightBoundary(IntervalAndCargo<TValue, TCargo> & interval) in rightBoundary() function
495 rightBoundary(IntervalAndCargo<TValue, TCargo> const & interval) in rightBoundary() function
650 rightBoundary(PointAndCargo<TValue, TCargo> const & point)
657 rightBoundary(PointAndCargo<TValue, TCargo> & point)
770 return rightBoundary(p1) > rightBoundary(p2);
968 center = (rightBoundary(intervals[0]) - leftBoundary(intervals[0])) / (TValue)2.0;
1223 if (rightBoundary(*it) > max)
1224 max = rightBoundary(*it);
1317 … if (rightBoundary(interval) <= act_prop.center) // interval to the right of current node?
1445 … while (i<length(act_prop.list2) && rightBoundary(value(act_prop.list2, i))>(TPropertyValue) query)
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/misc/
H A Dinterval_tree.h488 rightBoundary(IntervalAndCargo<TValue, TCargo> & interval) in rightBoundary() function
495 rightBoundary(IntervalAndCargo<TValue, TCargo> const & interval) in rightBoundary() function
650 rightBoundary(PointAndCargo<TValue, TCargo> const & point)
657 rightBoundary(PointAndCargo<TValue, TCargo> & point)
770 return rightBoundary(p1) > rightBoundary(p2);
968 center = (rightBoundary(intervals[0]) - leftBoundary(intervals[0])) / (TValue)2.0;
1223 if (rightBoundary(*it) > max)
1224 max = rightBoundary(*it);
1317 … if (rightBoundary(interval) <= act_prop.center) // interval to the right of current node?
1445 … while (i<length(act_prop.list2) && rightBoundary(value(act_prop.list2, i))>(TPropertyValue) query)
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/misc/
H A Dinterval_tree.h497 rightBoundary(IntervalAndCargo<TValue, TCargo> & interval) in rightBoundary() function
504 rightBoundary(IntervalAndCargo<TValue, TCargo> const & interval) in rightBoundary() function
659 rightBoundary(PointAndCargo<TValue, TCargo> const & point)
666 rightBoundary(PointAndCargo<TValue, TCargo> & point)
779 return rightBoundary(p1) > rightBoundary(p2);
977 center = (rightBoundary(intervals[0]) - leftBoundary(intervals[0])) / (TValue)2.0;
1234 if (rightBoundary(*it) > max)
1235 max = rightBoundary(*it);
1329 … if (rightBoundary(interval) <= act_prop.center) // interval to the right of current node?
1460 … while (i<length(act_prop.list2) && rightBoundary(value(act_prop.list2, i))>(TPropertyValue) query)
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/misc/
H A Dtest_misc_interval_tree.h212 SEQAN_ASSERT_EQ(rightBoundary(pm[1].list2[0]), static_cast<TValue>(10.0)); in IntervalTreeTest_TreeStructure()
213 SEQAN_ASSERT_EQ(rightBoundary(pm[1].list2[1]), static_cast<TValue>(8.0)); in IntervalTreeTest_TreeStructure()
229 SEQAN_ASSERT_EQ(rightBoundary(pm[2].list2[0]), static_cast<TValue>(5.0)); in IntervalTreeTest_TreeStructure()
236 SEQAN_ASSERT_EQ(rightBoundary(pm[3].list2[0]), static_cast<TValue>(35.0)); in IntervalTreeTest_TreeStructure()
237 SEQAN_ASSERT_EQ(rightBoundary(pm[3].list2[1]), static_cast<TValue>(31.0)); in IntervalTreeTest_TreeStructure()
238 SEQAN_ASSERT_EQ(rightBoundary(pm[3].list2[2]), static_cast<TValue>(29.0)); in IntervalTreeTest_TreeStructure()
241 SEQAN_ASSERT_EQ(rightBoundary(pm[4].list2[0]), static_cast<TValue>(25.0)); in IntervalTreeTest_TreeStructure()
244 SEQAN_ASSERT_EQ(rightBoundary(pm[5].list2[0]), static_cast<TValue>(23.0)); in IntervalTreeTest_TreeStructure()
/dports/biology/gatk/gatk-4.2.0.0/src/main/java/org/broadinstitute/hellbender/tools/spark/sv/discovery/inference/
H A DCpxVariantCanonicalRepresentation.java170 final SimpleInterval rightBoundary = iterator.next(); in extractRefSegments() local
175 if (rightBoundary.getStart() - leftBoundary.getEnd() > 1) { in extractRefSegments()
176 …s.add(new SimpleInterval(eventPrimaryChromosome, leftBoundary.getEnd(), rightBoundary.getStart())); in extractRefSegments()
177 } else if (rightBoundary.getStart() - leftBoundary.getEnd() == 1) { in extractRefSegments()
178 …ment = new SimpleInterval(eventPrimaryChromosome, leftBoundary.getEnd(), rightBoundary.getStart()); in extractRefSegments()
183 leftBoundary = rightBoundary; in extractRefSegments()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/containers/utilityClasses/
H A DCanvasLayout.as457 var rightBoundary:String = childInfo.rightBoundary;
500 var matchRight:Boolean = rightBoundary ? true : false;
515 if (rightBoundary == col.id)
542 "containers", "columnNotFound", [ rightBoundary ]);
712 if (rightBoundary)
933 var rightBoundary:String;
963 rightBoundary = temp[0];
1045 if (col.id == rightBoundary)
1752 rightBoundary:String = null, hcBoundary:String = null,
1769 this.rightBoundary = rightBoundary;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/mx/src/mx/containers/utilityClasses/
H A DCanvasLayout.as462 var rightBoundary:String = childInfo.rightBoundary;
505 var matchRight:Boolean = rightBoundary ? true : false;
520 if (rightBoundary == col.id)
547 "containers", "columnNotFound", [ rightBoundary ]);
717 if (rightBoundary)
910 var rightBoundary:String;
940 rightBoundary = temp[0];
1022 if (col.id == rightBoundary)
1729 rightBoundary:String = null, hcBoundary:String = null,
1746 this.rightBoundary = rightBoundary;
[all …]
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/spark/src/spark/layouts/
H A DConstraintLayout.as666 var rightBoundary:String = elementInfo.rightBoundary;
701 if (rightBoundary)
879 if (elementInfo.rightBoundary)
1657 var rightBoundary:String;
1671 rightBoundary = temp[1];
1688 leftBoundary, rightBoundary,
1707 if (leftBoundary || rightBoundary)
1734 if (rightBoundary)
1863 rightBoundary:String = null,
1884 this.rightBoundary = rightBoundary;
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/onedgrid/
H A Donedgrid.cc16 Dune::OneDGrid::OneDGrid(int numElements, const ctype& leftBoundary, const ctype& rightBoundary) in OneDGrid() argument
26 if (leftBoundary >= rightBoundary) in OneDGrid()
34 ctype newCoord = leftBoundary + i*(rightBoundary-leftBoundary) / numElements; in OneDGrid()
/dports/sysutils/qdirstat/qdirstat-1.8/doc/stats/
H A DHistogram-Options.md31 rightBoundary = Q3 + 3 * (Q3 - Q1)
H A DFile-Size-Histogram.md139 rightBoundary = Q3 + 3 * (Q3 - Q1)
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/
H A Donedgrid.hh149 OneDGrid(int numElements, const ctype& leftBoundary, const ctype& rightBoundary);
/dports/graphics/ogre3d/ogre-1.11.6/Components/Bites/src/
H A DOgreTrays.cpp249 Ogre::Real rightBoundary = mElement->getWidth() - 2 * mPadding + mScrollTrack->getLeft() + 10; in setText() local
271 if (lineWidth > rightBoundary) in setText()
902 Ogre::Real rightBoundary = mTrack->getWidth() - mHandle->getWidth(); in _cursorPressed() local
904 mHandle->setLeft(Ogre::Math::Clamp<int>((int)newLeft, 0, (int)rightBoundary)); in _cursorPressed()
905 setValue(getSnappedValue(newLeft / rightBoundary)); in _cursorPressed()
925 Ogre::Real rightBoundary = mTrack->getWidth() - mHandle->getWidth(); in _cursorMoved() local
927 mHandle->setLeft(Ogre::Math::Clamp<int>((int)newLeft, 0, (int)rightBoundary)); in _cursorMoved()
928 setValue(getSnappedValue(newLeft / rightBoundary)); in _cursorMoved()
/dports/multimedia/jmref/JM/lencod/src/
H A Dme_hme.c788 int rightBoundary = (mv_block->hme_ref_size_x_max-4)*4; in hme_SetSearchRange() local
799 else if(b0+SW_x > rightBoundary) in hme_SetSearchRange()
801 b0 = rightBoundary - (SW_x); in hme_SetSearchRange()
807 if(b1 > rightBoundary) in hme_SetSearchRange()
809 b1 = rightBoundary; in hme_SetSearchRange()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Common/include/
H A DSdkTrays.h462 Ogre::Real rightBoundary = mElement->getWidth() - 2 * mPadding + mScrollTrack->getLeft() + 10; in setText() local
484 if (lineWidth > rightBoundary) in setText()
1325 Ogre::Real rightBoundary = mTrack->getWidth() - mHandle->getWidth(); in _cursorPressed() local
1327 mHandle->setLeft(Ogre::Math::Clamp<int>((int)newLeft, 0, (int)rightBoundary)); in _cursorPressed()
1328 setValue(getSnappedValue(newLeft / rightBoundary)); in _cursorPressed()
1348 Ogre::Real rightBoundary = mTrack->getWidth() - mHandle->getWidth(); in _cursorMoved() local
1350 mHandle->setLeft(Ogre::Math::Clamp<int>((int)newLeft, 0, (int)rightBoundary)); in _cursorMoved()
1351 setValue(getSnappedValue(newLeft / rightBoundary)); in _cursorMoved()
/dports/games/avp/avp-20170505/src/avp/
H A Dhud.c2049 int rightBoundary = (ScreenDescriptorBlock.SDB_Width<<15) + boundary; in AimGunSight() local
2052 else if (targetX>rightBoundary) targetX=rightBoundary; in AimGunSight()
/dports/math/cgal/CGAL-5.3/include/CGAL/Surface_mesh_shortest_path/
H A DSurface_mesh_shortest_path.h968 const Ray_2& rightBoundary, in clip_to_bounds() argument
987 << "\t with right = " << rightBoundary << std::endl; in clip_to_bounds()
1051 if (o2(cs2(rightBoundary), cpo2(rightBoundary, 1), ct2(segment)) != CGAL::RIGHT_TURN) in clip_to_bounds()
1062 const auto cgalIntersection = i2(cl2(segment), cl2(rightBoundary)); in clip_to_bounds()
/dports/biology/seqan1/seqan-1.3.1/apps/rabema/
H A Dwit_store.h448 … SEQAN_ASSERT_LEQ(back(filteredIntervals).lastPos + 1, rightBoundary(openIntervals[idx]));
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/
H A Ddrawing.cpp2213 int leftBoundary = ' ', rightBoundary = 127; in readCheck() local
2221 rightBoundary = 175; in readCheck()
2227 rightBoundary = 191; in readCheck()
2250 if(c >= rightBoundary || c < leftBoundary) in readCheck()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/apps/rabema/
H A Drabema_evaluate.cpp326 … SEQAN_ASSERT_LEQ(back(filteredGsiRecords).lastPos + 1, rightBoundary(openIntervals[idx])); in performIntervalLowering()

12