|
| template<int n> |
| std::ostream & | Teuchos::operator<< (std::ostream &os, BigUInt< n > a) |
| |
| template<int n> |
| BigUInt< n > | Teuchos::operator+ (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| BigUInt< n > | Teuchos::operator- (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| BigUInt< n > | Teuchos::operator* (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| BigUInt< n > | Teuchos::operator/ (BigUInt< n > const &a, std::uint32_t const &b) |
| |
| template<int n> |
| BigUInt< n > | Teuchos::operator/ (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| int | Teuchos::comp (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| bool | Teuchos::operator>= (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| bool | Teuchos::operator<= (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| bool | Teuchos::operator< (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| bool | Teuchos::operator> (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| bool | Teuchos::operator== (BigUInt< n > const &a, BigUInt< n > const &b) |
| |
| template<int n> |
| void | Teuchos::divmod (BigUInt< n > "ient, BigUInt< n > &x, std::uint32_t const &b) |
| |
Arbitrary-precision unsigned integer declaration.
Definition in file Teuchos_BigUIntDecl.hpp.