Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/AOR_v20.02/math/test/
H A Dmathbench.c41 #define v_double_len() 2 macro
74 #define v_double_len(x) 1 macro
447 for (int i = 0; i < N; i += v_double_len ()) in run_v_thruput()
463 for (int i = 0; i < N; i += v_double_len ()) in run_v_latency()
480 for (int i = 0; i < N; i += v_double_len ()) in run_vn_thruput()
496 for (int i = 0; i < N; i += v_double_len ()) in run_vn_latency()
542 vlen = v_double_len(); in bench1()