Home
last modified time | relevance | path

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

/third_party/skia/tests/
DRandomTest.cpp34 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/
DRandomTest.cpp34 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/
DBUILD.bazel471 name = "chi_square_test",
474 "chi_square_test.cc",
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
DCMakeLists.txt985 "internal/chi_square_test.cc"