Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A Dfht_avx.c572 void helper_float_8_recursive(float *buf, int depth);
573 void helper_float_8_recursive(float *buf, int depth) { in helper_float_8_recursive() function
753 helper_float_8_recursive(buf + 0, 6); in helper_float_8_recursive()
754 helper_float_8_recursive(buf + 64, 6); in helper_float_8_recursive()
755 helper_float_8_recursive(buf + 128, 6); in helper_float_8_recursive()
756 helper_float_8_recursive(buf + 192, 6); in helper_float_8_recursive()
785 helper_float_8_recursive(buf, 8); in helper_float_8()