Home
last modified time | relevance | path

Searched refs:getblock (Results 1 – 25 of 953) sorted by relevance

12345678910>>...39

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/
H A Dblockmatrix.cpp99 getblock(bi, bj) = 0; in set_zero()
111 getblock(bi, bj) = (bi == bj); in set_identity()
162 a.getblock(i, 0), in mul_smallb()
163 a.getblock(i, 0), in mul_smallb()
164 b.getblock(0, 0)); in mul_smallb()
185 c.getblock(i, j), in mul_smallb()
186 a.getblock(i, k), in mul_smallb()
220 getblock(ib, j)[i] = getblock(xib, j)[xi]; in reverse_rows()
422 mat64_transpose(getblock(i, i), a.getblock(i, i)); in transpose()
426 mat64_transpose(getblock(i, j), a.getblock(j, i)); in transpose()
[all …]
H A Dblockmatrix.hpp28 inline mat64 & getblock(unsigned int bi, unsigned int bj) { in getblock() function
67 return M.getblock(ii/B, jj/B)[ii % B]; in part()
74 return M.getblock(ii/B, jj/B)[ii % B]; in part()
86 inline mat64 & getblock(unsigned int bi, unsigned int bj) { in getblock() function
90 return M.getblock(i0 / B + bi, j0 / B + bj); in getblock()
96 return M.getblock(i0 / B + bi, j0 / B + bj); in getblock()
111 return M.getblock(ii/B, jj/B)[ii % B]; in part()
127 return M.getblock(i0 / B + bi, j0 / B + bj); in getblock()
145 return M.getblock(ii/B, jj/B)[ii % B]; in operator []()
150 return M.getblock(ii/B, jj/B)[ii % B]; in operator []()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/test/functional/
H A Dp2p_unrequested_blocks.py110 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
128 self.nodes[0].getblock(block_h2f.hash)
144 self.nodes[0].getblock(block_h3.hash)
147 self.nodes[0].getblock(block_h3.hash)
162 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
170 self.nodes[0].getblock(all_blocks[1].hash)
179 self.nodes[0].getblock(x.hash)
217 self.nodes[0].getblock(all_blocks[286].hash)
255 self.nodes[0].getblock(block_289f.hash)
256 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Drpc_generateblock.py28 block = node.getblock(blockhash=hash, verbose=2)
34 block = node.getblock(blockhash=hash, verbosity=2)
42 block = node.getblock(hash, 2)
50 block = node.getblock(hash, 2)
64 block = node.getblock(hash, 1)
73 block = node.getblock(hash, 1)
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/test/functional/
H A Dp2p_unrequested_blocks.py110 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
128 self.nodes[0].getblock(block_h2f.hash)
144 self.nodes[0].getblock(block_h3.hash)
147 self.nodes[0].getblock(block_h3.hash)
162 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
170 self.nodes[0].getblock(all_blocks[1].hash)
179 self.nodes[0].getblock(x.hash)
217 self.nodes[0].getblock(all_blocks[286].hash)
255 self.nodes[0].getblock(block_289f.hash)
256 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Drpc_generateblock.py28 block = node.getblock(blockhash=hash, verbose=2)
34 block = node.getblock(blockhash=hash, verbosity=2)
42 block = node.getblock(hash, 2)
50 block = node.getblock(hash, 2)
64 block = node.getblock(hash, 1)
73 block = node.getblock(hash, 1)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/test/functional/
H A Dp2p_unrequested_blocks.py110 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
128 self.nodes[0].getblock(block_h2f.hash)
144 self.nodes[0].getblock(block_h3.hash)
147 self.nodes[0].getblock(block_h3.hash)
162 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
170 self.nodes[0].getblock(all_blocks[1].hash)
179 self.nodes[0].getblock(x.hash)
217 self.nodes[0].getblock(all_blocks[286].hash)
255 self.nodes[0].getblock(block_289f.hash)
256 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Drpc_generateblock.py28 block = node.getblock(blockhash=hash, verbose=2)
34 block = node.getblock(blockhash=hash, verbosity=2)
42 block = node.getblock(hash, 2)
50 block = node.getblock(hash, 2)
64 block = node.getblock(hash, 1)
73 block = node.getblock(hash, 1)
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/test/functional/
H A Dp2p_unrequested_blocks.py120 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
140 self.nodes[0].getblock(block_h2f.hash)
158 self.nodes[0].getblock(block_h3.hash)
161 self.nodes[0].getblock(block_h3.hash)
178 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
187 self.nodes[0].getblock(all_blocks[1].hash)
196 self.nodes[0].getblock(x.hash)
238 self.nodes[0].getblock(all_blocks[286].hash)
282 self.nodes[0].getblock(block_289f.hash)
283 self.nodes[0].getblock(block_290f.hash)
[all …]
/dports/net-p2p/litecoin/litecoin-0.18.1/test/functional/
H A Dp2p_unrequested_blocks.py120 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
140 self.nodes[0].getblock(block_h2f.hash)
158 self.nodes[0].getblock(block_h3.hash)
161 self.nodes[0].getblock(block_h3.hash)
178 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
187 self.nodes[0].getblock(all_blocks[1].hash)
196 self.nodes[0].getblock(x.hash)
238 self.nodes[0].getblock(all_blocks[286].hash)
282 self.nodes[0].getblock(block_289f.hash)
283 self.nodes[0].getblock(block_290f.hash)
[all …]
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/test/functional/
H A Dp2p_unrequested_blocks.py120 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
140 self.nodes[0].getblock(block_h2f.hash)
158 self.nodes[0].getblock(block_h3.hash)
161 self.nodes[0].getblock(block_h3.hash)
178 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
187 self.nodes[0].getblock(all_blocks[1].hash)
196 self.nodes[0].getblock(x.hash)
238 self.nodes[0].getblock(all_blocks[286].hash)
282 self.nodes[0].getblock(block_289f.hash)
283 self.nodes[0].getblock(block_290f.hash)
[all …]
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/test/functional/
H A Dp2p_unrequested_blocks.py110 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
128 self.nodes[0].getblock(block_h2f.hash)
144 self.nodes[0].getblock(block_h3.hash)
147 self.nodes[0].getblock(block_h3.hash)
162 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
170 self.nodes[0].getblock(all_blocks[1].hash)
179 self.nodes[0].getblock(x.hash)
217 self.nodes[0].getblock(all_blocks[286].hash)
255 self.nodes[0].getblock(block_289f.hash)
256 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Drpc_generateblock.py28 block = node.getblock(blockhash=hash, verbose=2)
34 block = node.getblock(blockhash=hash, verbosity=2)
42 block = node.getblock(hash, 2)
50 block = node.getblock(hash, 2)
64 block = node.getblock(hash, 1)
73 block = node.getblock(hash, 1)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/test/functional/
H A Dp2p_unrequested_blocks.py110 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
128 self.nodes[0].getblock(block_h2f.hash)
144 self.nodes[0].getblock(block_h3.hash)
147 self.nodes[0].getblock(block_h3.hash)
162 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
170 self.nodes[0].getblock(all_blocks[1].hash)
179 self.nodes[0].getblock(x.hash)
217 self.nodes[0].getblock(all_blocks[286].hash)
255 self.nodes[0].getblock(block_289f.hash)
256 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Drpc_generateblock.py28 block = node.getblock(blockhash=hash, verbose=2)
34 block = node.getblock(blockhash=hash, verbosity=2)
42 block = node.getblock(hash, 2)
50 block = node.getblock(hash, 2)
64 block = node.getblock(hash, 1)
73 block = node.getblock(hash, 1)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/test/functional/
H A Dp2p_unrequested_blocks.py110 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
128 self.nodes[0].getblock(block_h2f.hash)
144 self.nodes[0].getblock(block_h3.hash)
147 self.nodes[0].getblock(block_h3.hash)
162 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
170 self.nodes[0].getblock(all_blocks[1].hash)
179 self.nodes[0].getblock(x.hash)
217 self.nodes[0].getblock(all_blocks[286].hash)
255 self.nodes[0].getblock(block_289f.hash)
256 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Drpc_generateblock.py28 block = node.getblock(blockhash=hash, verbose=2)
34 block = node.getblock(blockhash=hash, verbosity=2)
42 block = node.getblock(hash, 2)
50 block = node.getblock(hash, 2)
64 block = node.getblock(hash, 1)
73 block = node.getblock(hash, 1)
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/test/functional/
H A Dp2p_unrequested_blocks.py119 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_h1f.hash)
158 self.nodes[0].getblock(block_h3.hash)
161 self.nodes[0].getblock(block_h3.hash)
176 assert_raises_rpc_error(-5, "Block not found", self.nodes[0].getblock, all_blocks[1].hash)
184 self.nodes[0].getblock(all_blocks[1].hash)
193 self.nodes[0].getblock(x.hash)
231 self.nodes[0].getblock(all_blocks[286].hash)
264 … assert_raises_rpc_error(-1, "Block not found on disk", self.nodes[0].getblock, block_292.hash)
269 self.nodes[0].getblock(block_289f.hash)
270 self.nodes[0].getblock(block_290f.hash)
[all …]
H A Dqtum_soft_block_gas_limits.py92 assert_equal(len(node_that_cannot_mine_the_txs.getblock(block_hash)['tx']), 1)
99 assert_equal(len(self.nodes[0].getblock(block_hash)['tx']), 3)
102 assert_equal(len(self.nodes[0].getblock(block_hash)['tx']), 3)
111 assert_equal(len(self.nodes[2].getblock(block_hash)['tx']), 1)
116 assert_equal(len(self.nodes[1].getblock(block_hash)['tx']), 9)
121 assert_equal(len(self.nodes[0].getblock(block_hash)['tx']), 3)
131 assert_equal(len(self.nodes[5].getblock(block_hash)['tx']), 1)
136 assert_equal(len(self.nodes[4].getblock(block_hash)['tx']), 3)
141 assert_equal(len(self.nodes[4].getblock(block_hash)['tx']), 1)
146 assert_equal(len(self.nodes[3].getblock(block_hash)['tx']), 3)
[all …]
H A Dqtum_state_root.py25 block = self.node.getblock(block_hash)
33 block_a = self.node.getblock(block_hash_a)
43 block_b = self.node.getblock(block_hash_b)
49 block_a = self.node.getblock(block_hash_a)
55 block_b = self.node.getblock(block_hash_b)
/dports/graphics/sane-epkowa/iscan-2.11.0/non-free/
H A Dfilter.hh63 virtual filter& getblock ( byte_type *block, size_type n) = 0;
71 return getblock (o_block, o_n); in exec()
99 virtual filter& getblock ( byte_type *block, size_type n);
113 virtual filter& getblock ( byte_type *block, size_type n);
128 virtual filter& getblock ( byte_type *block, size_type n);
/dports/biology/stringtie/stringtie-2.1.1/SuperReads_RNA/global-1/SuperReadsR/src/
H A DMurmurHash3.cpp56 FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) in getblock() function
61 FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) in getblock() function
113 uint32_t k1 = getblock(blocks,i); in MurmurHash3_x86_32()
174 uint32_t k1 = getblock(blocks,i*4+0); in MurmurHash3_x86_128()
175 uint32_t k2 = getblock(blocks,i*4+1); in MurmurHash3_x86_128()
176 uint32_t k3 = getblock(blocks,i*4+2); in MurmurHash3_x86_128()
177 uint32_t k4 = getblock(blocks,i*4+3); in MurmurHash3_x86_128()
275 uint64_t k1 = getblock(blocks,i*2+0); in MurmurHash3_x64_128()
276 uint64_t k2 = getblock(blocks,i*2+1); in MurmurHash3_x64_128()
/dports/databases/mdcached/mdcached-1.0.9/mdcached/
H A DMurmurHash3.cpp55 static FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) in getblock() function
60 static FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) in getblock() function
112 uint32_t k1 = getblock(blocks,i); in MurmurHash3_x86_32()
168 uint32_t k1 = getblock(blocks,i); in MurmurHash3_32()
227 uint32_t k1 = getblock(blocks,i*4+0); in MurmurHash3_x86_128()
228 uint32_t k2 = getblock(blocks,i*4+1); in MurmurHash3_x86_128()
229 uint32_t k3 = getblock(blocks,i*4+2); in MurmurHash3_x86_128()
230 uint32_t k4 = getblock(blocks,i*4+3); in MurmurHash3_x86_128()
328 uint64_t k1 = getblock(blocks,i*2+0); in MurmurHash3_x64_128()
329 uint64_t k2 = getblock(blocks,i*2+1); in MurmurHash3_x64_128()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/src/
H A DMurmurHash3.cpp66 FORCE_INLINE uint32_t getblock ( const uint32_t * p, int i ) in getblock() function
71 FORCE_INLINE uint64_t getblock ( const uint64_t * p, int i ) in getblock() function
123 uint32_t k1 = getblock(blocks,i); in MurmurHash3_x86_32()
184 uint32_t k1 = getblock(blocks,i*4+0); in MurmurHash3_x86_128()
185 uint32_t k2 = getblock(blocks,i*4+1); in MurmurHash3_x86_128()
186 uint32_t k3 = getblock(blocks,i*4+2); in MurmurHash3_x86_128()
187 uint32_t k4 = getblock(blocks,i*4+3); in MurmurHash3_x86_128()
285 uint64_t k1 = getblock(blocks,i*2+0); in MurmurHash3_x64_128()
286 uint64_t k2 = getblock(blocks,i*2+1); in MurmurHash3_x64_128()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/
H A DMurmurHash3.cpp57 FORCE_INLINE uint32_t getblock(const uint32_t* p, int i) { return p[i]; } in getblock() function
59 FORCE_INLINE uint64_t getblock(const uint64_t* p, int i) { return p[i]; } in getblock() function
105 uint32_t k1 = getblock(blocks, i); in MurmurHash3_x86_32()
169 uint32_t k1 = getblock(blocks, i * 4 + 0); in MurmurHash3_x86_128()
170 uint32_t k2 = getblock(blocks, i * 4 + 1); in MurmurHash3_x86_128()
171 uint32_t k3 = getblock(blocks, i * 4 + 2); in MurmurHash3_x86_128()
172 uint32_t k4 = getblock(blocks, i * 4 + 3); in MurmurHash3_x86_128()
325 uint64_t k1 = getblock(blocks, i * 2 + 0); in MurmurHash3_x64_128()
326 uint64_t k2 = getblock(blocks, i * 2 + 1); in MurmurHash3_x64_128()

12345678910>>...39