• Home
  • Raw
  • Download

Lines Matching refs:skiatest

22 static void test_clz(skiatest::Reporter* reporter) {  in test_clz()
40 static void test_quick_div(skiatest::Reporter* reporter) { in test_quick_div()
88 static void test_floor_value(skiatest::Reporter* reporter, float value) { in test_floor_value()
97 static void test_floor(skiatest::Reporter* reporter) { in test_floor()
111 static void test_muldivround(skiatest::Reporter* reporter) { in test_muldivround()
204 static void test_blend(skiatest::Reporter* reporter) { in test_blend()
225 static void check_length(skiatest::Reporter* reporter, in check_length()
260 static void assert_float_equal(skiatest::Reporter* reporter, const char op[], in assert_float_equal()
268 static void test_float_floor(skiatest::Reporter* reporter, float x) { in test_float_floor()
274 static void test_float_round(skiatest::Reporter* reporter, float x) { in test_float_round()
281 static void test_float_ceil(skiatest::Reporter* reporter, float x) { in test_float_ceil()
287 static void test_float_conversions(skiatest::Reporter* reporter, float x) { in test_float_conversions()
293 static void unittest_fastfloat(skiatest::Reporter* reporter) { in unittest_fastfloat()
321 static void unittest_isfinite(skiatest::Reporter* reporter) { in unittest_isfinite()
342 static void unittest_half(skiatest::Reporter* reporter) { in unittest_half()
398 static void test_rsqrt(skiatest::Reporter* reporter, RSqrtFn rsqrt) { in test_rsqrt()
432 static void test_muldiv255(skiatest::Reporter* reporter) { in test_muldiv255()
453 static void test_muldiv255ceiling(skiatest::Reporter* reporter) { in test_muldiv255ceiling()
466 static void test_copysign(skiatest::Reporter* reporter) { in test_copysign()
653 static void test_divmod(skiatest::Reporter* r) { in test_divmod()
723 static void test_nextsizepow2(skiatest::Reporter* r, size_t test, size_t expectedAns) { in test_nextsizepow2()