Searched refs:tol_up (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/tests/ |
D | perf_pmu.c | 130 #define __assert_within_epsilon(x, ref, tol_up, tol_down) \ argument 131 igt_assert_f((double)(x) <= (1.0 + (tol_up)) * (double)(ref) && \ 135 (tol_up) * 100.0, (tol_down) * 100.0, \ 1515 #define __assert_within(x, ref, tol_up, tol_down) \ argument 1516 igt_assert_f((double)(x) <= ((double)(ref) + (tol_up)) && \ 1519 (double)(x), (double)(tol_up), (double)(tol_down), \
|