Home
last modified time | relevance | path

Searched refs:bvect (Results 1 – 25 of 27) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp4544 bvect* bvect_full1= new bvect(); in SerializationTest()
4545 bvect* bvect_full2= new bvect(); in SerializationTest()
4546 bvect* bv_target_s= new bvect(); in SerializationTest()
4598 bvect* bvect_full1= new bvect(); in SerializationTest()
4599 bvect* bvect_full2= new bvect(); in SerializationTest()
4600 bvect* bv_target_s= new bvect(); in SerializationTest()
4681 bvect* bv_target_s = new bvect(); in SerializationTest()
4727 bvect* bv_target_s=new bvect(); in SerializationTest()
4793 bvect* bvect_full3= new bvect(); in SerializationTest()
6843 bvect* bv_tmp2 = new bvect(); in SerializationOperation()
[all …]
H A Dstress32.cpp1196 bvect* bv_tmp2 = new bvect(); in SerializationOperation()
2269 bvect bv2; bvect bv2_c; in IntervalsEnumeratorCheck()
2283 bvect bv2; bvect bv2_c; in IntervalsEnumeratorCheck()
2298 bvect bv2; bvect bv2_c; in IntervalsEnumeratorCheck()
2312 bvect bv2; bvect bv2_c; in IntervalsEnumeratorCheck()
2326 bvect bv2; bvect bv2_c; in IntervalsEnumeratorCheck()
2340 bvect bv2; bvect bv2_c; in IntervalsEnumeratorCheck()
13187 bvect* bv_target_s = new bvect(); in SerializationTest()
13233 bvect* bv_target_s=new bvect(); in SerializationTest()
13301 bvect* bvect_full3= new bvect(); in SerializationTest()
[all …]
H A Dtest_util.h1025 typedef typename SSV::bvector_type bvect; in CompareStrSparseVector() typedef
1027 bm::sparse_vector_scanner<bm::str_sparse_vector<char, bvect, 32> > scanner; in CompareStrSparseVector()
/dports/lang/ypsilon/ypsilon-0.9.6-update3/stdlib/core/
H A Dbytevector-transcoders.scm34 (lambda (bvect)
43 (lambda (i rest bvect endian)
58 (lambda (bvect endian . opt)
61 (transcode-utf32->string 0 (bytevector-length bvect) bvect endian))
64 (transcode-utf32->string 4 (- (bytevector-length bvect) 4) bvect bom)))
66 (transcode-utf32->string 0 (bytevector-length bvect) bvect endian))))))
83 (lambda (bvect)
145 (lambda (bvect endian . opt)
148 (transcode-utf16->string 0 (bytevector-length bvect) bvect endian))
151 (transcode-utf16->string 2 (- (bytevector-length bvect) 2) bvect bom)))
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/test/
H A Dbmtest32.cpp294 bvect* bv = new bvect(); in BitCountTest()
807 bvect* bv = new bvect(); in BitCountSparseTest()
991 bvect* bv1 = new bvect(); in BitCompareTest()
992 bvect* bv2 = new bvect(); in BitCompareTest()
1317 bvect* bv = new bvect(); in EnumeratorTestGAP()
1424 bvect* bv = new bvect(); in SerializationTest()
1457 bvect* bv = new bvect(); in InvertTest()
1521 bvect* bv1 = new bvect(); in AndTest()
1524 bvect* bv2 = new bvect(); in AndTest()
1557 bvect* bv1 = new bvect(); in XorTest()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmvmin.h304 bvector_mini(const bvector_mini& bvect) in bvector_mini() argument
305 : m_size(bvect.m_size) in bvector_mini()
355 int compare(const bvector_mini& bvect) in compare() argument
358 size_type cnt2 = bvect.bit_count(); in compare()
364 size_type idx2 = bvect.get_first(); in compare()
373 idx2 = bvect.get_next(idx2); in compare()
434 const unsigned* src = bvect.get_buf(); in combine_and()
444 const unsigned* src = bvect.get_buf(); in combine_xor()
451 void combine_or(const bvector_mini& bvect) in combine_or() argument
454 const unsigned* src = bvect.get_buf(); in combine_or()
[all …]
H A Dbm.h395 : bvect_(&bvect), in insert_iterator()
902 size_(bvect.size_) in bvector()
911 : blockman_(bvect.blockman_.glevel_len_, bvect.blockman_.max_bits_, bvect.blockman_.alloc_), in bvector()
913 size_(bvect.size_) in bvector()
934 if (this != &bvect)
950 size_ = bvect.size_; in bvector()
976 this->move_from(bvect);
2192 if (this != &bvect) in move_from()
2195 size_ = bvect.size_; in move_from()
3355 return bvect.find(pos); in find_first_mismatch()
[all …]
H A Dbmdbg.h386 size_t print_bvector_stat(const BV& bvect) in print_bvector_stat() argument
389 bvect.calc_stat(&st); in print_bvector_stat()
393 ser.serialize(bvect, buf, &st); in print_bvector_stat()
399 << " count() = " << bvect.count() in print_bvector_stat()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmvmin.h304 bvector_mini(const bvector_mini& bvect) in bvector_mini() argument
305 : m_size(bvect.m_size) in bvector_mini()
355 int compare(const bvector_mini& bvect) in compare() argument
358 size_type cnt2 = bvect.bit_count(); in compare()
364 size_type idx2 = bvect.get_first(); in compare()
373 idx2 = bvect.get_next(idx2); in compare()
434 const unsigned* src = bvect.get_buf(); in combine_and()
444 const unsigned* src = bvect.get_buf(); in combine_xor()
451 void combine_or(const bvector_mini& bvect) in combine_or() argument
454 const unsigned* src = bvect.get_buf(); in combine_or()
[all …]
H A Dbm.h395 : bvect_(&bvect), in insert_iterator()
902 size_(bvect.size_) in bvector()
911 : blockman_(bvect.blockman_.glevel_len_, bvect.blockman_.max_bits_, bvect.blockman_.alloc_), in bvector()
913 size_(bvect.size_) in bvector()
934 if (this != &bvect)
950 size_ = bvect.size_; in bvector()
976 this->move_from(bvect);
2192 if (this != &bvect) in move_from()
2195 size_ = bvect.size_; in move_from()
3355 return bvect.find(pos); in find_first_mismatch()
[all …]
H A Dbmdbg.h386 size_t print_bvector_stat(const BV& bvect) in print_bvector_stat() argument
389 bvect.calc_stat(&st); in print_bvector_stat()
393 ser.serialize(bvect, buf, &st); in print_bvector_stat()
399 << " count() = " << bvect.count() in print_bvector_stat()
/dports/science/jstrack/jstrack/extlib/tcllib1.19/math/
H A Dlinalg.tcl1461 set bvect_sweep [getrow $bvect $i]
1474 return [solveTriangular $matrix $bvect]
1496 set tmp [lindex $bvect $k]
1498 setrow bvect $k [lindex $bvect $mu]
1499 setrow bvect $mu $tmp
1504 set bk [lindex $bvect $k]
1509 set bi [lindex $bvect $iline]
1577 return $bvect
1652 return $bvect
2240 set bvect {{1.0 2.0 -1.0}
[all …]
/dports/devel/tcllib/tcllib-1.20/modules/math/
H A Dlinalg.tcl1461 set bvect_sweep [getrow $bvect $i]
1474 return [solveTriangular $matrix $bvect]
1496 set tmp [lindex $bvect $k]
1498 setrow bvect $k [lindex $bvect $mu]
1499 setrow bvect $mu $tmp
1504 set bk [lindex $bvect $k]
1509 set bi [lindex $bvect $iline]
1577 return $bvect
1652 return $bvect
2240 set bvect {{1.0 2.0 -1.0}
[all …]
H A Dlinalg.tcllib.man634 [call [cmd ::math::linearalgebra::solveGauss] [arg matrix] [arg bvect]]
638 bvect.
642 [arg_def list bvect] Vector or matrix whose columns are the individual
646 [call [cmd ::math::linearalgebra::solvePGauss] [arg matrix] [arg bvect]]
650 same shape as bvect.
654 [arg_def list bvect] Vector or matrix whose columns are the individual
666 [arg_def list bvect] Vector or matrix whose columns are the individual
672 [call [cmd ::math::linearalgebra::solveGaussBand] [arg matrix] [arg bvect]]
677 bvect.
681 [arg_def list bvect] Vector or matrix whose columns are the individual
[all …]
/dports/devel/tcllibc/tcllib-1.20/modules/math/
H A Dlinalg.tcl1461 set bvect_sweep [getrow $bvect $i]
1474 return [solveTriangular $matrix $bvect]
1496 set tmp [lindex $bvect $k]
1498 setrow bvect $k [lindex $bvect $mu]
1499 setrow bvect $mu $tmp
1504 set bk [lindex $bvect $k]
1509 set bi [lindex $bvect $iline]
1577 return $bvect
1652 return $bvect
2240 set bvect {{1.0 2.0 -1.0}
[all …]
H A Dlinalg.tcllib.man634 [call [cmd ::math::linearalgebra::solveGauss] [arg matrix] [arg bvect]]
638 bvect.
642 [arg_def list bvect] Vector or matrix whose columns are the individual
646 [call [cmd ::math::linearalgebra::solvePGauss] [arg matrix] [arg bvect]]
650 same shape as bvect.
654 [arg_def list bvect] Vector or matrix whose columns are the individual
666 [arg_def list bvect] Vector or matrix whose columns are the individual
672 [call [cmd ::math::linearalgebra::solveGaussBand] [arg matrix] [arg bvect]]
677 bvect.
681 [arg_def list bvect] Vector or matrix whose columns are the individual
[all …]
/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Ddnssecinfra.hh143 std::vector<std::string> avect, bvect; in operator ()() local
146 stringtok(bvect, b, "."); in operator ()()
149 reverse(bvect.begin(), bvect.end()); in operator ()()
151 return avect < bvect; in operator ()()
/dports/x11-toolkits/guile-gnome-platform/guile-gnome-platform-2.16.5/gtk/examples/
H A Dtic-tac-toe.scm69 (bvect (make-vector (* value value))))
71 ((>= p (vector-length bvect)))
75 (vector-set! bvect p b)
96 (slot-set! ttt 'buttons bvect)
/dports/devel/tcllib/tcllib-1.20/embedded/md/tcllib/files/modules/math/
H A Dlinalg.md97 [__::math::linearalgebra::solveGauss__ *matrix* *bvect*](#47)
98 [__::math::linearalgebra::solvePGauss__ *matrix* *bvect*](#48)
99 [__::math::linearalgebra::solveTriangular__ *matrix* *bvect* ?uplo?](#49)
100 [__::math::linearalgebra::solveGaussBand__ *matrix* *bvect*](#50)
101 [__::math::linearalgebra::solveTriangularBand__ *matrix* *bvect*](#51)
817 * list *bvect*
825 shape as bvect\.
831 * list *bvect*
844 * list *bvect*
863 * list *bvect*
[all …]
/dports/devel/tcllibc/tcllib-1.20/embedded/md/tcllib/files/modules/math/
H A Dlinalg.md97 [__::math::linearalgebra::solveGauss__ *matrix* *bvect*](#47)
98 [__::math::linearalgebra::solvePGauss__ *matrix* *bvect*](#48)
99 [__::math::linearalgebra::solveTriangular__ *matrix* *bvect* ?uplo?](#49)
100 [__::math::linearalgebra::solveGaussBand__ *matrix* *bvect*](#50)
101 [__::math::linearalgebra::solveTriangularBand__ *matrix* *bvect*](#51)
817 * list *bvect*
825 shape as bvect\.
831 * list *bvect*
844 * list *bvect*
863 * list *bvect*
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Wrap/
H A Drdmolfiles.cpp300 auto bvect = in MolFragmentToSmilesHelper() local
314 F()(mol, *avect.get(), bvect.get(), asymbols.get(), bsymbols.get(), in MolFragmentToSmilesHelper()
340 std::unique_ptr<std::vector<int>> bvect = in CanonicalRankAtomsInFragment() local
354 for (size_t i = 0; bvect.get() && i < bvect->size(); ++i) { in CanonicalRankAtomsInFragment()
355 bonds[(*bvect)[i]] = true; in CanonicalRankAtomsInFragment()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/FileParsers/
H A DMolSGroupParsing.cpp1073 std::vector<unsigned int> bvect = in ParseV3000ParseLabel() local
1075 std::transform(bvect.begin(), bvect.end(), bvect.begin(), in ParseV3000ParseLabel()
1077 sgroup.setProp(label, bvect); in ParseV3000ParseLabel()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dast.c4232 otriple1, dim, bvect, ddesc, sdesc, mdesc, vsub, chunk, npar, start, in ast_rewrite() local
4774 bvect = ast_rewrite(A_BVECTG(ast)); in ast_rewrite()
4775 if (lop != A_LOPG(ast) || bvect != A_BVECTG(ast)) { in ast_rewrite()
4779 A_BVECTP(astnew, bvect); in ast_rewrite()
4802 bvect = ast_rewrite(A_BVECTG(ast)); in ast_rewrite()
4804 sdesc != A_SDESCG(ast) || bvect != A_BVECTG(ast)) { in ast_rewrite()
4811 A_BVECTP(astnew, bvect); in ast_rewrite()
4843 bvect = ast_rewrite(A_BVECTG(ast)); in ast_rewrite()
4847 mdesc != A_MDESCG(ast) || bvect != A_BVECTG(ast)) { in ast_rewrite()
4856 A_BVECTP(astnew, bvect); in ast_rewrite()
/dports/science/afni/afni-AFNI_21.3.16/src/SUMA/
H A DSUMA_CreateDO.c15898 float *r=NULL, *g=NULL, *b=NULL, *rvect=NULL, *gvect=NULL, *bvect=NULL; in SUMA_Paint_SO_ROIplanes() local
16184 bvect = (float *)SUMA_malloc(N_NewNode * sizeof(float)); in SUMA_Paint_SO_ROIplanes()
16186 if (!ivect || !rvect || !gvect || !bvect || (*CreateNel && !labvect)) { in SUMA_Paint_SO_ROIplanes()
16216 bvect[istore] = b[ii]; in SUMA_Paint_SO_ROIplanes()
16244 sopd.b = (void *)bvect; in SUMA_Paint_SO_ROIplanes()
16331 bvect = NULL; in SUMA_Paint_SO_ROIplanes()
/dports/lang/guile1/guile-1.8.8/libguile/
H A DChangeLog-scm1719 * scm.h sys.c code.doc: rearranged tc7 codes and added bvect,

12