Home
last modified time | relevance | path

Searched refs:outweight (Results 1 – 25 of 57) sorted by relevance

123

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dutil.i741 double *img, *weight, *outimg, *outweight; in lanczos_shift_image_c() local
746 outweight = NULL; in lanczos_shift_image_c()
809 outweight = PyArray_DATA(np_outweight); in lanczos_shift_image_c()
836 if (outweight) { in lanczos_shift_image_c()
838 outweight[i*W + j] = wt; in lanczos_shift_image_c()
866 outimg=None, outweight=None):
873 if outweight is not None:
874 assert(outweight.shape == img.shape)
876 # print 'outweight:', outweight
879 if outweight is None:
[all …]
H A Dc.py215 outimg=None, outweight=None): argument
222 if outweight is not None:
223 assert(outweight.shape == img.shape)
227 lanczos_shift_image_c(img, weight, outimg, outweight, order, dx, dy)
228 if outweight is None:
230 return outimg,outweight
H A Dutil.py215 outimg=None, outweight=None): argument
222 if outweight is not None:
223 assert(outweight.shape == img.shape)
227 lanczos_shift_image_c(img, weight, outimg, outweight, order, dx, dy)
228 if outweight is None:
230 return outimg,outweight
H A Dutil_wrap.c3679 double *img, *weight, *outimg, *outweight; in lanczos_shift_image_c() local
3684 outweight = NULL; in lanczos_shift_image_c()
3747 outweight = PyArray_DATA(np_outweight); in lanczos_shift_image_c()
3774 if (outweight) { in lanczos_shift_image_c()
3776 outweight[i*W + j] = wt; in lanczos_shift_image_c()
/dports/graphics/graphviz/graphviz-2.44.1/lib/common/
H A Dns.c686 int inweight, outweight; in TB_balance() local
719 inweight = outweight = 0; in TB_balance()
727 outweight += ED_weight(e); in TB_balance()
733 if (inweight == outweight) in TB_balance()
737 if (inweight == outweight) { in TB_balance()
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/
H A Dtx.c938 size_t outweight; in change_amount() local
942 outweight = bitcoin_tx_output_weight(BITCOIN_SCRIPTPUBKEY_P2WPKH_LEN); in change_amount()
946 amount_tx_fee(feerate_perkw, outweight + total_weight), in change_amount()
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/ShivaVG/
H A DMYTODO77 the CPU bottleneck outweight the gain?
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/
H A D2021-04-12-universal-improvements.markdown42 But I believe the benefits would outweight the limitations. Reducing temporary space doubling and m…
/dports/databases/rocksdb-lite/rocksdb-6.26.1/docs/_posts/
H A D2021-04-12-universal-improvements.markdown42 But I believe the benefits would outweight the limitations. Reducing temporary space doubling and m…
/dports/databases/rocksdb/rocksdb-6.26.1/docs/_posts/
H A D2021-04-12-universal-improvements.markdown42 But I believe the benefits would outweight the limitations. Reducing temporary space doubling and m…
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/
H A D2021-04-12-universal-improvements.markdown42 But I believe the benefits would outweight the limitations. Reducing temporary space doubling and m…
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/docs/_posts/
H A D2021-04-12-universal-improvements.markdown42 But I believe the benefits would outweight the limitations. Reducing temporary space doubling and m…
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A DREADME.md10 outweight the benefits of a faster JavaScript engine or as a way to avoid having non-Go dependencie…
/dports/x11-toolkits/neXtaw/neXtaw-0.15.1/doc/app-defaults/
H A DEmacs246 ! not 100% Motif compliant but the benefits far outweight the
/dports/benchmarks/dhrystone/dhrystone-2.1_2/
H A DRATIONALE64 "Dhrystone"; the confusion generated by such a change would probably outweight
/dports/math/eprover/eprover-E-2.0/DOC/
H A Dbasics.tex86 cases the advantages (avoiding the duplication of code) far outweight
/dports/math/fftw-float/fftw-2.1.5/doc/
H A Dfftw.info-3775 parallel-computation benefits to outweight the communications costs.
/dports/math/fftw/fftw-2.1.5/doc/
H A Dfftw.info-3775 parallel-computation benefits to outweight the communications costs.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/cmake/modules/
H A DAddLLVM.cmake1466 # The runtime benefits of LTO don't outweight the compile time costs for tests.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/cmake/modules/
H A DAddLLVM.cmake1466 # The runtime benefits of LTO don't outweight the compile time costs for tests.
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/cmake/modules/
H A DAddLLVM.cmake1466 # The runtime benefits of LTO don't outweight the compile time costs for tests.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/cmake/modules/
H A DAddLLVM.cmake1477 # The runtime benefits of LTO don't outweight the compile time costs for tests.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/cmake/modules/
H A DAddLLVM.cmake1466 # The runtime benefits of LTO don't outweight the compile time costs for tests.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/cmake/modules/
H A DAddLLVM.cmake1466 # The runtime benefits of LTO don't outweight the compile time costs for tests.
/dports/graphics/clutter/clutter-1.26.4/
H A DChangeLog.pre-1.222385 downsides outweight the benefits. At worst, the larger texture will end

123