Lines Matching refs:DoubleEq
291 // Tests that DoubleEq() matches a 2-tuple where
292 // DoubleEq(first field) matches the second field.
295 Matcher<const Tpl&> m = DoubleEq();
301 // Tests that DoubleEq() describes itself properly.
303 Matcher<const ::std::tuple<double, double>&> m = DoubleEq();
320 // Tests that DoubleEq() describes itself properly.
1320 TestMatches(&DoubleEq);
1328 // DoubleEq never matches NaN.
1329 Matcher<double> m = DoubleEq(nan1_);
1344 Matcher<double> m1 = DoubleEq(2.0);
1348 Matcher<double> m2 = DoubleEq(0.5);
1352 Matcher<double> m3 = DoubleEq(nan1_);