Lines Matching refs:approximatelyEqual
57 if (!xy1.approximatelyEqual(xy2)) { in standardTestCases()
61 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in standardTestCases()
419 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(iPt)); in oneOff()
420 REPORTER_ASSERT(reporter, xy2.approximatelyEqual(iPt)); in oneOff()
421 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in oneOff()
500 REPORTER_ASSERT(reporter, xy1.approximatelyEqual(xy2)); in CubicIntersection_RandTest()
551 } while (!t1[1].approximatelyEqual(t2[1])); in intersectionFinder()
560 t10 += t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
566 t12 -= t1[1].approximatelyEqual(test) ? -t1Step : t1Step; in intersectionFinder()
571 t20 += t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder()
577 t22 -= t2[1].approximatelyEqual(test) ? -t2Step : t2Step; in intersectionFinder()
642 REPORTER_ASSERT(reporter, pt1.approximatelyEqual(pt2)); in selfOneOff()