HomeSort by relevance Sort by last modified time
    Searched refs:nearly_equal_double (Results 1 - 2 of 2) sorted by null

  /external/skia/tests/
Matrix44Test.cpp 12 static bool nearly_equal_double(double a, double b) { function
98 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
315 REPORTER_ASSERT(reporter, nearly_equal_double(1, a.determinant()));
317 REPORTER_ASSERT(reporter, nearly_equal_double(2, a.determinant()));
320 REPORTER_ASSERT(reporter, nearly_equal_double(0.5, b.determinant()));
325 nearly_equal_double(a.determinant(),
329 REPORTER_ASSERT(reporter, nearly_equal_double(16, d.determinant()));
333 REPORTER_ASSERT(reporter, nearly_equal_double(32, e.determinant()));
335 REPORTER_ASSERT(reporter, nearly_equal_double(0, e.determinant()));
479 nearly_equal_double(3.141592653589793
    [all...]
  /external/skqp/tests/
Matrix44Test.cpp 12 static bool nearly_equal_double(double a, double b) { function
98 REPORTER_ASSERT(reporter, nearly_equal_double(row * col, testMatrix->getDouble(row, col)));
315 REPORTER_ASSERT(reporter, nearly_equal_double(1, a.determinant()));
317 REPORTER_ASSERT(reporter, nearly_equal_double(2, a.determinant()));
320 REPORTER_ASSERT(reporter, nearly_equal_double(0.5, b.determinant()));
325 nearly_equal_double(a.determinant(),
329 REPORTER_ASSERT(reporter, nearly_equal_double(16, d.determinant()));
333 REPORTER_ASSERT(reporter, nearly_equal_double(32, e.determinant()));
335 REPORTER_ASSERT(reporter, nearly_equal_double(0, e.determinant()));
479 nearly_equal_double(3.141592653589793
    [all...]

Completed in 63 milliseconds