|
Nugget
|

Functions | |
| TEST_CASE ("FixedPoint default construction is zero") | |
| TEST_CASE ("FixedPoint integer-fraction construction") | |
| TEST_CASE ("FixedPoint consteval float construction") | |
| TEST_CASE ("FixedPoint raw construction") | |
| TEST_CASE ("FixedPoint user-defined literal") | |
| TEST_CASE ("FixedPoint integer() rounds to nearest") | |
| TEST_CASE ("FixedPoint integer() negative rounding") | |
| TEST_CASE ("FixedPoint floor()") | |
| TEST_CASE ("FixedPoint ceil()") | |
| TEST_CASE ("FixedPoint addition") | |
| TEST_CASE ("FixedPoint addition with integer") | |
| TEST_CASE ("FixedPoint subtraction") | |
| TEST_CASE ("FixedPoint subtraction with integer") | |
| TEST_CASE ("FixedPoint multiplication fp*fp") | |
| TEST_CASE ("FixedPoint multiplication fp*int") | |
| TEST_CASE ("FixedPoint division fp/fp") | |
| TEST_CASE ("FixedPoint division fp/int") | |
| TEST_CASE ("FixedPoint unary negation") | |
| TEST_CASE ("FixedPoint abs()") | |
| TEST_CASE ("FixedPoint compound assignment operators") | |
| TEST_CASE ("FixedPoint increment/decrement") | |
| TEST_CASE ("FixedPoint comparisons") | |
| TEST_CASE ("FixedPoint bit shifts") | |
| TEST_CASE ("FixedPoint boolean not") | |
| TEST_CASE ("FixedPoint precision conversion") | |
| TEST_CASE | ( | "FixedPoint abs()" | ) |
| TEST_CASE | ( | "FixedPoint addition with integer" | ) |
| TEST_CASE | ( | "FixedPoint addition" | ) |
| TEST_CASE | ( | "FixedPoint bit shifts" | ) |
| TEST_CASE | ( | "FixedPoint boolean not" | ) |
| TEST_CASE | ( | "FixedPoint ceil()" | ) |
| TEST_CASE | ( | "FixedPoint comparisons" | ) |
| TEST_CASE | ( | "FixedPoint compound assignment operators" | ) |
| TEST_CASE | ( | "FixedPoint consteval float construction" | ) |
| TEST_CASE | ( | "FixedPoint default construction is zero" | ) |
| TEST_CASE | ( | "FixedPoint division fp/fp" | ) |
| TEST_CASE | ( | "FixedPoint division fp/int" | ) |
| TEST_CASE | ( | "FixedPoint floor()" | ) |
| TEST_CASE | ( | "FixedPoint increment/decrement" | ) |
| TEST_CASE | ( | "FixedPoint integer() negative rounding" | ) |
| TEST_CASE | ( | "FixedPoint integer() rounds to nearest" | ) |
| TEST_CASE | ( | "FixedPoint integer-fraction construction" | ) |
| TEST_CASE | ( | "FixedPoint multiplication fp*fp" | ) |
| TEST_CASE | ( | "FixedPoint multiplication fp*int" | ) |
| TEST_CASE | ( | "FixedPoint precision conversion" | ) |
| TEST_CASE | ( | "FixedPoint raw construction" | ) |
| TEST_CASE | ( | "FixedPoint subtraction with integer" | ) |
| TEST_CASE | ( | "FixedPoint subtraction" | ) |
| TEST_CASE | ( | "FixedPoint unary negation" | ) |
| TEST_CASE | ( | "FixedPoint user-defined literal" | ) |