Home | History | Annotate | Download | only in math

Lines Matching refs:debug_print

35   debug_print(mod_stat, "bit count: %d", ones_count);
66 debug_print(mod_stat, "poker test: %f\n", poker);
109 debug_print(mod_stat, ">25 runs: %d", state);
117 debug_print(mod_stat, ">25 gaps: %d", state);
137 debug_print(mod_stat, ">25 runs (2): %d", state);
152 debug_print(mod_stat, ">25 gaps (2): %d", state);
169 debug_print(mod_stat, "runs test", NULL);
171 debug_print(mod_stat, " runs[]: %d", runs[i]);
173 debug_print(mod_stat, " gaps[]: %d", gaps[i]);
222 debug_print(mod_stat, "couldn't get rand bytes: %d",status);
227 debug_print(mod_stat, "%s",
255 debug_print(mod_stat, ">25 runs (3): %d", state);
263 debug_print(mod_stat, ">25 gaps (3): %d", state);
283 debug_print(mod_stat, ">25 runs (4): %d", state);
298 debug_print(mod_stat, ">25 gaps (4): %d", state);
319 debug_print(mod_stat, "stat: bit count: %d", ones_count);
322 debug_print(mod_stat, "stat: failed monobit test %d", ones_count);
334 debug_print(mod_stat, "stat: poker test: %f", poker);
337 debug_print(mod_stat, "stat: failed poker test", NULL);
345 debug_print(mod_stat, "stat: failed run/gap test", NULL);
349 debug_print(mod_stat, "passed random stat test", NULL);
363 debug_print(mod_stat, "failed stat test (try number %d)\n", i);