Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/hash_function/src/
Dmain.c17 static void print_buckets(const char *label, float *buckets, size_t n) in print_buckets() function
79 print_buckets("cdf", buckets, n); in kolmogorov_smirnov_test()
97 print_buckets("differences", buckets, n); in kolmogorov_smirnov_test()
136 print_buckets("histogram", buckets, ARRAY_SIZE(buckets)); in ZTEST()