Home
last modified time | relevance | path

Searched refs:bin_ (Results 1 – 25 of 215) sorted by relevance

123456789

/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmgamma.h45 gamma_decoder(TBitIO& bin) BMNOEXEPT : bin_(bin) in gamma_decoder()
65 unsigned l = bin_.eat_zero_bits(); in operator()
66 bin_.get_bit(); // get border bit in operator()
70 if (bin_.get_bit()) in operator()
82 TBitIO& bin_;
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmgamma.h45 gamma_decoder(TBitIO& bin) BMNOEXEPT : bin_(bin) in gamma_decoder()
65 unsigned l = bin_.eat_zero_bits(); in operator()
66 bin_.get_bit(); // get border bit in operator()
70 if (bin_.get_bit()) in operator()
82 TBitIO& bin_;
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-streaming/src/main/java/org/apache/hadoop/streaming/
H A DStreamXmlRecordReader.java75 bin_ = new BufferedInputStream(in_); in init()
131 bin_.mark(Math.max(lookAhead_, maxRecSize_) + 2); //mark to invalidate if we read more in slowReadUntilMatch()
132 read = bin_.read(buf); in slowReadUntilMatch()
173 bin_.reset(); in slowReadUntilMatch()
176 skiplen -= bin_.skip(skiplen); // Skip succeeds as we have read this buffer in slowReadUntilMatch()
244 bin_.mark(LL); // large number to invalidate mark in fastReadUntilMatch()
246 int b = bin_.read(); in fastReadUntilMatch()
257 bin_.mark(LL); // rest mark so we could jump back if we found a match in fastReadUntilMatch()
267 bin_.reset(); in fastReadUntilMatch()
293 BufferedInputStream bin_; // Wrap FSDataInputStream for efficient backward seeks field in StreamXmlRecordReader
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/streaming/src/java/org/apache/hadoop/streaming/
H A DStreamXmlRecordReader.java75 bin_ = new BufferedInputStream(in_); in init()
131 bin_.mark(Math.max(lookAhead_, maxRecSize_) + 2); //mark to invalidate if we read more in slowReadUntilMatch()
132 read = bin_.read(buf); in slowReadUntilMatch()
173 bin_.reset(); in slowReadUntilMatch()
176 skiplen -= bin_.skip(skiplen); // Skip succeeds as we have read this buffer in slowReadUntilMatch()
244 bin_.mark(LL); // large number to invalidate mark in fastReadUntilMatch()
246 int b = bin_.read(); in fastReadUntilMatch()
257 bin_.mark(LL); // rest mark so we could jump back if we found a match in fastReadUntilMatch()
267 bin_.reset(); in fastReadUntilMatch()
293 BufferedInputStream bin_; // Wrap FSDataInputStream for efficient backward seeks field in StreamXmlRecordReader
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libnest2d/include/libnest2d/placers/
H A Dplacer_boilerplate.hpp46 inline PlacerBoilerplate(const BinType& bin, unsigned cap = 50): bin_(bin) in PlacerBoilerplate()
51 inline const BinType& bin() const BP2D_NOEXCEPT { return bin_; } in bin()
54 bin_ = std::forward<BinType>(b); in bin()
113 BinType bin_; member in libnest2d::placers::PlacerBoilerplate
120 using Base::bin_; \
/dports/devel/libnest2d-ultimaker/libnest2d-4d6fb4d/include/libnest2d/placers/
H A Dplacer_boilerplate.hpp46 inline PlacerBoilerplate(const BinType& bin, unsigned cap = 50): bin_(bin) in PlacerBoilerplate()
51 inline const BinType& bin() const BP2D_NOEXCEPT { return bin_; } in bin()
54 bin_ = std::forward<BinType>(b); in bin()
113 BinType bin_; member in libnest2d::placers::PlacerBoilerplate
120 using Base::bin_; \
/dports/biology/py-scikit-bio/scikit-bio-0.5.6/skbio/stats/
H A D_subsample.py125 bin_ = bin_f(item)
126 heap = result[bin_]
142 for bin_, heap in result.items():
147 yield (bin_, item)
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/framework/test/
H A Ddeqp.py64 def select_source(bin_, filename, mustpass, extra_args): argument
70 gen_caselist_txt(bin_, filename, extra_args))
93 def gen_caselist_txt(bin_, caselist, extra_args): argument
110 basedir = os.path.dirname(bin_)
120 [bin_, '--deqp-runmode=txt-caselist'] + extra_args, cwd=basedir,
/dports/devel/etl/synfig-1.2.2/synfig-studio/src/gui/
H A Dmainwindow.h50 Gtk::Bin *bin_;
71 Gtk::Bin& root() { return *bin_; } in root()
72 const Gtk::Bin& root() const { return *bin_; } in root()
/dports/graphics/synfig/synfig-1.2.2/synfig-studio/src/gui/
H A Dmainwindow.h50 Gtk::Bin *bin_;
71 Gtk::Bin& root() { return *bin_; } in root()
72 const Gtk::Bin& root() const { return *bin_; } in root()
/dports/graphics/synfigstudio/synfig-1.2.2/synfig-studio/src/gui/
H A Dmainwindow.h50 Gtk::Bin *bin_;
71 Gtk::Bin& root() { return *bin_; } in root()
72 const Gtk::Bin& root() const { return *bin_; } in root()
/dports/chinese/fcitx5-chinese-addons/fcitx5-chinese-addons-5.0.8/gui/pinyindictmanager/
H A Dprocessrunner.cpp20 : PipelineJob(parent), bin_(bin), args_(args), file_(file) { in ProcessRunner()
31 qCDebug(dictmanager) << bin_ << args_; in start()
33 process_.start(bin_, args_); in start()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/brec/
H A Dbrec_bg_pair_density.h41 bin_(bin), scale_(scale), ni_(ni), nj_(nj), i_(0), j_(0) {} in brec_bg_pair_density()
46 bin_(0), scale_(0), ni_(ni), nj_(nj), i_(0), j_(0) {} in brec_bg_pair_density()
75 unsigned bin_; variable
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DTensor.hpp44 int bin_; // Bin number assigned to this buffer member in TensorBuf
58 bin_ = 0; in TensorBuf()
63 void setBin(int bin) { bin_ = bin; } in setBin()
77 int getBin() { return bin_; } in getBin()
/dports/lang/php73/php-7.3.33/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/www/mod_php81/php-8.1.1/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/lang/php74/php-7.4.27/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/lang/php80/php-8.0.15/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/lang/php81/php-8.1.1/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/security/pecl-libsodium/libsodium-2.0.23/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/security/php81-sodium/php-8.1.1/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/security/php74-sodium/php-7.4.27/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/security/php80-sodium/php-8.0.15/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/security/php73-sodium/php-7.3.33/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {
/dports/www/mod_php73/php-7.3.33/ext/sodium/tests/
H A Dutils.phpt65 $bin_ = sodium_base642bin($b64, SODIUM_BASE64_VARIANT_ORIGINAL);
66 if ($bin !== $bin_) {
69 $bin_ = sodium_base642bin(" $b64\n", SODIUM_BASE64_VARIANT_ORIGINAL, " \n");
70 if ($bin !== $bin_) {

123456789