Home
last modified time | relevance | path

Searched refs:right_end (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/dports/biology/mummer/mummer-4.0.0beta2-2-g277dac5/scripts/
H A Dnucmer2xfig.pl32 if ($right_end{$Qid} - $left_end{$Qid} > 1000) {
35 print_xfig_line($left_end{$Qid},50,$right_end{$Qid},50,$contigcolor);
36 print_label($left_end{$Qid},50,$right_end{$Qid},$Qid,5);
39 $right_end{$Qid} = $e1; # and we'll print it again later
43 if ($e1 > $right_end{$Qid}) { $right_end{$Qid} = $e1; }
48 $right_end{$Qid} = $e1;
51 print_xfig_line($left_end{$prevQid},50,$right_end{$prevQid},50,$contigcolor);
52 print_label($left_end{$prevQid},50,$right_end{$prevQid},$prevQid,5);
69 $right_end{$Qid} = $e1;
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/src/inactive/
H A DUniformRefinablePointSet.cpp28 right_end(right_end_), in UniformRefinablePointSet()
29 midpoint(left_end + (right_end - left_end)/2.0) in UniformRefinablePointSet()
31 if( left_end >= right_end ){ in UniformRefinablePointSet()
125 if( level == 1 ) return (left_end + right_end) / 2.0; in get_interp_point()
128 else return right_end; in get_interp_point()
130 Real offset = ( (left_end + right_end) / 2.0 - left_end) in get_interp_point()
158 return right_end; in get_right_neighbor()
162 else return right_end; in get_right_neighbor()
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/nonparametric/
H A D_smoothers_lowess.pyx179 right_end = k
246 right_end: indexing integer
249 x[left_end] <= x < x[right_end].
256 right_end: indexing integer
277 if right_end < n:
280 right_end += 1
288 return left_end, right_end, radius
313 right_end : indexing integer
316 x[left_end] <= x < x[right_end].
343 weights[left_end:right_end] = (weights[left_end:right_end] *
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/devel/hyperscan/boost_1_75_0/boost/log/utility/functional/
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/utility/functional/
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/databases/xtrabackup/boost_1_59_0/boost/log/utility/functional/
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/databases/percona57-server/boost_1_59_0/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/databases/percona57-client/boost_1_59_0/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/devel/boost-libs/boost_1_72_0/boost/log/utility/functional/
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/utility/functional/
H A Dbegins_with.hpp41 right_iterator right_it = right.begin(), right_end = right.end(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()
H A Dends_with.hpp41 right_iterator right_it = right.rbegin(), right_end = right.rend(); in operator ()() local
42 for (; left_it != left_end && right_it != right_end; ++left_it, ++right_it) in operator ()()
47 return right_it == right_end; in operator ()()

12345678910>>...13