Searched refs:testable_mean (Results 1 – 4 of 4) sorted by relevance
19 TEST_ASSERT_EQUAL(0, testable_mean(values, 0));25 TEST_ASSERT_EQUAL(5, testable_mean(v, countof(v)));35 TEST_ASSERT_EQUAL(INT_MAX, testable_mean(v1, countof(v1)));
18 int testable_mean(const int* values, int count);
14 int testable_mean(const int* values, int count) in testable_mean() function
37 int mean = testable_mean(numbers, count); in app_main()