Home
last modified time | relevance | path

Searched refs:trace_size (Results 1 - 1 of 1) sorted by relevance

/third_party/optimized-routines/math/test/
H A Dmathbench.c31 static size_t trace_size; variable
608 hi = trace_size / N; in bench()
616 for (int i = N; i < trace_size; i += N) in bench()
644 if (n >= trace_size) in readtrace()
646 trace_size += N; in readtrace()
647 Trace = realloc (Trace, trace_size * sizeof (Trace[0])); in readtrace()
665 trace_size = n; in readtrace()
666 for (int i = 0; n < trace_size; n++, i++) in readtrace()

Completed in 3 milliseconds