Testing the math utils library. More...

Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) |
| TEST (Pow, base2) | |
| TEST (Pow, base3) | |
| TEST (BitMasks, is_true__true_0) | |
| TEST (BitMasks, is_true__false_1) | |
| TEST (BitMasks, is_false__false_0) | |
| TEST (BitMasks, is_false__true_1) | |
| TEST (BitMasksGlobal, is_true__true) | |
| TEST (BitMasksGlobal, is_false__false) | |
| TEST (BitMasksGlobal, is_true__false) | |
| TEST (BitMasksGlobal, is_false__true) | |
| TEST (CounterWithOverflow, no_overflows) | |
| TEST (CounterWithOverflow, with_overflows) | |
Testing the math utils library.
Definition in file test_math_utils.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 144 of file test_math_utils.cpp.
| TEST | ( | Pow | , |
| base2 | |||
| ) |
Definition at line 30 of file test_math_utils.cpp.
| TEST | ( | Pow | , |
| base3 | |||
| ) |
Definition at line 39 of file test_math_utils.cpp.
| TEST | ( | BitMasks | , |
| is_true__true_0 | |||
| ) |
Definition at line 46 of file test_math_utils.cpp.
| TEST | ( | BitMasks | , |
| is_true__false_1 | |||
| ) |
Definition at line 53 of file test_math_utils.cpp.
| TEST | ( | BitMasks | , |
| is_false__false_0 | |||
| ) |
Definition at line 60 of file test_math_utils.cpp.
| TEST | ( | BitMasks | , |
| is_false__true_1 | |||
| ) |
Definition at line 67 of file test_math_utils.cpp.
| TEST | ( | BitMasksGlobal | , |
| is_true__true | |||
| ) |
Definition at line 74 of file test_math_utils.cpp.
| TEST | ( | BitMasksGlobal | , |
| is_false__false | |||
| ) |
Definition at line 84 of file test_math_utils.cpp.
| TEST | ( | BitMasksGlobal | , |
| is_true__false | |||
| ) |
Definition at line 94 of file test_math_utils.cpp.
| TEST | ( | BitMasksGlobal | , |
| is_false__true | |||
| ) |
Definition at line 103 of file test_math_utils.cpp.
| TEST | ( | CounterWithOverflow | , |
| no_overflows | |||
| ) |
Definition at line 112 of file test_math_utils.cpp.
| TEST | ( | CounterWithOverflow | , |
| with_overflows | |||
| ) |
Definition at line 125 of file test_math_utils.cpp.