Home
last modified time | relevance | path

Searched defs:log_n (Results 1 – 9 of 9) sorted by relevance

/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
Dfht.h23 static inline int fht(float* buf, int log_n) { in fht()
28 static inline int fht(double* buf, int log_n) { in fht()
33 static inline int fht(float* buf, float* out, int log_n) { in fht()
38 static inline int fht(double* buf, double* out, int log_n) { in fht()
Dgen.py393 def plain_step(type_name, buf_name, log_n, it, ident=""): argument
417 log_n, argument
529 def float_avx_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
544 def double_avx_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
559 def float_sse_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
574 def double_sse_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
592 def float_neon_composite_step(buf_name, log_n, from_it, to_it, ident=""): argument
607 def plain_unmerged(type_name, log_n): argument
621 def greedy_merged(type_name, log_n, composite_step): argument
650 def greedy_merged_recursive(type_name, log_n, threshold_step, composite_step): argument
[all …]
Dfht_impl.h23 int fht_float_oop(float* in, float* out, int log_n) { in fht_float_oop()
29 int fht_double_oop(double* in, double* out, int log_n) { in fht_double_oop()
Dtest_double.c9 void dumb_fht(double *buf, int log_n) { in dumb_fht()
27 for (int log_n = 1; log_n <= 30; ++log_n) { in main() local
Ddumb_fht.c3 void dumb_fht(float* buf, int log_n) { in dumb_fht()
Dtest_float.c11 for (int log_n = 1; log_n <= 30; ++log_n) { in main() local
Dfht_neon.c2894 int fht_float(float* buf, int log_n) { in fht_float()
Dfht_avx.c10081 int fht_float(float *buf, int log_n) { in fht_float()
19546 int fht_double(double *buf, int log_n) { in fht_double()
Dfht_sse.c13828 int fht_float(float *buf, int log_n) { in fht_float()
26090 int fht_double(double *buf, int log_n) { in fht_double()