Home
last modified time | relevance | path

Searched refs:FirstIntersection (Results 1 – 17 of 17) sorted by relevance

/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/util/
H A Dmulti_intersection_test.cc13 BOOST_CHECK(!FirstIntersection(sets)); in BOOST_AUTO_TEST_CASE()
24 boost::optional<unsigned int> ret(FirstIntersection(sets)); in BOOST_AUTO_TEST_CASE()
44 BOOST_CHECK(!FirstIntersection(sets)); in BOOST_AUTO_TEST_CASE()
57 boost::optional<unsigned int> ret(FirstIntersection(sets)); in BOOST_AUTO_TEST_CASE()
H A Dmulti_intersection.hh52 …oost::optional<typename std::iterator_traits<Iterator>::value_type> FirstIntersection(std::vector<… in FirstIntersection() function
59 …oost::optional<typename std::iterator_traits<Iterator>::value_type> FirstIntersection(std::vector<… in FirstIntersection() function
60 return FirstIntersection(sets, std::less<typename std::iterator_traits<Iterator>::value_type>()); in FirstIntersection()
/dports/math/cgal/CGAL-5.3/examples/Box_intersection_d/
H A Dbox_d_do_intersect_polylines.cpp28 class FirstIntersection class in Polylines_do_intersect
45 throw FirstIntersection(); in operator ()()
77 } catch(const FirstIntersection& ) { in operator ()()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIntCurve_IntConicConic_Tool.hxx132 PeriodicInterval FirstIntersection(PeriodicInterval& I1);
/dports/cad/opencascade/opencascade-7.6.0/src/IntCurve/
H A DIntCurve_IntConicConic_Tool.hxx132 PeriodicInterval FirstIntersection(PeriodicInterval& I1);
H A DIntCurve_IntConicConic_Tool.cxx92 PeriodicInterval PeriodicInterval::FirstIntersection(PeriodicInterval& PInter) in FirstIntersection() function in PeriodicInterval
H A DIntCurve_IntConicConic_1.cxx105 C2InterAndDomain[i]=(i==0)? DomainC2.FirstIntersection(C2Inter) in ProjectOnC2AndIntersectWithC2Domain()
784 PeriodicInterval C1DomainAndRes=C1Domain.FirstIntersection(C1_Int1); in Perform()
811 C1DomainAndRes=C1Domain.FirstIntersection(C1_Int2); in Perform()
1940 PeriodicInterval CDomainAndRes=CDomain.FirstIntersection(CInt1); in Perform()
1966 CDomainAndRes=CDomain.FirstIntersection(CInt2); in Perform()
2519 PeriodicInterval EDomainAndRes = EDomain.FirstIntersection(EInt1); in Perform()
2535 EDomainAndRes = EDomain.FirstIntersection(EInt2); in Perform()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIntCurve_IntConicConic_Tool.hxx132 PeriodicInterval FirstIntersection(PeriodicInterval& I1);
/dports/chinese/libime/libime-1.0.9/src/libime/core/kenlm/lm/filter/
H A Dvocab.hh70 return (sets_.empty() || util::FirstIntersection(sets_)); in PassNGram()
/dports/lang/v8/v8-9.6.180.12/src/compiler/backend/
H A Dregister-allocator.cc747 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange
3101 auto next_intersection = cur_inactive->FirstIntersection(range); in AssignRegisterOnReload()
3390 LifetimePosition next_start = range->FirstIntersection(other); in UpdateDeferredFixedRanges()
3965 cur_inactive->FirstIntersection(range); in FindFreeRegistersForRange()
4192 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
4351 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
H A Dregister-allocator.h658 LifetimePosition FirstIntersection(LiveRange* other) const; in NON_EXPORTED_BASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/backend/
H A Dregister-allocator.cc755 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange
3072 auto next_intersection = cur_inactive->FirstIntersection(range); in AssignRegisterOnReload()
3361 LifetimePosition next_start = range->FirstIntersection(other); in UpdateDeferredFixedRanges()
3934 cur_inactive->FirstIntersection(range); in FindFreeRegistersForRange()
4155 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
4314 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
H A Dregister-allocator.h656 LifetimePosition FirstIntersection(LiveRange* other) const; in NON_EXPORTED_BASE()
/dports/www/node10/node-v10.24.1/deps/v8/src/compiler/
H A Dregister-allocator.cc785 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange
3046 LifetimePosition next_intersection = cur_inactive->FirstIntersection(range); in FindFreeRegistersForRange()
3265 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
3385 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
H A Dregister-allocator.h420 LifetimePosition FirstIntersection(LiveRange* other) const; in NON_EXPORTED_BASE()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/backend/
H A Dregister-allocator.cc807 LifetimePosition LiveRange::FirstIntersection(LiveRange* other) const { in FirstIntersection() function in v8::internal::compiler::LiveRange
3543 LifetimePosition next_start = range->FirstIntersection(other); in UpdateDeferredFixedRanges()
4141 cur_inactive->FirstIntersection(range); in FindFreeRegistersForRange()
4394 LifetimePosition next_intersection = range->FirstIntersection(current); in AllocateBlockedReg()
4551 LifetimePosition next_intersection = range->FirstIntersection(current); in SplitAndSpillIntersecting()
H A Dregister-allocator.h635 LifetimePosition FirstIntersection(LiveRange* other) const; in NON_EXPORTED_BASE()