Home
last modified time | relevance | path

Searched refs:start0 (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/dports/graphics/geos/geos-3.9.1/src/index/chain/
H A DMonotoneChain.cpp87 size_t start0, size_t end0, in computeSelect() argument
90 const Coordinate& p0 = pts[start0]; in computeSelect()
94 if(end0 - start0 == 1) { in computeSelect()
95 mcs.select(*this, start0); in computeSelect()
103 size_t mid = (start0 + end0) / 2; in computeSelect()
107 if(start0 < mid) { in computeSelect()
108 computeSelect(searchEnv, start0, mid, mcs); in computeSelect()
141 if(end0 - start0 == 1 && end1 - start1 == 1) { in computeOverlaps()
142 mco.overlap(*this, start0, mc, start1); in computeOverlaps()
152 size_t mid0 = (start0 + end0) / 2; in computeOverlaps()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/index/chain/
H A DMonotoneChain.java228 int start0, int end0, in computeSelect() argument
231 Coordinate p0 = pts[start0]; in computeSelect()
236 if (end0 - start0 == 1) { in computeSelect()
238 mcs.select(this, start0); in computeSelect()
246 int mid = (start0 + end0) / 2; in computeSelect()
250 if (start0 < mid) { in computeSelect()
306 int start0, int end0, in computeOverlaps() argument
315 mco.overlap(this, start0, mc, start1); in computeOverlaps()
322 int mid0 = (start0 + end0) / 2; in computeOverlaps()
327 if (start0 < mid0) { in computeOverlaps()
[all …]
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/geomgraph/index/
H A DMonotoneChainEdge.java93 int start0, int end0, in computeIntersectsForChain() argument
101 if (end0 - start0 == 1 && end1 - start1 == 1) { in computeIntersectsForChain()
102 ei.addIntersections(e, start0, mce.e, start1); in computeIntersectsForChain()
106 if (! overlaps(start0, end0, mce, start1, end1)) return; in computeIntersectsForChain()
109 int mid0 = (start0 + end0) / 2; in computeIntersectsForChain()
114 if (start0 < mid0) { in computeIntersectsForChain()
115 if (start1 < mid1) computeIntersectsForChain(start0, mid0, mce, start1, mid1, ei); in computeIntersectsForChain()
116 if (mid1 < end1) computeIntersectsForChain(start0, mid0, mce, mid1, end1, ei); in computeIntersectsForChain()
135 int start0, int end0, in overlaps() argument
139 return Envelope.intersects(pts[start0], pts[end0], mce.pts[start1], mce.pts[end1]); in overlaps()
/dports/graphics/geos/geos-3.9.1/src/geomgraph/index/
H A DMonotoneChainEdge.cpp116 MonotoneChainEdge::computeIntersectsForChain(size_t start0, size_t end0, in computeIntersectsForChain() argument
121 if(end0 - start0 == 1 && end1 - start1 == 1) { in computeIntersectsForChain()
122 ei.addIntersections(e, start0, mce.e, start1); in computeIntersectsForChain()
126 if(!overlaps(start0, end0, mce, start1, end1)) { in computeIntersectsForChain()
131 size_t mid0 = (start0 + end0) / 2; in computeIntersectsForChain()
137 if(start0 < mid0) { in computeIntersectsForChain()
139 computeIntersectsForChain(start0, mid0, mce, in computeIntersectsForChain()
142 computeIntersectsForChain(start0, mid0, mce, in computeIntersectsForChain()
156 MonotoneChainEdge::overlaps(size_t start0, size_t end0, const MonotoneChainEdge& mce, size_t start1… in overlaps() argument
158 return Envelope::intersects(pts->getAt(start0), pts->getAt(end0), in overlaps()
/dports/devel/hyperscan/boost_1_75_0/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/third_party/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/devel/py-pythran/pythran-0.11.0/pythran/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/format/
H A Dparsing.hpp117 Iter start0 = start; in parse_printf_directive() local
118 std::size_t fstring_size = last-start0+offset; in parse_printf_directive()
122 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
129 maybe_throw_exception(exceptions, start-start0 + offset, fstring_size); in parse_printf_directive()
143 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
152 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
204 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
217 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
296 maybe_throw_exception(exceptions, start - start0 + offset, fstring_size); in parse_printf_directive()
404 maybe_throw_exception(exceptions, start-start0+offset, fstring_size); in parse_printf_directive()
[all …]
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/hashtables-1.2.3.4/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/hashtables-1.2.3.4/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/hashtables-1.2.4.1/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/hashtables-1.2.3.4/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/hashtables-1.2.4.1/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hashtables-1.2.4.1/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/hashtables-1.2.4.1/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/hashtables-1.2.4.1/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/hashtables-1.2.3.4/cbits/
H A Dsse-42.c77 int line_search(small_hash_t* array, int start0, small_hash_t v1) { in line_search() argument
78 int offset = start0 & 31; in line_search()
79 int start = start0 & ~31; in line_search()
105 int line_search_2(small_hash_t* array, int start0, small_hash_t v1, in line_search_2() argument
107 int offset = start0 & 31; in line_search_2()
108 int start = start0 & ~31; in line_search_2()
138 int line_search_3(small_hash_t* array, int start0, small_hash_t v1, in line_search_3() argument
140 int offset = start0 & 31; in line_search_3()
141 int start = start0 & ~31; in line_search_3()

12345678910>>...21