Home
last modified time | relevance | path

Searched refs:first_base (Results 1 – 25 of 182) sorted by relevance

12345678

/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/components/
H A DMarkerRangeRequesterEvent.java90 int first_base = ((Integer)enumTk.nextElement()).intValue(); in getRangeInternal() local
105 final int temp = first_base; in getRangeInternal()
106 first_base = last_base; in getRangeInternal()
112 first_base, last_base in getRangeInternal()
150 final int first_base = return_values[0]; in getMarkerRange() local
153 if(first_base <= last_base) in getMarkerRange()
160 strand.makeMarkerRangeFromPositions(first_base, in getMarkerRange()
197 final int first_base = return_values[0]; in getRawRange() local
202 if(first_base < last_base) in getRawRange()
203 return new Range(first_base, last_base); in getRawRange()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/luabind/test/
H A Dtest_held_type.cpp56 struct first_base : counted_type<first_base> struct
58 virtual ~first_base() {} in ~first_base() argument
59 first_base(): padding(0xdead) {} in first_base() argument
60 first_base(first_base const& rhs): padding(rhs.padding) {} in first_base() argument
65 struct derived : first_base, base
72 COUNTER_GUARD(first_base);
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DSimpleDocumentFeature.java201 first_base = -1; in set()
296 first_base = -1; in setLocation()
307 first_base = -1; in setLocation()
432 if (first_base == -1) { in getFirstBase()
433 first_base = getLocation ().getFirstBase (); in getFirstBase()
435 return first_base; in getFirstBase()
523 private int first_base = -1; field in SimpleDocumentFeature
/dports/devel/boost-docs/boost_1_72_0/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base; typedef
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE… in compressed_pair()
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...); in first()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base; typedef
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE… in compressed_pair()
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...); in first()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base; typedef
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE… in compressed_pair()
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...); in first()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base; typedef
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE… in compressed_pair()
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...); in first()
/dports/devel/boost-libs/boost_1_72_0/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base; typedef
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE… in compressed_pair()
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...); in first()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base;
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE…
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y))
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base)
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...);
/dports/devel/hyperscan/boost_1_75_0/boost/hof/detail/
H A Dcompressed_pair.hpp87 typedef typename pair_holder<0, First, Second>::type first_base; typedef
94 …noexcept(BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE(first_base, X&&) && BOOST_HOF_IS_NOTHROW_CONSTRUCTIBLE… in compressed_pair()
95 : first_base(BOOST_HOF_FORWARD(X)(x)), second_base(BOOST_HOF_FORWARD(Y)(y)) in compressed_pair()
98 BOOST_HOF_INHERIT_DEFAULT(compressed_pair, first_base, second_base) in BOOST_HOF_INHERIT_DEFAULT()
109 return boost::hof::alias_value(this->get_alias_base<first_base>(xs...), xs...); in first()
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/plot/
H A DKarlinSigAlgorithm.java90 for (int first_base = 0 ; first_base < 4 ; ++first_base) { in getValues()
93 global_relative_abundance_values[first_base][second_base]; in getValues()
95 subseq_relative_abundance_values[first_base][second_base]; in getValues()
/dports/devel/luabind/luabind-0.9.1/test/
H A Dtest_held_type.cpp51 struct first_base : counted_type<first_base> struct
53 virtual ~first_base() {} in ~first_base() argument
58 struct derived : first_base, base argument
65 COUNTER_GUARD(first_base);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/lang/clang-mesa/clang-13.0.1.src/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/utils/VtableTest/
H A Dgen.cc78 bool first_base = true; in gs() local
95 if (first_base) { in gs()
96 first_base = false; in gs()
307 first_base = true; in gs()
309 if (first_base) { in gs()
311 first_base = false; in gs()

12345678