Prototypes | |
| int | compareFloats (REAL8 x, REAL8 y, REAL8 epsilon) |
Go to the source code of this file.
Macros | |
| #define | ECHO_F(x) printf("%f\n", x) |
| #define | ECHO_S(x) printf("%s\n", x) |
| #define | ECHO_I(x) printf("%i\n", x) |
| #define | TEST_RUN(name, count) |
| #define | TEST_HEADER() |
| #define | TEST_FOOTER() |
| #define | TEST_FAIL(...) |
| #define ECHO_F | ( | x | ) | printf("%f\n", x) |
Definition at line 2 of file LALInferenceTest.h.
| #define ECHO_S | ( | x | ) | printf("%s\n", x) |
Definition at line 3 of file LALInferenceTest.h.
| #define ECHO_I | ( | x | ) | printf("%i\n", x) |
Definition at line 4 of file LALInferenceTest.h.
| #define TEST_RUN | ( | name, | |
| count | |||
| ) |
Definition at line 7 of file LALInferenceTest.h.
| #define TEST_HEADER | ( | ) |
Definition at line 12 of file LALInferenceTest.h.
| #define TEST_FOOTER | ( | ) |
Definition at line 15 of file LALInferenceTest.h.
| #define TEST_FAIL | ( | ... | ) |
Definition at line 23 of file LALInferenceTest.h.
Definition at line 33 of file LALInferenceTest.h.