Home
last modified time | relevance | path

Searched refs:bit_sub (Results 1 – 9 of 9) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbm.h1022 void operator -= (const bvector<Alloc>& bv) { bit_sub(bv); }
1733 bm::bvector<Alloc>& bit_sub(const bm::bvector<Alloc>& bv1,
1774 bm::bvector<Alloc>& bit_sub(const bm::bvector<Alloc>& bv) in bit_sub() function
2173 ret.bit_sub(bv1, bv2, bvector<Alloc>::opt_none);
3659 bit_sub(bv_tmp); in clear()
5338 bvector<Alloc>::bit_sub(const bm::bvector<Alloc>& bv1, in bit_sub() function
5350 this->bit_sub(bv2); in bit_sub()
5355 this->bit_sub(bv1); in bit_sub()
H A Dbmsparsevec_algo.h1077 bv_product_.bit_sub(bv_zero_); in remap()
H A Dbmserial.h6386 bv.bit_sub(bv_tmp); in process_operation()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbm.h1022 void operator -= (const bvector<Alloc>& bv) { bit_sub(bv); }
1733 bm::bvector<Alloc>& bit_sub(const bm::bvector<Alloc>& bv1,
1774 bm::bvector<Alloc>& bit_sub(const bm::bvector<Alloc>& bv) in bit_sub() function
2173 ret.bit_sub(bv1, bv2, bvector<Alloc>::opt_none);
3659 bit_sub(bv_tmp); in clear()
5338 bvector<Alloc>::bit_sub(const bm::bvector<Alloc>& bv1, in bit_sub() function
5350 this->bit_sub(bv2); in bit_sub()
5355 this->bit_sub(bv1); in bit_sub()
H A Dbmsparsevec_algo.h1077 bv_product_.bit_sub(bv_zero_); in remap()
H A Dbmserial.h6386 bv.bit_sub(bv_tmp); in process_operation()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/stress_test/
H A Dstress64.cpp9087 bv_i.bit_sub(bv1); in SubOperationsTest()
9093 bv_i.bit_sub(bv1); in SubOperationsTest()
9099 bv_i.bit_sub(bv1); in SubOperationsTest()
9159 bvect_full1.bit_sub(bvect_full2); in SubOperationsTest()
9204 bvect_full1.bit_sub(bvect_full2); in SubOperationsTest()
9255 bvect_full1.bit_sub(bvect_full2); in SubOperationsTest()
9282 bv1c.bit_sub(bv2); in SubOperationsTest()
9285 bv.bit_sub(bv1, bv2, bvect::opt_compress); in SubOperationsTest()
9301 bv1c.bit_sub(bv2); in SubOperationsTest()
9334 bv1c.bit_sub(bv2); in SubOperationsTest()
[all …]
H A Dstress32.cpp7149 bvect_full1.bit_sub(bvect_full2); in SubOperationsTest()
7208 bvect_full1.bit_sub(bvect_full2); in SubOperationsTest()
7271 bvect_full1.bit_sub(bvect_full2); in SubOperationsTest()
7310 bv1c.bit_sub(bv2); in SubOperationsTest()
7313 bv.bit_sub(bv1, bv2, bvect::opt_compress); in SubOperationsTest()
7329 bv1c.bit_sub(bv2); in SubOperationsTest()
7364 bv1c.bit_sub(bv2); in SubOperationsTest()
7368 bv.bit_sub(bv1, bv2, bvect::opt_compress); in SubOperationsTest()
7411 bv_s.bit_sub(bv1, bv2, bvect::opt_none); in SubOperationsTest()
7418 bv_s.bit_sub(bv2, bv1, bvect::opt_none); in SubOperationsTest()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/bitset/test/
H A Dbmtest32.cpp1626 bvt2.bit_sub(bv1, bv2, bvect::opt_compress); in SubTest()