Home
last modified time | relevance | path

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

/external/skia/tests/
DRandomTest.cpp15 const double kADMax32 = 3.89; // p-value of ~0.99 in anderson_darling_test() local
31 return (kADMin32 < a2 && a2 < kADMax32); in anderson_darling_test()