Home | History | Annotate | Download | only in test

Lines Matching refs:DoubleEq

80 using testing::DoubleEq;
558 Matcher<double> m1 = DoubleEq(1.0);
2663 TestMatches(&DoubleEq);
2671 // DoubleEq never matches NaN.
2672 Matcher<double> m = DoubleEq(nan1_);
2687 Matcher<double> m1 = DoubleEq(2.0);
2691 Matcher<double> m2 = DoubleEq(0.5);
2695 Matcher<double> m3 = DoubleEq(nan1_);