Prototypes | |
static int | SerialisationTest (const LatticeTiling UNUSED *tiling, const UINT8 UNUSED total_ref, const int UNUSED total_tol, const UINT8 UNUSED total_ckpt_0, const UINT8 UNUSED total_ckpt_1, const UINT8 UNUSED total_ckpt_2, const UINT8 UNUSED total_ckpt_3) |
static int | BasicTest (const size_t n, const int bound_on_0, const int bound_on_1, const int bound_on_2, const int bound_on_3, const TilingLattice lattice, const UINT8 total_ref_0, const UINT8 total_ref_1, const UINT8 total_ref_2, const UINT8 total_ref_3) |
static int | MismatchTest (const LatticeTiling *tiling, const gsl_matrix *metric, const double max_mismatch, const double injs_per_point, const double mism_hist_error_tol, const double mism_out_of_range_tol, const UINT8 total_ref, const int total_tol, const double mism_hist_ref[MISM_HIST_BINS]) |
static int | MismatchSquareTest (const TilingLattice lattice, const double freqband, const double f1dotband, const double f2dotband, const UINT8 total_ref, const double mism_hist_ref[MISM_HIST_BINS]) |
static int | MismatchAgeBrakeTest (const TilingLattice lattice, const double freq, const double freqband, const UINT8 total_ref, const double mism_hist_ref[MISM_HIST_BINS]) |
static int | SuperskyTests (const UINT8 coh_total_ref_0, const UINT8 coh_total_ref_1, const UINT8 coh_total_ref_2, const UINT8 semi_total_ref) |
static double | LinearBound (const void *data, const size_t dim, const gsl_matrix *cache UNUSED, const gsl_vector *point) |
static int | StrictBoundaryTest (const double y_range) |
int | main (void) |
Go to the source code of this file.
Macros | |
#define | MISM_HIST_BINS 20 |
#define | ABSDIFF(x, y) (int)((x) > (y) ? ((x) - (y)) : ((y) - (x))) |
#define | A1s_mism_hist Z1_mism_hist |
Variables | |
const double | Z1_mism_hist [MISM_HIST_BINS] |
const double | Z2_mism_hist [MISM_HIST_BINS] |
const double | Z3_mism_hist [MISM_HIST_BINS] |
const double | A2s_mism_hist [MISM_HIST_BINS] |
const double | A3s_mism_hist [MISM_HIST_BINS] |
const double | A4s_mism_hist [MISM_HIST_BINS] |
#define MISM_HIST_BINS 20 |
Definition at line 40 of file LatticeTilingTest.c.
Definition at line 43 of file LatticeTilingTest.c.
#define A1s_mism_hist Z1_mism_hist |
Definition at line 63 of file LatticeTilingTest.c.
|
static |
Definition at line 80 of file LatticeTilingTest.c.
|
static |
Definition at line 174 of file LatticeTilingTest.c.
|
static |
Definition at line 377 of file LatticeTilingTest.c.
|
static |
Definition at line 531 of file LatticeTilingTest.c.
|
static |
Definition at line 586 of file LatticeTilingTest.c.
|
static |
Definition at line 638 of file LatticeTilingTest.c.
|
static |
Definition at line 780 of file LatticeTilingTest.c.
Definition at line 799 of file LatticeTilingTest.c.
int main | ( | void | ) |
Definition at line 857 of file LatticeTilingTest.c.
const double Z1_mism_hist[MISM_HIST_BINS] |
Definition at line 48 of file LatticeTilingTest.c.
const double Z2_mism_hist[MISM_HIST_BINS] |
Definition at line 53 of file LatticeTilingTest.c.
const double Z3_mism_hist[MISM_HIST_BINS] |
Definition at line 58 of file LatticeTilingTest.c.
const double A2s_mism_hist[MISM_HIST_BINS] |
Definition at line 65 of file LatticeTilingTest.c.
const double A3s_mism_hist[MISM_HIST_BINS] |
Definition at line 70 of file LatticeTilingTest.c.
const double A4s_mism_hist[MISM_HIST_BINS] |
Definition at line 75 of file LatticeTilingTest.c.