Home
last modified time | relevance | path

Searched refs:leftmost (Results 1 – 25 of 4687) sorted by relevance

12345678910>>...188

/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_trlib/
H A Dtrlib_leftmost.c47 if (leftmost[ii] < leftmost[*ileftmost]) { *ileftmost = ii; } in trlib_leftmost()
53 if (leftmost[nirblk-1] < leftmost[*ileftmost]) { *ileftmost = nirblk-1; } in trlib_leftmost()
193 up = *leftmost; in trlib_leftmost_irreducible()
194 *leftmost = 0.5 * (low+up); in trlib_leftmost_irreducible()
201 up = *leftmost; in trlib_leftmost_irreducible()
204 *leftmost = 0.5 * (low+up); in trlib_leftmost_irreducible()
219 if (n_neg_piv == 0) { low = *leftmost; } in trlib_leftmost_irreducible()
220 else { up = *leftmost; } in trlib_leftmost_irreducible()
240 quad_lin = -(2.0*(*leftmost)+prlp+((*leftmost)-leftmost_minor)*dprlp); in trlib_leftmost_irreducible()
241 quad_abs = -(((*leftmost)-leftmost_minor)*prlp+(*leftmost)*(quad_lin+(*leftmost))); in trlib_leftmost_irreducible()
[all …]
/dports/graphics/wdune/wdune-1.926/src/
H A DVectoriser.cpp91 Point leftmost(65536.0, 0.0); in ProcessContours() local
96 if(p.X() < leftmost.X()) in ProcessContours()
98 leftmost = p; in ProcessContours()
121 if((p1.Y() < leftmost.Y() && p2.Y() < leftmost.Y()) in ProcessContours()
122 || (p1.Y() >= leftmost.Y() && p2.Y() >= leftmost.Y()) in ProcessContours()
123 || (p1.X() > leftmost.X() && p2.X() > leftmost.X())) in ProcessContours()
127 else if(p1.X() < leftmost.X() && p2.X() < leftmost.X()) in ProcessContours()
133 Point a = p1 - leftmost; in ProcessContours()
134 Point b = p2 - leftmost; in ProcessContours()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DSoldier_Add.cc54 INT32 leftmost; in FindGridNoFromSweetSpot() local
146 INT32 leftmost; in FindGridNoFromSweetSpotThroughPeople() local
236 INT32 leftmost; in FindGridNoFromSweetSpotWithStructData() local
395 INT32 leftmost; in FindGridNoFromSweetSpotWithStructDataUsingGivenDirectionFirst() local
565 INT32 leftmost; in FindGridNoFromSweetSpotWithStructDataFromSoldier() local
706 INT32 leftmost; in FindGridNoFromSweetSpotExcludingSweetSpot() local
730 sGridNo >= leftmost && sGridNo < ( leftmost + WORLD_COLS ) ) in FindGridNoFromSweetSpotExcludingSweetSpot()
759 INT32 leftmost; in FindGridNoFromSweetSpotExcludingSweetSpotInQuardent() local
790 sGridNo >= leftmost && sGridNo < ( leftmost + WORLD_COLS ) ) in FindGridNoFromSweetSpotExcludingSweetSpotInQuardent()
851 INT32 leftmost; in FindRandomGridNoFromSweetSpot() local
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/lib/
H A Dtabbed.c47 t = nt->leftmost; in nctabbed_redraw()
70 nctab* t = nt->leftmost; in nctabbed_ensure_selected_header_visible()
89 }while(t != nt->leftmost); in nctabbed_ensure_selected_header_visible()
109 return nt->leftmost; in nctabbed_leftmost()
293 if(nt->leftmost == t){ in nctabbed_del()
339 nt->leftmost = t; in nctab_move_right()
342 nt->leftmost = t->next; in nctab_move_right()
348 if(t == nt->leftmost){ in nctab_move_left()
353 nt->leftmost = t; in nctab_move_left()
361 nt->leftmost = nt->leftmost->prev; in nctabbed_rotate()
[all …]
/dports/biology/wise/wise2.4.1/src/dnaindex/
H A Deulerindex.dy87 assert(leftmost);
148 assert(leftmost);
152 path = leftmost;
186 assert(leftmost);
240 walk = leftmost;
277 assert(leftmost);
356 assert(leftmost);
360 for(i=0;i<leftmost->label_len && leftmost->label[i] != -1;i++) {
406 for(i=0;i<leftmost->label_len && leftmost->label[i] != -1 ;i++) {
426 remove_EulerLink_forward_EulerNode(leftmost->prev,leftmost);
[all …]
H A Deulerindex.c42 assert(leftmost); in read_Sequence_EulerNode()
104 assert(leftmost); in can_resolve_error_EulerGraph()
108 path = leftmost; in can_resolve_error_EulerGraph()
143 assert(leftmost); in resolve_error_EulerGraph()
198 walk = leftmost; in fix_error_EulerGraph()
236 assert(leftmost); in build_new_node_path_EulerGraph()
316 assert(leftmost); in attempt_untangle_EulerPath()
320 for(i=0;i<leftmost->label_len && leftmost->label[i] != -1;i++) { in attempt_untangle_EulerPath()
366 for(i=0;i<leftmost->label_len && leftmost->label[i] != -1 ;i++) { in attempt_untangle_EulerPath()
386 remove_EulerLink_forward_EulerNode(leftmost->prev,leftmost); in attempt_untangle_EulerPath()
[all …]
/dports/graphics/ftgl/ftgl-2.4.0/src/
H A DFTVectoriser.cpp190 FTPoint leftmost(65536.0, 0.0); in ProcessContours() local
195 if(p.X() < leftmost.X()) in ProcessContours()
197 leftmost = p; in ProcessContours()
220 if((p1.Y() < leftmost.Y() && p2.Y() < leftmost.Y()) in ProcessContours()
221 || (p1.Y() >= leftmost.Y() && p2.Y() >= leftmost.Y()) in ProcessContours()
222 || (p1.X() > leftmost.X() && p2.X() > leftmost.X())) in ProcessContours()
226 else if(p1.X() < leftmost.X() && p2.X() < leftmost.X()) in ProcessContours()
232 FTPoint a = p1 - leftmost; in ProcessContours()
233 FTPoint b = p2 - leftmost; in ProcessContours()
/dports/games/critterding/critterding-beta12/src/utils/ftgl/
H A DFTVectoriser.cpp188 FTPoint leftmost(65536.0, 0.0); in ProcessContours() local
193 if(p.X() < leftmost.X()) in ProcessContours()
195 leftmost = p; in ProcessContours()
218 if((p1.Y() < leftmost.Y() && p2.Y() < leftmost.Y()) in ProcessContours()
219 || (p1.Y() >= leftmost.Y() && p2.Y() >= leftmost.Y()) in ProcessContours()
220 || (p1.X() > leftmost.X() && p2.X() > leftmost.X())) in ProcessContours()
224 else if(p1.X() < leftmost.X() && p2.X() < leftmost.X()) in ProcessContours()
230 FTPoint a = p1 - leftmost; in ProcessContours()
231 FTPoint b = p2 - leftmost; in ProcessContours()
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DFTVectoriser.cpp188 FTPoint leftmost(65536.0, 0.0); in ProcessContours() local
193 if(p.X() < leftmost.X()) in ProcessContours()
195 leftmost = p; in ProcessContours()
218 if((p1.Y() < leftmost.Y() && p2.Y() < leftmost.Y()) in ProcessContours()
219 || (p1.Y() >= leftmost.Y() && p2.Y() >= leftmost.Y()) in ProcessContours()
220 || (p1.X() > leftmost.X() && p2.X() > leftmost.X())) in ProcessContours()
224 else if(p1.X() < leftmost.X() && p2.X() < leftmost.X()) in ProcessContours()
230 FTPoint a = p1 - leftmost; in ProcessContours()
231 FTPoint b = p2 - leftmost; in ProcessContours()
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/fs/
H A DGlobExpander.java71 int leftmost = leftmostOuterCurlyContainingSlash(filePattern, in expandLeftmost() local
73 if (leftmost == -1) { in expandLeftmost()
77 StringBuilder prefix = new StringBuilder(filePattern.substring(0, leftmost)); in expandLeftmost()
82 for (int i = leftmost; i < filePattern.length(); i++) { in expandLeftmost()
140 int leftmost = -1; in leftmostOuterCurlyContainingSlash() local
153 leftmost = i; in leftmostOuterCurlyContainingSlash()
156 if (--curlyOpen == 0 && leftmost != -1 && seenSlash) { in leftmostOuterCurlyContainingSlash()
157 return leftmost; in leftmostOuterCurlyContainingSlash()
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/packages/raven/utils/
H A Dssl_match_hostname.py24 leftmost = parts[0]
26 wildcards = leftmost.count('*')
42 if leftmost == '*':
46 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
51 pats.append(re.escape(leftmost))
54 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/requests/requests/packages/urllib3/packages/ssl_match_hostname/
H A D_implementation.py26 leftmost = parts[0]
29 wildcards = leftmost.count('*')
45 if leftmost == '*':
49 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
54 pats.append(re.escape(leftmost))
57 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/devel/py-raven/raven-python-6.10.0/raven/utils/
H A Dssl_match_hostname.py24 leftmost = parts[0]
26 wildcards = leftmost.count('*')
42 if leftmost == '*':
46 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
51 pats.append(re.escape(leftmost))
54 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/www/firefox-legacy/firefox-52.8.0esr/python/requests/requests/packages/urllib3/packages/ssl_match_hostname/
H A D_implementation.py26 leftmost = parts[0]
29 wildcards = leftmost.count('*')
45 if leftmost == '*':
49 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
54 pats.append(re.escape(leftmost))
57 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/sysutils/py-salt/salt-3004.1/salt/ext/
H A Dssl_match_hostname.py35 leftmost = parts[0]
38 wildcards = leftmost.count('*')
54 if leftmost == '*':
58 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
63 pats.append(re.escape(leftmost))
66 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/requests/requests/packages/urllib3/packages/ssl_match_hostname/
H A D_implementation.py26 leftmost = parts[0]
29 wildcards = leftmost.count('*')
45 if leftmost == '*':
49 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
54 pats.append(re.escape(leftmost))
57 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DGlobExpander.java76 int leftmost = leftmostOuterCurlyContainingSlash(filePattern, in expandLeftmost() local
78 if (leftmost == -1) { in expandLeftmost()
82 StringBuilder prefix = new StringBuilder(filePattern.substring(0, leftmost)); in expandLeftmost()
87 for (int i = leftmost; i < filePattern.length(); i++) { in expandLeftmost()
145 int leftmost = -1; in leftmostOuterCurlyContainingSlash() local
158 leftmost = i; in leftmostOuterCurlyContainingSlash()
161 if (--curlyOpen == 0 && leftmost != -1 && seenSlash) { in leftmostOuterCurlyContainingSlash()
162 return leftmost; in leftmostOuterCurlyContainingSlash()
/dports/biology/seqan1/seqan-1.3.1/seqan/index/
H A Dindex_esa_algs.h303 TFractionHeader leftmost;
306 leftmost(0,0,0) {}
318 if (a.leftmost.size > 0) ++cs;
319 if (b.leftmost.size > 0) ++ps;
324 if (a.leftmost.size > 0 || b.leftmost.size > 0)
345 if (a.leftmost.size > 0 || b.leftmost.size > 0)
467 sum += child.leftmost.size * parent.leftmost.size;
535 it.posList[parent.leftmost.end] = child.leftmost.begin;
536 parent.leftmost.end = child.leftmost.end;
537 parent.leftmost.size += child.leftmost.size;
[all …]
/dports/net/py-ldap3/ldap3-2.8.1/ldap3/utils/
H A Dtls_backport.py49 leftmost = pieces[0]
52 wildcards = leftmost.count('*')
68 if leftmost == '*':
72 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
77 pats.append(re.escape(leftmost))
80 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_esa_algs.h340 TFractionHeader leftmost;
343 leftmost(0,0,0) {}
355 if (a.leftmost.size > 0) ++cs;
356 if (b.leftmost.size > 0) ++ps;
361 if (a.leftmost.size > 0 || b.leftmost.size > 0)
382 if (a.leftmost.size > 0 || b.leftmost.size > 0)
510 sum += child.leftmost.size * parent.leftmost.size;
578 it.posList[parent.leftmost.end] = child.leftmost.begin;
579 parent.leftmost.end = child.leftmost.end;
580 parent.leftmost.size += child.leftmost.size;
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_esa_algs.h340 TFractionHeader leftmost;
343 leftmost(0,0,0) {}
355 if (a.leftmost.size > 0) ++cs;
356 if (b.leftmost.size > 0) ++ps;
361 if (a.leftmost.size > 0 || b.leftmost.size > 0)
382 if (a.leftmost.size > 0 || b.leftmost.size > 0)
510 sum += child.leftmost.size * parent.leftmost.size;
578 it.posList[parent.leftmost.end] = child.leftmost.begin;
579 parent.leftmost.end = child.leftmost.end;
580 parent.leftmost.size += child.leftmost.size;
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_esa_algs.h340 TFractionHeader leftmost;
343 leftmost(0,0,0) {}
355 if (a.leftmost.size > 0) ++cs;
356 if (b.leftmost.size > 0) ++ps;
361 if (a.leftmost.size > 0 || b.leftmost.size > 0)
382 if (a.leftmost.size > 0 || b.leftmost.size > 0)
510 sum += child.leftmost.size * parent.leftmost.size;
578 it.posList[parent.leftmost.end] = child.leftmost.begin;
579 parent.leftmost.end = child.leftmost.end;
580 parent.leftmost.size += child.leftmost.size;
[all …]
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/packages/ssl_match_hostname/
H A D_implementation.py37 leftmost = parts[0]
40 wildcards = leftmost.count("*")
57 if leftmost == "*":
61 elif leftmost.startswith("xn--") or hostname.startswith("xn--"):
66 pats.append(re.escape(leftmost))
69 pats.append(re.escape(leftmost).replace(r"\*", "[^.]*"))
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/packages/ssl_match_hostname/
H A D_implementation.py37 leftmost = parts[0]
40 wildcards = leftmost.count("*")
57 if leftmost == "*":
61 elif leftmost.startswith("xn--") or hostname.startswith("xn--"):
66 pats.append(re.escape(leftmost))
69 pats.append(re.escape(leftmost).replace(r"\*", "[^.]*"))
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/packages/ssl_match_hostname/
H A D_implementation.py37 leftmost = parts[0]
40 wildcards = leftmost.count('*')
56 if leftmost == '*':
60 elif leftmost.startswith('xn--') or hostname.startswith('xn--'):
65 pats.append(re.escape(leftmost))
68 pats.append(re.escape(leftmost).replace(r'\*', '[^.]*'))

12345678910>>...188