#include <fixed.h>
|
fixed | operator+ (const fixed &lhs, const fixed &rhs) |
|
fixed | operator- (const fixed &lhs, const fixed &rhs) |
|
fixed | operator* (const fixed &lhs, const fixed &rhs) |
|
fixed | operator/ (const fixed &lhs, const fixed &rhs) |
|
bool | operator== (const fixed &lhs, const fixed &rhs) |
|
bool | operator!= (const fixed &lhs, const fixed &rhs) |
|
bool | operator< (const fixed &lhs, const fixed &rhs) |
|
bool | operator<= (const fixed &lhs, const fixed &rhs) |
|
bool | operator> (const fixed &lhs, const fixed &rhs) |
|
bool | operator>= (const fixed &lhs, const fixed &rhs) |
|
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
double emp::fixed< FRAC_BITS >::AsDouble |
( |
| ) |
const |
|
inline |
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
template<int FRAC_BITS = 10>
bool operator!= |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
fixed operator* |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
fixed operator+ |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
fixed operator- |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
fixed operator/ |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
bool operator< |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
bool operator<= |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
bool operator== |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
bool operator> |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
template<int FRAC_BITS = 10>
bool operator>= |
( |
const fixed< FRAC_BITS > & |
lhs, |
|
|
const fixed< FRAC_BITS > & |
rhs |
|
) |
| |
|
friend |
The documentation for this class was generated from the following file: