Defines | |
| #define | NLEVELS (sizeof LEVELS / sizeof LEVELS[0]) |
| The number of elements in LEVELS. | |
Functions | |
| static void | print_row (unsigned slot_threshold, const unsigned *lower_bounds, const unsigned *upper_bounds) |
| Prints a row of output. | |
| static void | print_result (const input_t *pinput, const output_t *poutput) |
| Prints the results. | |
Variables | |
| const double | LEVELS [] = { LEVELS_LIST } |
| The significance levels to report. | |
The number of elements in LEVELS.
Definition at line 1064 of file types.c.
Referenced by print_result(), and print_row().
Prints the results.
Definition at line 1082 of file types.c.
References input_t::brief, input_t::iterations, output_t::lower_bound, NLEVELS, input_t::ntype, print_row(), output_t::slot_threshold, input_t::slots, and output_t::upper_bound.
Referenced by main().
| static void print_row | ( | unsigned | slot_threshold, | |
| const unsigned * | lower_bounds, | |||
| const unsigned * | upper_bounds | |||
| ) | [static] |
Prints a row of output.
Definition at line 1068 of file types.c.
References NLEVELS.
Referenced by print_result().
| const double LEVELS[] = { LEVELS_LIST } |