Lines Matching refs:nan_eq_nan
1363 FloatingEqMatcher(FloatType expected, bool nan_eq_nan) :
1364 expected_(expected), nan_eq_nan_(nan_eq_nan), max_abs_error_(-1) {
1370 FloatingEqMatcher(FloatType expected, bool nan_eq_nan,
1373 nan_eq_nan_(nan_eq_nan),
1383 Impl(FloatType expected, bool nan_eq_nan, FloatType max_abs_error)
1385 nan_eq_nan_(nan_eq_nan),
1517 explicit FloatingEq2Matcher(bool nan_eq_nan) { Init(-1, nan_eq_nan); }
1523 FloatingEq2Matcher(FloatType max_abs_error, bool nan_eq_nan) {
1524 Init(max_abs_error, nan_eq_nan);
1546 Impl(FloatType max_abs_error, bool nan_eq_nan) :
1548 nan_eq_nan_(nan_eq_nan) {}