Searched refs:assert_float_equal (Results 1 - 2 of 2) sorted by relevance
/external/chromium_org/third_party/skia/tests/ |
H A D | MathTest.cpp | 224 static void assert_float_equal(skiatest::Reporter* reporter, const char op[], function 235 assert_float_equal(reporter, "cast", x, ix, iix); 241 assert_float_equal(reporter, "floor", x, ix, iix); 248 assert_float_equal(reporter, "round", x, ix, iix); 254 assert_float_equal(reporter, "ceil", x, ix, iix);
|
/external/skia/tests/ |
H A D | MathTest.cpp | 224 static void assert_float_equal(skiatest::Reporter* reporter, const char op[], function 235 assert_float_equal(reporter, "cast", x, ix, iix); 241 assert_float_equal(reporter, "floor", x, ix, iix); 248 assert_float_equal(reporter, "round", x, ix, iix); 254 assert_float_equal(reporter, "ceil", x, ix, iix);
|
Completed in 780 milliseconds