Searched defs:assert_float_equal (Results 1 - 2 of 2) sorted by last modified time

/external/skia/tests/
H A DMathTest.cpp224 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/chromium_org/third_party/skia/tests/
H A DMathTest.cpp224 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 81 milliseconds