Home
last modified time | relevance | path

Searched refs:error_max (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Dprec_inverse_4x4.cpp34 double error_sum = 0., error_max = 0.; in inverse_general_4x4() local
46 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()
/external/u-boot/drivers/mtd/nand/
Domap_gpmc.c497 uint32_t error_count = 0, error_max; in omap_correct_data_bch() local
549 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()
/external/autotest/server/cros/network/
Dnetperf_runner.py270 error_min=None, error_max=None, argument
291 self.errors_bounds = Bound(error_min, error_max)