Lines Matching refs:skiatest

18 static void test_clz(skiatest::Reporter* reporter) {  in test_clz()
52 static void test_floor_value(skiatest::Reporter* reporter, float value) { in test_floor_value()
61 static void test_floor(skiatest::Reporter* reporter) { in test_floor()
75 static void test_muldivround(skiatest::Reporter* reporter) { in test_muldivround()
168 static void test_blend(skiatest::Reporter* reporter) { in test_blend()
189 static void check_length(skiatest::Reporter* reporter, in check_length()
223 static void assert_float_equal(skiatest::Reporter* reporter, const char op[], in assert_float_equal()
231 static void test_float_cast(skiatest::Reporter* reporter, float x) { in test_float_cast()
237 static void test_float_floor(skiatest::Reporter* reporter, float x) { in test_float_floor()
243 static void test_float_round(skiatest::Reporter* reporter, float x) { in test_float_round()
250 static void test_float_ceil(skiatest::Reporter* reporter, float x) { in test_float_ceil()
256 static void test_float_conversions(skiatest::Reporter* reporter, float x) { in test_float_conversions()
263 static void test_int2float(skiatest::Reporter* reporter, int ival) { in test_int2float()
269 static void unittest_fastfloat(skiatest::Reporter* reporter) { in unittest_fastfloat()
307 static void unittest_isfinite(skiatest::Reporter* reporter) { in unittest_isfinite()
328 static void unittest_half(skiatest::Reporter* reporter) { in unittest_half()
384 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
418 static void test_muldiv255(skiatest::Reporter* reporter) { in test_muldiv255()
439 static void test_muldiv255ceiling(skiatest::Reporter* reporter) { in test_muldiv255ceiling()
452 static void test_copysign(skiatest::Reporter* reporter) { in test_copysign()
630 static void test_divmod(skiatest::Reporter* r) { in test_divmod()