Home
last modified time | relevance | path

Searched refs:histogram_16 (Results 1 – 1 of 1) sorted by relevance

/dports/math/faiss/faiss-1.7.1/faiss/utils/
H A Dpartitioning.cpp1047 simd16uint16 histogram_16(const uint16_t* data, Preproc pp, size_t n_in) { in histogram_16() function
1134 simd16uint16 a16 = histogram_16(data, PreprocNOP(), (n & ~15)); in simd_histogram_16_unbounded()
1225 a16 = histogram_16(data, PreprocMinShift<s, 16>(min), (n & ~15)); \ in simd_histogram_16()