Searched refs:overall_max (Results 1 – 2 of 2) sorted by relevance
85 float overall_max = std::numeric_limits<float>::lowest(); in CalculateInputAndOutputRange() local91 overall_max = std::max(overall_max, input_max); in CalculateInputAndOutputRange()99 std::max(std::abs(overall_min), std::abs(overall_max)); in CalculateInputAndOutputRange()104 *output_max = overall_max; in CalculateInputAndOutputRange()
90 double overall_max = -std::numeric_limits<double>::infinity(); in HardcodeMinMaxForConcatenation() local97 overall_max = std::max(overall_max, minmax->max); in HardcodeMinMaxForConcatenation()107 overall_max = std::max(overall_max, minmax->max); in HardcodeMinMaxForConcatenation()115 overall_minmax.max = overall_max; in HardcodeMinMaxForConcatenation()