|
ALL 0.9.4
A Loadbalacing Library
|
Go to the source code of this file.
Macros | |
| #define | BOOST_TEST_MAIN |
| #define | BOOST_TEST_MODULE point_arithmetic |
Functions | |
| BOOST_AUTO_TEST_CASE (point_add_double) | |
| BOOST_AUTO_TEST_CASE (point_add_float) | |
| BOOST_AUTO_TEST_CASE (point_add_long_double) | |
| BOOST_AUTO_TEST_CASE (point_cross_float) | |
| BOOST_AUTO_TEST_CASE (point_cross_long_double) | |
| BOOST_AUTO_TEST_CASE (point_dist_plane) | |
| BOOST_AUTO_TEST_CASE (point_scale_double) | |
| BOOST_AUTO_TEST_CASE (point_scale_float) | |
| BOOST_AUTO_TEST_CASE (point_scale_long_double) | |
| BOOST_AUTO_TEST_CASE (point_sub_double) | |
| #define BOOST_TEST_MAIN |
Definition at line 31 of file point_arithmetic.cpp.
| #define BOOST_TEST_MODULE point_arithmetic |
Definition at line 33 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_add_double | ) |
| BOOST_AUTO_TEST_CASE | ( | point_add_float | ) |
Definition at line 54 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_add_long_double | ) |
Definition at line 68 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_cross_float | ) |
Definition at line 96 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_cross_long_double | ) |
Definition at line 110 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_dist_plane | ) |
| BOOST_AUTO_TEST_CASE | ( | point_scale_double | ) |
Definition at line 124 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_scale_float | ) |
Definition at line 141 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_scale_long_double | ) |
Definition at line 158 of file point_arithmetic.cpp.
| BOOST_AUTO_TEST_CASE | ( | point_sub_double | ) |
Definition at line 82 of file point_arithmetic.cpp.