|
unmoving
v0.1.0
More convenient fixed-point arithmetic for the Sony PlayStation
|
This is the complete list of members for PSXFixed, including all inherited members.
| ACCURACY | PSXFixed | static |
| DECIMAL_BITS | PSXFixed | static |
| DECIMAL_MAX | PSXFixed | static |
| DECIMAL_MIN | PSXFixed | static |
| FRACTION_BITS | PSXFixed | static |
| FRACTIONAL_MAX | PSXFixed | static |
| FRACTIONAL_MIN | PSXFixed | static |
| from_integer(int value) | PSXFixed | inlinestatic |
| MAX() | PSXFixed | inlinestatic |
| MIN() | PSXFixed | inlinestatic |
| operator double() const | PSXFixed | inlineexplicit |
| operator float() const | PSXFixed | inlineexplicit |
| operator UnderlyingType() const | PSXFixed | inline |
| operator""_fx(long double literal) | PSXFixed | related |
| operator""_fx(unsigned long long int literal) | PSXFixed | related |
| operator*(PSXFixed lhs, const PSXFixed &rhs) | PSXFixed | friend |
| operator*(PSXFixed lhs, const UnderlyingType &rhs) | PSXFixed | friend |
| operator*(UnderlyingType lhs, const PSXFixed &rhs) | PSXFixed | friend |
| operator*=(const PSXFixed &rhs) | PSXFixed | inline |
| operator*=(const UnderlyingType &rhs) | PSXFixed | inline |
| operator+(PSXFixed lhs, const PSXFixed &rhs) | PSXFixed | friend |
| operator++() | PSXFixed | inline |
| operator++(int) | PSXFixed | inline |
| operator+=(const PSXFixed &rhs) | PSXFixed | inline |
| operator-() const | PSXFixed | inline |
| operator-(PSXFixed lhs, const PSXFixed &rhs) | PSXFixed | friend |
| operator--() | PSXFixed | inline |
| operator--(int) | PSXFixed | inline |
| operator-=(const PSXFixed &rhs) | PSXFixed | inline |
| operator/(PSXFixed lhs, const PSXFixed &rhs) | PSXFixed | friend |
| operator/(PSXFixed lhs, const UnderlyingType &rhs) | PSXFixed | friend |
| operator/=(const PSXFixed &rhs) | PSXFixed | inline |
| operator/=(const UnderlyingType &rhs) | PSXFixed | inline |
| PRECISION | PSXFixed | static |
| PSXFixed() | PSXFixed | inline |
| PSXFixed(UnderlyingType raw_value) | PSXFixed | inline |
| PSXFixed(double value) | PSXFixed | inline |
| SCALE | PSXFixed | static |
| to_c_str(char *buffer, size_t buffer_size) const | PSXFixed | inline |
| to_integer() const | PSXFixed | inline |
| UnderlyingType typedef | PSXFixed |