Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dmath.c255 static const double pt_chi2_df[] = {0.1, 1.1, 10.1, 100.1, 1000.1}; variable
293 for (i = 0; i < sizeof(pt_chi2_df)/sizeof(double); i++) { in TEST_BEGIN()
294 double df = pt_chi2_df[i]; in TEST_BEGIN()