Searched refs:error_max (Results 1 – 3 of 3) sorted by relevance
34 double error_sum = 0., error_max = 0.; in inverse_general_4x4() local46 error_max = (std::max)(error_max, error); in inverse_general_4x4()51 EIGEN_DEBUG_VAR(error_max); in inverse_general_4x4()55 VERIFY(error_max < (NumTraits<Scalar>::IsComplex ? 64.0 : 20.0)); in inverse_general_4x4()
497 uint32_t error_count = 0, error_max; in omap_correct_data_bch() local549 error_max = SECTOR_BYTES + (ecc->bytes - 1); in omap_correct_data_bch()552 error_max = SECTOR_BYTES + ecc->bytes; in omap_correct_data_bch()557 byte_pos = error_max - (error_loc[count] / 8) - 1; in omap_correct_data_bch()562 } else if (byte_pos < error_max) { in omap_correct_data_bch()
270 error_min=None, error_max=None, argument291 self.errors_bounds = Bound(error_min, error_max)