Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c52 #define v_float_len() 4 macro
72 #define v_float_len(x) 1 macro
315 for (int i = 0; i < N; i += v_float_len ()) in runf_vn_thruput()
335 for (int i = 0; i < N; i += v_float_len ()) in runf_vn_latency()
408 vlen = f->prec == 'd' ? v_double_len() : v_float_len(); in bench1()