Home
last modified time | relevance | path

Searched refs:BS (Results 1 – 25 of 5339) sorted by relevance

12345678910>>...214

/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/
H A Dacefile.ace.140 BS 1 796 LL2261r
124 BS 1 787 LL2330r
184 BS 1 770 pgemr
243 BS 1 9 LL2260r
244 BS 10 10 LL2260f
245 BS 11 16 LL2260r
246 BS 17 21 LL2260f
247 BS 22 26 LL2260r
248 BS 27 35 LL2260f
249 BS 36 54 LL2260r
[all …]
/dports/biology/ugene/ugene-40.1/data/samples/ACE/
H A DK26.ace76 BS 1 515 K26-572c
77 BS 516 516 K26-217c
78 BS 517 521 K26-572c
79 BS 522 529 K26-217c
80 BS 530 538 K26-572c
81 BS 539 569 K26-217c
82 BS 570 571 K26-526t
83 BS 572 573 K26-217c
84 BS 574 579 K26-526t
85 BS 580 584 K26-217c
[all …]
H A DBL060C3.ace45 BS 1 10 BL060c3-LR0R.b.ab1
46 BS 11 49 BL060c3-LR5.g.ab1
47 BS 50 361 BL060c3-LR0R.b.ab1
48 BS 362 362 BL060c3-LR5.g.ab1
50 BS 364 365 BL060c3-LR5.g.ab1
52 BS 372 375 BL060c3-LR5.g.ab1
54 BS 386 386 BL060c3-LR5.g.ab1
56 BS 398 398 BL060c3-LR5.g.ab1
58 BS 416 425 BL060c3-LR5.g.ab1
60 BS 434 438 BL060c3-LR5.g.ab1
[all …]
/dports/biology/py-biopython/biopython-1.79/Tests/Ace/
H A Dconsed_sample.ace76 BS 1 515 K26-572c
77 BS 516 516 K26-217c
78 BS 517 521 K26-572c
79 BS 522 529 K26-217c
80 BS 530 538 K26-572c
81 BS 539 569 K26-217c
82 BS 570 571 K26-526t
83 BS 572 573 K26-217c
84 BS 574 579 K26-526t
85 BS 580 584 K26-217c
[all …]
H A Dcontig1.ace45 BS 1 10 BL060c3-LR0R.b.ab1
46 BS 11 49 BL060c3-LR5.g.ab1
47 BS 50 361 BL060c3-LR0R.b.ab1
48 BS 362 362 BL060c3-LR5.g.ab1
50 BS 364 365 BL060c3-LR5.g.ab1
52 BS 372 375 BL060c3-LR5.g.ab1
54 BS 386 386 BL060c3-LR5.g.ab1
56 BS 398 398 BL060c3-LR5.g.ab1
58 BS 416 425 BL060c3-LR5.g.ab1
60 BS 434 438 BL060c3-LR5.g.ab1
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/t/data/consed_project/edit_dir/
H A Dtest_project.fasta.screen.ace.139 BS 1 9 ML4924R
40 BS 10 11 ML4924F
41 BS 12 16 ML4924R
42 BS 17 51 ML4924F
43 BS 52 54 ML4924R
44 BS 55 63 ML4924F
45 BS 64 64 ML4924R
46 BS 65 109 ML4924F
47 BS 110 110 ML4924R
48 BS 111 111 ML4924F
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA/
H A Ddelayed_update_helper.cu46 const int NB = (numorbs+BS-1)/BS; in applyW_stageV_cuda()
59 const int NB = (numorbs+BS-1)/BS; in applyW_stageV_cuda()
72 const int NB = (numorbs+BS-1)/BS; in applyW_stageV_cuda()
85 const int NB = (numorbs+BS-1)/BS; in applyW_stageV_cuda()
134 const int NB = (nrows+BS-1)/BS; in make_identity_matrix_cuda()
144 const int NB = (nrows+BS-1)/BS; in make_identity_matrix_cuda()
163 const int NB = (nrows+BS-1)/BS; in extract_matrix_diagonal_cuda()
173 const int NB = (nrows+BS-1)/BS; in extract_matrix_diagonal_cuda()
197 const int NB1 = (ncols+BS-1)/BS; in copy_matrix_cuda()
198 const int NB2 = (nrows+BS-1)/BS; in copy_matrix_cuda()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCHamiltonians/
H A DNLPP.cu145 int ionEnd = ((iBlock + 1) * BS < numIon) ? BS : (numIon - iBlock * BS); in find_core_electrons_PBC_kernel()
149 int elecEnd = ((eBlock + 1) * BS < numElec) ? BS : (numElec - eBlock * BS); in find_core_electrons_PBC_kernel()
152 r[0][dim * BS + tid] = myR[3 * BS * eBlock + dim * BS + tid]; in find_core_electrons_PBC_kernel()
289 __shared__ T dist[BS], disp[BS][3]; in find_core_electrons_PBC_kernel()
300 int ionEnd = ((iBlock + 1) * BS < numIon) ? BS : (numIon - iBlock * BS); in find_core_electrons_PBC_kernel()
307 r[0][dim * BS + tid] = myR[3 * BS * eBlock + dim * BS + tid]; in find_core_electrons_PBC_kernel()
519 r[0][dim * BS + tid] = myR[3 * BS * eBlock + dim * BS + tid]; in find_core_electrons_kernel()
646 __shared__ T dist[BS], disp[BS][3]; in find_core_electrons_kernel()
664 r[0][dim * BS + tid] = myR[3 * BS * eBlock + dim * BS + tid]; in find_core_electrons_kernel()
855 int end = ((pairBlock + 1) * BS < np) ? BS : (np - pairBlock * BS); in make_work_list_kernel()
[all …]
H A DCudaCoulomb.cu291 int end = (b + 1) * BS < N ? BS : N - b * BS; in coulomb_AA_PBC_kernel()
329 int end = ((b2 + 1) * BS < N) ? BS : (N - b2 * BS); in coulomb_AA_PBC_kernel()
367 int NB = (N + BS - 1) / BS; in coulomb_AA_kernel()
379 int end = (b + 1) * BS < N ? BS : N - b * BS; in coulomb_AA_kernel()
413 int end = ((b2 + 1) * BS < N) ? BS : (N - b2 * BS); in coulomb_AA_kernel()
527 int NB = (N + BS - 1) / BS; in MPC_SR_kernel()
539 int end = (b + 1) * BS < N ? BS : N - b * BS; in MPC_SR_kernel()
572 int end = ((b2 + 1) * BS < N) ? BS : (N - b2 * BS); in MPC_SR_kernel()
993 __shared__ T r[BS][3], i[BS][3], z[BS]; in coulomb_AB_kernel()
1074 __shared__ T rhok_re[BS], rhok_im[BS], rhok_s[2 * BS]; in eval_rhok_kernel()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/Particle/
H A Daccept_kernel.cu54 const int BS = 32; in accept_move_GPU_cuda() local
55 int NB = N / BS + ((N % BS) ? 1 : 0); in accept_move_GPU_cuda()
56 dim3 dimBlock(BS); in accept_move_GPU_cuda()
64 const int BS = 32; in accept_move_GPU_cuda() local
65 int NB = N / BS + ((N % BS) ? 1 : 0); in accept_move_GPU_cuda()
66 dim3 dimBlock(BS); in accept_move_GPU_cuda()
87 int end = min(BS, N - blockIdx.x * BS); in NL_move_kernel()
95 const int BS = 32; in NL_move_cuda() local
96 int NB = (N + BS - 1) / BS; in NL_move_cuda()
97 dim3 dimBlock(BS); in NL_move_cuda()
[all …]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/sandi-0.5/test-src/Codec/Binary/
H A DYencTest.hs21 BS.empty @=? Y.encode BS.empty
32 BS.pack [61,64] @=? Y.encode (BS.pack [214])
33 BS.pack [61,74] @=? Y.encode (BS.pack [224])
34 BS.pack [61,77] @=? Y.encode (BS.pack [227])
35 BS.pack [61,125] @=? Y.encode (BS.pack [19])
39 Right BS.empty @=? Y.decode BS.empty
50 Right (BS.pack [214]) @=? Y.decode (BS.pack [61,64])
51 Right (BS.pack [224]) @=? Y.decode (BS.pack [61,74])
52 Right (BS.pack [227]) @=? Y.decode (BS.pack [61,77])
53 Right (BS.pack [19]) @=? Y.decode (BS.pack [61,125])
[all …]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/sandi-0.5/test-src/Codec/Binary/
H A DYencTest.hs21 BS.empty @=? Y.encode BS.empty
32 BS.pack [61,64] @=? Y.encode (BS.pack [214])
33 BS.pack [61,74] @=? Y.encode (BS.pack [224])
34 BS.pack [61,77] @=? Y.encode (BS.pack [227])
35 BS.pack [61,125] @=? Y.encode (BS.pack [19])
39 Right BS.empty @=? Y.decode BS.empty
50 Right (BS.pack [214]) @=? Y.decode (BS.pack [61,64])
51 Right (BS.pack [224]) @=? Y.decode (BS.pack [61,74])
52 Right (BS.pack [227]) @=? Y.decode (BS.pack [61,77])
53 Right (BS.pack [19]) @=? Y.decode (BS.pack [61,125])
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DBSUtil.java33 public final static BS emptySet = new BS();
36 BS bs = BS.newN(i + 1); in newAndSetBit()
41 public static boolean areEqual(BS a, BS b) { in areEqual()
59 BS bs = BS.newN(i1); in newBitSet2()
65 BS bs = BS.newN(n); in setAll()
70 public static BS andNot(BS a, BS b) { in andNot()
76 public static BS copy(BS bs) { in copy()
80 public static BS copy2(BS a, BS b) { in copy2()
130 public static BS toggleInPlace(BS a, BS b) { in toggleInPlace()
156 public static BS deleteBits(BS bs, BS bsDelete) { in deleteBits()
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/cbc/
H A Dcbc.cpp117 xor_buf(&buf[BS*i], &buf[BS*(i-1)], BS); in process()
121 state().assign(&buf[BS*(blocks-1)], &buf[BS*blocks]); in process()
167 if(sz < BS + 1) in finish()
170 if(sz % BS == 0) in finish()
180 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
229 xor_buf(&m_tempbuf[BS], buf, to_proc - BS); in process()
230 copy_mem(state_ptr(), buf + (to_proc - BS), BS); in process()
254 const size_t pad_bytes = BS - padding().unpad(&buffer[buffer.size()-BS], BS); in finish()
287 if(sz < BS + 1) in finish()
301 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/cbc/
H A Dcbc.cpp117 xor_buf(&buf[BS*i], &buf[BS*(i-1)], BS); in process()
121 state().assign(&buf[BS*(blocks-1)], &buf[BS*blocks]); in process()
167 if(sz < BS + 1) in finish()
170 if(sz % BS == 0) in finish()
180 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
229 xor_buf(&m_tempbuf[BS], buf, to_proc - BS); in process()
230 copy_mem(state_ptr(), buf + (to_proc - BS), BS); in process()
254 const size_t pad_bytes = BS - padding().unpad(&buffer[buffer.size()-BS], BS); in finish()
287 if(sz < BS + 1) in finish()
301 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/modes/cbc/
H A Dcbc.cpp117 xor_buf(&buf[BS*i], &buf[BS*(i-1)], BS); in process()
121 state().assign(&buf[BS*(blocks-1)], &buf[BS*blocks]); in process()
167 if(sz < BS + 1) in finish()
170 if(sz % BS == 0) in finish()
180 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
229 xor_buf(&m_tempbuf[BS], buf, to_proc - BS); in process()
230 copy_mem(state_ptr(), buf + (to_proc - BS), BS); in process()
254 const size_t pad_bytes = BS - padding().unpad(&buffer[buffer.size()-BS], BS); in finish()
287 if(sz < BS + 1) in finish()
301 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/stencilsdocker/stencils/Racks/
H A Dpower_strip_bs_7.desktop2 Name=Power Strip BS 7
3 Name[bs]=Razdjeljnik BS 7
4 Name[ca]=Power Strip BS 7
6 Name[cs]=Power Strip BS 7
7 Name[da]=Power Strip BS 7
9 Name[el]=Πολύπριζο BS 7
12 Name[et]=Toitepaneel BS 7
15 Name[gl]=Ladrón BS 7
18 Name[ko]=BS 7 멀티탭
19 Name[nb]=Grenuttak BS 7
[all …]
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/lib/modes/xts/
H A Dxts.cpp92 poly_double_n_le(m_tweak.data(), &m_tweak[(which-1)*BS], BS); in update_tweak()
97 poly_double_n_le(&m_tweak[i*BS], &m_tweak[(i-1)*BS], BS); in update_tweak()
121 buf += to_proc * BS; in process()
140 if(sz % BS == 0) in finish()
147 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
166 xor_buf(last, tweak() + BS, BS); in finish()
168 xor_buf(last, tweak() + BS, BS); in finish()
214 if(sz % BS == 0) in finish()
221 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
229 xor_buf(last, tweak() + BS, BS); in finish()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/lib/modes/xts/
H A Dxts.cpp92 poly_double_n_le(m_tweak.data(), &m_tweak[(which-1)*BS], BS); in update_tweak()
97 poly_double_n_le(&m_tweak[i*BS], &m_tweak[(i-1)*BS], BS); in update_tweak()
121 buf += to_proc * BS; in process()
140 if(sz % BS == 0) in finish()
147 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
166 xor_buf(last, tweak() + BS, BS); in finish()
168 xor_buf(last, tweak() + BS, BS); in finish()
214 if(sz % BS == 0) in finish()
221 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
229 xor_buf(last, tweak() + BS, BS); in finish()
[all …]
/dports/security/botan2/Botan-2.18.2/src/lib/modes/xts/
H A Dxts.cpp92 poly_double_n_le(m_tweak.data(), &m_tweak[(which-1)*BS], BS); in update_tweak()
97 poly_double_n_le(&m_tweak[i*BS], &m_tweak[(i-1)*BS], BS); in update_tweak()
121 buf += to_proc * BS; in process()
140 if(sz % BS == 0) in finish()
147 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
166 xor_buf(last, tweak() + BS, BS); in finish()
168 xor_buf(last, tweak() + BS, BS); in finish()
214 if(sz % BS == 0) in finish()
221 const size_t full_blocks = ((sz / BS) - 1) * BS; in finish()
229 xor_buf(last, tweak() + BS, BS); in finish()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ShapeUpgrade/
H A DShapeUpgrade.cxx46 if (BS.IsNull() || (BS->IsCN (1))) return Standard_False; in C0BSplineToSequenceOfC1BSplineCurve()
60 BS->Poles(Poles); in C0BSplineToSequenceOfC1BSplineCurve()
61 if (BS->IsRational()) in C0BSplineToSequenceOfC1BSplineCurve()
65 BS->Knots(Knots); in C0BSplineToSequenceOfC1BSplineCurve()
139 BS->Poles(Poles2d); in BSplineCurve2dTo3d()
140 if (BS->IsRational()) in BSplineCurve2dTo3d()
144 BS->Knots (Knots); in BSplineCurve2dTo3d()
166 BS->Poles(Poles3d); in BSplineCurve3dTo2d()
167 if (BS->IsRational()) in BSplineCurve3dTo2d()
171 BS->Knots (Knots); in BSplineCurve3dTo2d()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DPhaseFactors.cu52 int nb = (num_splines + BS-1)/BS; in phase_factor_kernel()
134 __shared__ T in_shared[2*BS], out_shared[2*BS], kPoints_s[BS][3], in phase_factor_kernel_new()
146 int NB = (num_splines+BS-1)/BS; in phase_factor_kernel_new()
159 in_shared[tid+BS] = phi_in_ptr[off+BS]; in phase_factor_kernel_new()
221 int nb = (num_splines + BS-1)/BS; in phase_factor_kernel()
367 int nb = (num_splines + BS-1)/BS; in phase_factor_kernel()
368 __shared__ int m2c[BS], m2cIndex[BS]; in phase_factor_kernel()
497 dim3 dimGrid ((num_walkers+BS-1)/BS); in apply_phase_factors()
562 dim3 dimGrid ((num_walkers+BS-1)/BS); in apply_phase_factors()
646 int NB = (num_splines+BS-1)/BS; in phase_factor_kernel()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-bswap-8.c8 #define BS(X) __builtin_bswap32(X) macro
12 return BS (~ BS (a)); in foo1()
17 return BS (BS (a) & 0xA0000); in foo2()
22 return BS (BS (a) | 0xA0000); in foo3()
27 return BS (BS (a) ^ 0xA0000); in foo4()
32 return BS (BS (a) & BS (b)); in foo5()
37 return BS (BS (a) | BS (b)); in foo6()
42 return BS (BS (a) ^ BS (b)); in foo7()
H A Dbuiltin-bswap-9.c8 #define BS(X) __builtin_bswap64(X) macro
12 return BS (~ BS (a)); in foo1()
17 return BS (BS (a) & 0xA00000000); in foo2()
22 return BS (BS (a) | 0xA00000000); in foo3()
27 return BS (BS (a) ^ 0xA00000000); in foo4()
32 return BS (BS (a) & BS (b)); in foo5()
37 return BS (BS (a) | BS (b)); in foo6()
42 return BS (BS (a) ^ BS (b)); in foo7()
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dbuiltin-bswap-9.c8 #define BS(X) __builtin_bswap64(X) macro
12 return BS (~ BS (a)); in foo1()
17 return BS (BS (a) & 0xA00000000); in foo2()
22 return BS (BS (a) | 0xA00000000); in foo3()
27 return BS (BS (a) ^ 0xA00000000); in foo4()
32 return BS (BS (a) & BS (b)); in foo5()
37 return BS (BS (a) | BS (b)); in foo6()
42 return BS (BS (a) ^ BS (b)); in foo7()

12345678910>>...214