Searched refs:helper_float_8_recursive (Results 1 – 1 of 1) sorted by relevance
572 void helper_float_8_recursive(float *buf, int depth);573 void helper_float_8_recursive(float *buf, int depth) { in helper_float_8_recursive() function753 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()