Home
last modified time | relevance | path

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

/external/igt-gpu-tools/tests/
Dperf_pmu.c130 #define __assert_within_epsilon(x, ref, tol_up, tol_down) \ macro
139 __assert_within_epsilon(x, ref, tolerance, tolerance)
1372 __assert_within_epsilon(max[0], max_freq, tolerance, 0.15f); in test_frequency()