Home
last modified time | relevance | path

Searched refs:rfn (Results 1 – 25 of 427) sorted by relevance

12345678910>>...18

/dports/math/faiss/faiss-1.7.1/benchs/link_and_code/
H A Dneighbor_codec.py81 rfn = x_coded
82 M, d = rfn.M, rfn.index.d
87 return out[:, sq * rfn.dsub : (sq + 1) * rfn.dsub]
206 if rfn.k == 1:
210 (rfn.nsq, rfn.k, rfn.M + 1), dtype='float32')
213 all_x[:, sq * rfn.dsub : (sq + 1) * rfn.dsub] = x
214 rfn.codes.clear()
215 rfn.ntotal = 0
230 d0, d1 = sq * rfn.dsub, (sq + 1) * rfn.dsub
234 xb_full[:, d0:d1], rfn, (xb_full.shape[0], rfn.M + 1, sq),
[all …]
H A Dbench_link_and_code.py169 rfn = faiss.ReconstructFromNeighbors(index_hnsw, k, nsq) variable
172 rfn = faiss.ReconstructFromNeighbors( variable
178 rfn, xb_full, niter=args.beta_niter)
185 rfn.codebook)
186 index_hnsw.reconstruct_from_neighbors = rfn
188 if rfn.k == 1:
193 assert codes.size == rfn.code_size * index.ntotal
195 rfn.codes)
196 rfn.ntotal = index.ntotal
209 rfn.add_codes(i1 - i0, faiss.swig_ptr(xbatch))
[all …]
/dports/editors/fileobj/fileobj-0.7.91/src/
H A Dundo.py47 def add_undo(self, ufn, rfn): argument
52 self.__undoredo.append((ufn, rfn))
76 def rfn(ref): function
78 self.add_undo(ufn, rfn)
83 ret, msg, rfn = self.__undo(ref, self.__cursor - 1)
89 self.__rollback.append((rfn, +1))
96 ufn, rfn = self.__undoredo[index]
97 return ufn(ref), '', rfn
116 ufn, rfn = self.__undoredo[index]
117 return rfn(ref), '', ufn
/dports/sysutils/vmdktool/vmdktool-1.4/t/
H A Dunevenfile.t21 my $rfn = "$d/uneven.raw-r";
55 system "$cmd -r $rfn $vmdkfn";
56 is($?, 0, "Created $rfn from $vmdkfn");
61 print "# Comparing $rawfn and $rfn\n";
62 system "cmp -l $rawfn $rfn";
63 is($?, 0, "$rawfn and $rfn are the same");
H A Dvmdkfile.t21 my $rfn = "$d/file.raw-r";
55 system "$cmd -r $rfn $vmdkfn";
56 is($?, 0, "Created $rfn from $vmdkfn");
61 print "# Comparing $rawfn and $rfn\n";
62 system "cmp -l $rawfn $rfn";
63 is($?, 0, "$rawfn and $rfn are the same");
/dports/emulators/lisaem/lisaem-1.2.6.2/lisa/
H A Dmmu.c251 lisa_mem_t rfn; in init_start_mode_segment() local
258 rfn = get_lisa_sio_fn(i); in init_start_mode_segment()
266 … if (rfn!=sio_mmu) DEBUG_LOG(10,"*** sio_mmu seg #%d for i&32, rfn is needed:%d\n",i,rfn); in init_start_mode_segment()
270 rfn = sio_mmu; in init_start_mode_segment()
279 … if (rfn!=sio_mrg) DEBUG_LOG(10,"*** sio_mmu seg #%d for i&64, rfn is needed:%d\n",i,rfn); in init_start_mode_segment()
283 rfn = sio_mrg; in init_start_mode_segment()
297 mmu_trans_all[0][i].readfn = rfn; in init_start_mode_segment()
787 lisa_mem_t rfn=bad_page, wfn=bad_page; in create_mmu_segment() local
826 if (rfn==ram) in create_mmu_segment()
835 if (pe<minlisaram ) {rfn=OxVoid; wfn=OxVoid;} in create_mmu_segment()
[all …]
/dports/cad/calculix-ccx/CalculiX/ccx_2.18/test/
H A Dcompare19 if [ $i = circ10pcent.rfn.inp ]
24 if [ $i = circ10p.rfn.inp ]
29 if [ $i = segmentsmooth.rfn.inp ]
34 if [ $i = segmentsmooth2.rfn.inp ]
128 rm -f *.rfn.inp
/dports/www/typo3-9/typo3_src-9.5.31/vendor/guzzlehttp/guzzle/src/
H A DPool.php55 foreach ($iterable as $key => $rfn) {
56 if ($rfn instanceof RequestInterface) {
57 yield $key => $client->sendAsync($rfn, $opts);
58 } elseif (is_callable($rfn)) {
59 yield $key => $rfn($opts);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/guzzlehttp/guzzle/src/
H A DPool.php55 foreach ($iterable as $key => $rfn) {
56 if ($rfn instanceof RequestInterface) {
57 yield $key => $client->sendAsync($rfn, $opts);
58 } elseif (is_callable($rfn)) {
59 yield $key => $rfn($opts);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/guzzlehttp/guzzle/src/
H A DPool.php55 foreach ($iterable as $key => $rfn) {
56 if ($rfn instanceof RequestInterface) {
57 yield $key => $client->sendAsync($rfn, $opts);
58 } elseif (is_callable($rfn)) {
59 yield $key => $rfn($opts);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/guzzlehttp/guzzle/src/
H A DPool.php55 foreach ($iterable as $key => $rfn) {
56 if ($rfn instanceof RequestInterface) {
57 yield $key => $client->sendAsync($rfn, $opts);
58 } elseif (is_callable($rfn)) {
59 yield $key => $rfn($opts);
/dports/net/storj/storj-1.45.3/vendor/github.com/zeebo/clingy/
H A Dparams_transform.go30 func callMany(rval, rfn reflect.Value) (reflect.Value, error) {
32 return reflect.Zero(reflect.SliceOf(rfn.Type().Out(0))), nil
34 out := reflect.MakeSlice(reflect.SliceOf(rfn.Type().Out(0)), rval.Len(), rval.Len())
36 result, err := callOne(rval.Index(i), rfn)
45 func callOne(rval, rfn reflect.Value) (reflect.Value, error) {
46 results := rfn.Call([]reflect.Value{rval})
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/GuzzleHttp/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (\is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (\is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/phpbb3/phpBB3/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (\is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (\is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/drupal8/drupal-8.9.20/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);
/dports/www/drupal9/drupal-9.2.10/vendor/guzzlehttp/guzzle/src/
H A DPool.php56 foreach ($iterable as $key => $rfn) {
57 if ($rfn instanceof RequestInterface) {
58 yield $key => $client->sendAsync($rfn, $opts);
59 } elseif (is_callable($rfn)) {
60 yield $key => $rfn($opts);

12345678910>>...18