MCPcopy Create free account
hub / github.com/VectorDB-NTU/RaBitQ-Library / helper_float_7

Function helper_float_7

include/rabitqlib/utils/fht_avx.hpp:596–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595inline void helper_float_7(float *buf);
596inline void helper_float_7(float *buf) {
597 helper_float_7_recursive(buf, 7);
598}
599inline void helper_float_8_recursive(float *buf, int depth);
600inline void helper_float_8_recursive(float *buf, int depth) {
601 if (depth == 6) {

Callers 1

fht_floatFunction · 0.85

Calls 1

helper_float_7_recursiveFunction · 0.85

Tested by

no test coverage detected