Home | History | Annotate | Download | only in math

Lines Matching refs:debug_print

70   debug_print(mod_stat, "bit count: %d", ones_count);
101 debug_print(mod_stat, "poker test: %f\n", poker);
144 debug_print(mod_stat, ">25 runs: %d", state);
152 debug_print(mod_stat, ">25 gaps: %d", state);
172 debug_print(mod_stat, ">25 runs (2): %d", state);
187 debug_print(mod_stat, ">25 gaps (2): %d", state);
204 debug_print(mod_stat, "runs test", NULL);
206 debug_print(mod_stat, " runs[]: %d", runs[i]);
208 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
257 debug_print(mod_stat, "couldn't get rand bytes: %d",status);
262 debug_print(mod_stat, "%s",
290 debug_print(mod_stat, ">25 runs (3): %d", state);
298 debug_print(mod_stat, ">25 gaps (3): %d", state);
318 debug_print(mod_stat, ">25 runs (4): %d", state);
333 debug_print(mod_stat, ">25 gaps (4): %d", state);
354 debug_print(mod_stat, "stat: bit count: %d", ones_count);
357 debug_print(mod_stat, "stat: failed monobit test %d", ones_count);
369 debug_print(mod_stat, "stat: poker test: %f", poker);
372 debug_print(mod_stat, "stat: failed poker test", NULL);
380 debug_print(mod_stat, "stat: failed run/gap test", NULL);
384 debug_print(mod_stat, "passed random stat test", NULL);
398 debug_print(mod_stat, "failed stat test (try number %d)\n", i);