|
ProteoWizard
|
Go to the source code of this file.
Functions | |
| void | test_default_float () |
| void | test_default_double () |
| void | test_multiplier () |
| void | test () |
| int | main (int argc, const char *argv[]) |
| void test_default_float | ( | ) |
Definition at line 32 of file almost_equal_test.cpp.
References pwiz::util::almost_equal(), epsilon, and unit_assert.
Referenced by test().
| void test_default_double | ( | ) |
Definition at line 41 of file almost_equal_test.cpp.
References pwiz::util::almost_equal(), epsilon, and unit_assert.
Referenced by test().
| void test_multiplier | ( | ) |
Definition at line 50 of file almost_equal_test.cpp.
References pwiz::util::almost_equal(), epsilon, and unit_assert.
Referenced by test().
| void test | ( | ) |
Definition at line 60 of file almost_equal_test.cpp.
References test_default_double(), test_default_float(), and test_multiplier().
| int main | ( | int | argc, |
| const char * | argv[] | ||
| ) |
Definition at line 68 of file almost_equal_test.cpp.
References e(), test(), TEST_EPILOG, TEST_FAILED, and TEST_PROLOG.
1.8.1.1