HomeSort by relevance Sort by last modified time
    Searched full:assert_float_equal (Results 1 - 1 of 1) sorted by null

  /external/skia/tests/
MathTest.cpp 247 static void assert_float_equal(skiatest::Reporter* reporter, const char op[], function
260 assert_float_equal(reporter, "cast", x, ix, iix);
266 assert_float_equal(reporter, "floor", x, ix, iix);
273 assert_float_equal(reporter, "round", x, ix, iix);
279 assert_float_equal(reporter, "ceil", x, ix, iix);

Completed in 738 milliseconds