Lines Matching refs:approximatelyEqual
59 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases()
63 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases()
421 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff()
422 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff()
423 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
508 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in CubicIntersection_RandTest()
559 } while (!t1[1].approximatelyEqual(t2[1])); in intersectionFinder()
568 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
574 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
579 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder()
585 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder()
649 REPORTER_ASSERT(reporter, pt1.approximatelyEqual(pt2)); in selfOneOff()