Home
last modified time | relevance | path

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

/external/libevent/test/
Dregress_util.c1397 int total_diff = 0; in test_evutil_monotonic_res() local
1437 total_diff += diff.tv_usec; in test_evutil_monotonic_res()
1440 tt_int_op(abs(total_diff/9 - wantres), <, acceptdiff); in test_evutil_monotonic_res()
1454 int total_diff = 0; in test_evutil_monotonic_prc() local
1473 total_diff = 0; in test_evutil_monotonic_prc()
1479 total_diff += diff.tv_usec; in test_evutil_monotonic_prc()
1482 TT_BLATHER(("Average step difference = %d", total_diff / 9)); in test_evutil_monotonic_prc()
1483 tt_int_op(total_diff/9, <, maxstep); in test_evutil_monotonic_prc()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtensor_utils_test.cc45 int64_t total_diff = 0; in CompareRoundingResults() local
48 total_diff += diff; in CompareRoundingResults()
53 EXPECT_LE(total_diff, max_total_tolerance); in CompareRoundingResults()