unmoving  v0.1.0
More convenient fixed-point arithmetic for the Sony PlayStation
PSXFixed Member List

This is the complete list of members for PSXFixed, including all inherited members.

ACCURACYPSXFixedstatic
DECIMAL_BITSPSXFixedstatic
DECIMAL_MAXPSXFixedstatic
DECIMAL_MINPSXFixedstatic
FRACTION_BITSPSXFixedstatic
FRACTIONAL_MAXPSXFixedstatic
FRACTIONAL_MINPSXFixedstatic
from_integer(int value)PSXFixedinlinestatic
MAX()PSXFixedinlinestatic
MIN()PSXFixedinlinestatic
operator double() constPSXFixedinlineexplicit
operator float() constPSXFixedinlineexplicit
operator UnderlyingType() constPSXFixedinline
operator""_fx(long double literal)PSXFixedrelated
operator""_fx(unsigned long long int literal)PSXFixedrelated
operator*(PSXFixed lhs, const PSXFixed &rhs)PSXFixedfriend
operator*(PSXFixed lhs, const UnderlyingType &rhs)PSXFixedfriend
operator*(UnderlyingType lhs, const PSXFixed &rhs)PSXFixedfriend
operator*=(const PSXFixed &rhs)PSXFixedinline
operator*=(const UnderlyingType &rhs)PSXFixedinline
operator+(PSXFixed lhs, const PSXFixed &rhs)PSXFixedfriend
operator++()PSXFixedinline
operator++(int)PSXFixedinline
operator+=(const PSXFixed &rhs)PSXFixedinline
operator-() constPSXFixedinline
operator-(PSXFixed lhs, const PSXFixed &rhs)PSXFixedfriend
operator--()PSXFixedinline
operator--(int)PSXFixedinline
operator-=(const PSXFixed &rhs)PSXFixedinline
operator/(PSXFixed lhs, const PSXFixed &rhs)PSXFixedfriend
operator/(PSXFixed lhs, const UnderlyingType &rhs)PSXFixedfriend
operator/=(const PSXFixed &rhs)PSXFixedinline
operator/=(const UnderlyingType &rhs)PSXFixedinline
PRECISIONPSXFixedstatic
PSXFixed()PSXFixedinline
PSXFixed(UnderlyingType raw_value)PSXFixedinline
PSXFixed(double value)PSXFixedinline
SCALEPSXFixedstatic
to_c_str(char *buffer, size_t buffer_size) constPSXFixedinline
to_integer() constPSXFixedinline
UnderlyingType typedefPSXFixed