Searched refs:chi_square_test (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/tests/ |
D | RandomTest.cpp | 34 static bool chi_square_test(int bins[256], int e) { in chi_square_test() function 68 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); in test_random_byte() 81 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); in test_random_float() 177 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); in test_range()
|
/third_party/flutter/skia/tests/ |
D | RandomTest.cpp | 34 static bool chi_square_test(int bins[256], int e) { in chi_square_test() function 68 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); in test_random_byte() 81 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); in test_random_float() 177 REPORTER_ASSERT(reporter, chi_square_test(bins, 10000)); in test_range()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | BUILD.bazel | 471 name = "chi_square_test", 474 "chi_square_test.cc",
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/ |
D | CMakeLists.txt | 985 "internal/chi_square_test.cc"
|