Lines Matching defs:largest
449 // We do all comparisons in the InternalFT domain, which is the largest FT
489 // We are re-computing `largest` here because this is a cold branch, and we
490 // want to avoid having to move the computation of `largest` before the
492 const InternalFT largest = max(ftAbs(check_value), ftAbs(check_shadow));
493 nsan_stats->AddCheck(CheckType, pc, bp, abs_err / largest);
501 const InternalFT largest = max(ftAbs(check_value), ftAbs(check_shadow));
502 if (abs_err * (1ull << flags().log2_max_relative_error) <= largest)
519 if (largest > Eps) {
521 static_cast<long double>(100.0 * abs_err / largest),
522 log2l(static_cast<long double>(abs_err / largest / Eps)));
587 nsan_stats->AddWarning(CheckType, pc, bp, abs_err / largest);