|
|
template<size_t t_base> |
| class | float_sap |
| |
|
std::ostream & | operator<< (std::ostream &fout, const int_ap< base > &integer) |
| |
|
int_ap< base > | operator+ (long long int a, const int_ap< base > &b) |
| |
|
int_ap< base > | operator+ (const int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator+ (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > & | operator+= (int_ap< base > &a, int_ap< base > b) |
| |
|
int_ap< base > & | operator+= (int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator- (long long int a, const int_ap< base > &b) |
| |
|
int_ap< base > | operator- (const int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator- (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > & | operator-= (int_ap< base > &a, int_ap< base > b) |
| |
|
int_ap< base > & | operator-= (int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator++ (int_ap< base > &a, int) |
| |
|
int_ap< base > & | operator++ (int_ap< base > &a) |
| |
|
int_ap< base > | operator-- (int_ap< base > &a, int) |
| |
|
int_ap< base > & | operator-- (int_ap< base > &a) |
| |
|
int_ap< base > | operator- (const int_ap< base > &a) |
| |
|
int_ap< base > | operator* (long long int a, const int_ap< base > &b) |
| |
|
int_ap< base > | operator* (const int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator* (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > & | operator*= (int_ap< base > &a, long long int b) |
| |
|
int_ap< base > & | operator*= (int_ap< base > &a, int_ap< base > b) |
| |
|
int_ap< base > | operator/ (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
void | divide (int_ap< base > a, int_ap< base > b, int_ap< base > &result, int_ap< base > &rest) |
| |
|
void | dividePrecision (int_ap< base > a, int_ap< base > b, int_ap< base > &result, int_ap< base > &exponent) |
| |
|
int_ap< base > | operator/ (const int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator/ (long long int a, const int_ap< base > &b) |
| |
|
int_ap< base > & | operator/= (int_ap< base > &a, long long int b) |
| |
|
int_ap< base > & | operator/= (int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > | operator% (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > | operator% (const int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | operator% (long long int a, const int_ap< base > &b) |
| |
|
int_ap< base > & | operator%= (int_ap< base > &a, long long int b) |
| |
|
int_ap< base > & | operator%= (int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > | pow (long long int a, const int_ap< base > &b) |
| |
|
int_ap< base > | pow (const int_ap< base > &a, long long int b) |
| |
|
int_ap< base > | pow (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
int_ap< base > | abs (const int_ap< base > &a) |
| |
|
bool | operator== (long long int a, const int_ap< base > &b) |
| |
|
bool | operator== (const int_ap< base > &a, long long int b) |
| |
|
bool | operator== (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
bool | operator!= (long long int a, const int_ap< base > &b) |
| |
|
bool | operator!= (const int_ap< base > &a, long long int b) |
| |
|
bool | operator!= (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
bool | operator< (long long int a, const int_ap< base > &b) |
| |
|
bool | operator< (const int_ap< base > &a, long long int b) |
| |
|
bool | operator< (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
bool | operator<= (long long int a, const int_ap< base > &b) |
| |
|
bool | operator<= (const int_ap< base > &a, long long int b) |
| |
|
bool | operator<= (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
bool | operator> (long long int a, const int_ap< base > &b) |
| |
|
bool | operator> (const int_ap< base > &a, long long int b) |
| |
|
bool | operator> (const int_ap< base > &a, const int_ap< base > &b) |
| |
|
bool | operator>= (long long int a, const int_ap< base > &b) |
| |
|
bool | operator>= (const int_ap< base > &a, long long int b) |
| |
|
bool | operator>= (const int_ap< base > &a, const int_ap< base > &b) |
| |