Lines Matching refs:expected_
1364 expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
1372 : expected_(expected),
1384 : expected_(expected),
1390 const FloatingPoint<FloatType> actual(value), expected(expected_);
1405 if (value == expected_) {
1409 const FloatType diff = value - expected_;
1415 *listener << "which is " << diff << " from " << expected_;
1429 if (FloatingPoint<FloatType>(expected_).is_nan()) {
1436 *os << "is approximately " << expected_;
1448 if (FloatingPoint<FloatType>(expected_).is_nan()) {
1455 *os << "isn't approximately " << expected_;
1469 const FloatType expected_;
1485 new Impl<FloatType>(expected_, nan_eq_nan_, max_abs_error_));
1490 new Impl<const FloatType&>(expected_, nan_eq_nan_, max_abs_error_));
1495 new Impl<FloatType&>(expected_, nan_eq_nan_, max_abs_error_));
1499 const FloatType expected_;
2072 : expected_(View::Copy(expected)) {
2081 UniversalPrint(expected_, os);
2085 UniversalPrint(expected_, os);
2097 if (lhs_stl_container == expected_)
2107 if (internal::ArrayAwareFind(expected_.begin(), expected_.end(), *it) ==
2108 expected_.end()) {
2121 for (typename StlContainer::const_iterator it = expected_.begin();
2122 it != expected_.end(); ++it) {
2142 const StlContainer expected_;