Home
last modified time | relevance | path

Searched defs:mmix (Results 1 – 13 of 13) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/pkundu/meica.libs/
H A Dtedana.py490 def write_split_ts(data,comptable,mmix,suffix=''): argument
508 def split_ts(data,comptable,mmix): argument
517 def writefeats(cbetas,comptable,mmix,suffix=''): argument
539 def computefeats2(data,mmix,mask,normalize=True): argument
552 def writefeats2(data,mmix,mask,suffix=''): argument
691 …seldict,comptable,betas,mmix = fitmodels_direct(catd,mmix_orig,mask,t2s,tes,options.fout,reindex=T… variable
699 seldict,comptable,betas,mmix = fitmodels_direct(catd,mmix_orig,mask,t2s,tes,options.fout) variable
H A Dselect_model.py18 def fitmodels_direct(catd,mmix,mask,t2s,tes,fout=None,reindex=False,mmixN=None,full_sel=True,debugo… argument
/dports/lang/mmix/mmix-20160804_1/
H A DMakefile91 mmix: mmix-arith.o mmix-io.o mmix-sim.c abstime.h target
/dports/emulators/mess/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dhash.inl14 #define mmix(_h, _k) { _k *= MURMUR_M; _k ^= _k >> MURMUR_R; _k *= MURMUR_M; _h *= MURMUR_M; _h ^= … macro
/dports/emulators/mame/mame-mame0226/3rdparty/bx/include/bx/inline/
H A Dhash.inl14 #define mmix(_h, _k) { _k *= MURMUR_M; _k ^= _k >> MURMUR_R; _k *= MURMUR_M; _h *= MURMUR_M; _h ^= … macro
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxhash.hpp143 inline void mmix(uint32_t& h, uint32_t& k, uint32_t m, int r) in mmix() function
/dports/databases/mdcached/mdcached-1.0.9/mdcached/
H A DMurmurHash2.cpp185 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/smhasher/src/
H A DMurmurHash2.cpp204 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/smhasher/src/
H A DMurmurHash2.cpp204 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/dports/benchmarks/smhasher/smhasher-1.0/
H A DMurmurHash2.cpp204 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/dports/devel/py-murmurhash/murmurhash-1.0.5/murmurhash/
H A DMurmurHash2.cpp204 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/checksum/murmurhash/
H A DMurmurHash2.cxx204 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/checksum/murmurhash/
H A DMurmurHash2.cxx204 #define mmix(h,k) { k *= m; k ^= k >> r; k *= m; h *= m; h ^= k; } macro