Home
last modified time | relevance | path

Searched refs:kChiSqMax256 (Results 1 – 2 of 2) sorted by relevance

/external/skia/tests/
DRandomTest.cpp37 const double kChiSqMax256 = 311.5603; // probability of chance = 0.01 with k=256 in chi_square_test() local
46 return (kChiSqMin256 < chi2 && chi2 < kChiSqMax256); in chi_square_test()
/external/skqp/tests/
DRandomTest.cpp37 const double kChiSqMax256 = 311.5603; // probability of chance = 0.01 with k=256 in chi_square_test() local
46 return (kChiSqMin256 < chi2 && chi2 < kChiSqMax256); in chi_square_test()