Lines Matching defs:reporter
62 static void check_length(skiatest::Reporter* reporter, in check_length()
100 static void assert_float_equal(skiatest::Reporter* reporter, const char op[], in assert_float_equal()
109 static void test_float_cast(skiatest::Reporter* reporter, float x) { in test_float_cast()
115 static void test_float_floor(skiatest::Reporter* reporter, float x) { in test_float_floor()
121 static void test_float_round(skiatest::Reporter* reporter, float x) { in test_float_round()
128 static void test_float_ceil(skiatest::Reporter* reporter, float x) { in test_float_ceil()
134 static void test_float_conversions(skiatest::Reporter* reporter, float x) { in test_float_conversions()
141 static void test_int2float(skiatest::Reporter* reporter, int ival) { in test_int2float()
149 static void unittest_fastfloat(skiatest::Reporter* reporter) { in unittest_fastfloat()
189 static void unittest_isfinite(skiatest::Reporter* reporter) { in unittest_isfinite()
217 static void test_muldiv255(skiatest::Reporter* reporter) { in test_muldiv255()
240 static void test_muldiv255ceiling(skiatest::Reporter* reporter) { in test_muldiv255ceiling()
253 static void test_copysign(skiatest::Reporter* reporter) { in test_copysign()
293 static void TestMath(skiatest::Reporter* reporter) { in TestMath()