Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/llm/custom_ops/spinquant/third-party/FFHT/
H A 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 …]
H A 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()
H A 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()
H A 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
H A Ddumb_fht.c3 void dumb_fht(float* buf, int log_n) { in dumb_fht()
H A Dtest_float.c11 for (int log_n = 1; log_n <= 30; ++log_n) { in main() local
H A Dfht_neon.c2894 int fht_float(float* buf, int log_n) { in fht_float()
H A 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()
H A 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()
/aosp_15_r20/trusty/user/app/storage/
Dblock_tree.c3072 static double log_n(double n, double x) { in log_n() function