|
| std::istream & | operator>> (std::istream &, mpfr_ptr) |
| |
| std::ostream & | operator<< (std::ostream &, mpfr_srcptr) |
| |
| void | mpz_set_mpfr (mpz_ptr w, mpfr_srcptr u) |
| |
| void | mpq_set_mpfr (mpq_ptr w, mpfr_srcptr u) |
| |
| template<class T , class U > |
| void | __gmp_set_expr (mpz_ptr, const __gmp_expr< T, U > &) |
| |
| template<class T , class U > |
| void | __gmp_set_expr (mpq_ptr, const __gmp_expr< T, U > &) |
| |
| template<class T , class U > |
| void | __gmp_set_expr (mpfr_ptr, const __gmp_expr< T, U > &) |
| |
| template<class T > |
| std::ostream & | operator<< (std::ostream &o, const __gmp_expr< T, T > &expr) |
| |
| template<class T , class U > |
| std::ostream & | operator<< (std::ostream &o, const __gmp_expr< T, U > &expr) |
| |
| template<class T > |
| std::istream & | operator>> (std::istream &i, __gmp_expr< T, T > &expr) |
| |
| std::istream & | operator>> (std::istream &i, mpq_class &q) |
| |
| template<> |
| void | __gmp_set_expr (mpz_ptr z, const mpz_class &w) |
| |
| template<class T > |
| void | __gmp_set_expr (mpz_ptr z, const __gmp_expr< mpz_t, T > &expr) |
| |
| template<> |
| void | __gmp_set_expr (mpz_ptr z, const mpq_class &q) |
| |
| template<class T > |
| void | __gmp_set_expr (mpz_ptr z, const __gmp_expr< mpq_t, T > &expr) |
| |
| template<class T > |
| void | __gmp_set_expr (mpz_ptr z, const mpfr_class &f) |
| |
| template<class T > |
| void | __gmp_set_expr (mpz_ptr z, const __gmp_expr< mpfr_t, T > &expr) |
| |
| template<> |
| void | __gmp_set_expr (mpq_ptr q, const mpz_class &z) |
| |
| template<class T > |
| void | __gmp_set_expr (mpq_ptr q, const __gmp_expr< mpz_t, T > &expr) |
| |
| template<> |
| void | __gmp_set_expr (mpq_ptr q, const mpq_class &r) |
| |
| template<class T > |
| void | __gmp_set_expr (mpq_ptr q, const __gmp_expr< mpq_t, T > &expr) |
| |
| template<class T > |
| void | __gmp_set_expr (mpq_ptr q, const mpfr_class &f) |
| |
| template<class T > |
| void | __gmp_set_expr (mpq_ptr q, const __gmp_expr< mpfr_t, T > &expr) |
| |
| template<class T > |
| void | __gmp_set_expr (mpfr_ptr f, const mpz_class &z) |
| |
| template<class T > |
| void | __gmp_set_expr (mpfr_ptr f, const __gmp_expr< mpz_t, T > &expr) |
| |
| template<class T > |
| void | __gmp_set_expr (mpfr_ptr f, const mpq_class &q) |
| |
| template<class T > |
| void | __gmp_set_expr (mpfr_ptr f, const __gmp_expr< mpq_t, T > &expr) |
| |
| template<> |
| void | __gmp_set_expr (mpfr_ptr f, const mpfr_class &g) |
| |
| template<class T > |
| void | __gmp_set_expr (mpfr_ptr f, const __gmp_expr< mpfr_t, T > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_unary_plus > > | operator+ (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_unary_minus > > | operator- (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_unary_com > > | operator~ (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_plus > > | operator+ (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_plus > > | operator+ (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_minus > > | operator- (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_minus > > | operator- (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_multiplies > > | operator* (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_multiplies > > | operator* (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_divides > > | operator/ (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_divides > > | operator/ (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_modulus > > | operator% (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_modulus > > | operator% (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_and > > | operator& (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_and > > | operator& (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_ior > > | operator| (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_ior > > | operator| (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_binary_xor > > | operator^ (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_binary_xor > > | operator^ (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_lshift > > | operator<< (const __gmp_expr< T, U > &expr, unsigned long int l) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_binary_rshift > > | operator>> (const __gmp_expr< T, U > &expr, unsigned long int l) |
| |
| template<class T , class U , class V , class W > |
| bool | operator== (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| bool | operator== (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| bool | operator== (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| bool | operator== (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| bool | operator== (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| bool | operator== (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| bool | operator== (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| bool | operator== (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| bool | operator== (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| bool | operator== (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| bool | operator== (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator== (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| bool | operator== (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| bool | operator!= (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| bool | operator!= (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| bool | operator!= (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| bool | operator!= (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| bool | operator!= (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| bool | operator!= (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| bool | operator!= (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| bool | operator!= (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| bool | operator!= (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| bool | operator!= (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| bool | operator!= (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator!= (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| bool | operator!= (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| bool | operator< (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| bool | operator< (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| bool | operator< (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| bool | operator< (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| bool | operator< (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| bool | operator< (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| bool | operator< (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| bool | operator< (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| bool | operator< (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| bool | operator< (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| bool | operator< (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator< (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| bool | operator< (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| bool | operator<= (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| bool | operator<= (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| bool | operator<= (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| bool | operator<= (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| bool | operator<= (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| bool | operator<= (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| bool | operator<= (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| bool | operator<= (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| bool | operator<= (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| bool | operator<= (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| bool | operator<= (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator<= (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| bool | operator<= (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| bool | operator> (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| bool | operator> (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| bool | operator> (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| bool | operator> (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| bool | operator> (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| bool | operator> (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| bool | operator> (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| bool | operator> (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| bool | operator> (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| bool | operator> (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| bool | operator> (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator> (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| bool | operator> (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| bool | operator>= (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| bool | operator>= (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| bool | operator>= (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| bool | operator>= (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| bool | operator>= (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| bool | operator>= (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| bool | operator>= (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| bool | operator>= (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| bool | operator>= (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| bool | operator>= (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| bool | operator>= (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| bool | operator>= (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| bool | operator>= (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| int | cmpabs (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| int | cmpabs (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| int | cmpabs (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| int | cmpabs (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| int | cmpabs (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| int | cmpabs (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| int | cmpabs (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| int | cmpabs (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| int | cmpabs (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| int | cmpabs (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| int | cmpabs (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmpabs (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| int | cmpabs (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_abs_function > > | abs (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_dim_function > > | dim (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_dim_function > > | dim (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_dim_function > > | dim (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_dim_function > > | dim (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_dim_function > > | dim (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_rint_function > > | rint (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_trunc_function > > | trunc (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_floor_function > > | floor (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_ceil_function > > | ceil (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_sqr_function > > | sqr (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_sqrt_function > > | sqrt (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_cbrt_function > > | cbrt (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_root_function > > | root (const __gmp_expr< T, U > &expr, unsigned long int l) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_pow_function > > | pow (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_pow_function > > | pow (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_pow_function > > | pow (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_pow_function > > | pow (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_pow_function > > | pow (long double t, const __gmp_expr< T, U > &expr) |
| |
| __gmp_expr< mpfr_t, __gmp_binary_expr< unsigned long int, unsigned long int, __gmp_pow_function > > | pow_ui (unsigned long int r, unsigned long int l) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_log_function > > | log (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_log2_function > > | log2 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_log10_function > > | log10 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_exp_function > > | exp (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_exp2_function > > | exp2 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_exp10_function > > | exp10 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_cos_function > > | cos (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_sin_function > > | sin (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_tan_function > > | tan (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_sec_function > > | sec (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_csc_function > > | csc (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_cot_function > > | cot (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_acos_function > > | acos (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_asin_function > > | asin (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_atan_function > > | atan (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_atan2_function > > | atan2 (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_atan2_function > > | atan2 (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_cosh_function > > | cosh (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_sinh_function > > | sinh (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_tanh_function > > | tanh (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_sech_function > > | sech (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_csch_function > > | csch (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_coth_function > > | coth (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_acosh_function > > | acosh (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_asinh_function > > | asinh (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_atanh_function > > | atanh (const __gmp_expr< T, U > &expr) |
| |
| __gmp_expr< mpfr_t, __gmp_unary_expr< unsigned long int, __gmp_fac_ui_function > > | fac_ui (unsigned long int l) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_log1p_function > > | log1p (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_expm1_function > > | expm1 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_eint_function > > | eint (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_gamma_function > > | gamma (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_lngamma_function > > | lngamma (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_lgamma_function > > | lgamma (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_zeta_function > > | zeta (const __gmp_expr< T, U > &expr) |
| |
| __gmp_expr< mpfr_t, __gmp_unary_expr< unsigned long int, __gmp_zeta_function > > | zeta_ui (unsigned long int l) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_erf_function > > | erf (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_erfc_function > > | erfc (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_j0_function > > | j0 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_j1_function > > | j1 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_jn_function > > | jn (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_jn_function > > | jn (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_jn_function > > | jn (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_jn_function > > | jn (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_jn_function > > | jn (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_y0_function > > | y0 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_y1_function > > | y1 (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_yn_function > > | yn (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_yn_function > > | yn (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_yn_function > > | yn (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_yn_function > > | yn (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_yn_function > > | yn (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_agm_function > > | agm (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_agm_function > > | agm (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_agm_function > > | agm (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_agm_function > > | agm (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_agm_function > > | agm (long double t, const __gmp_expr< T, U > &expr) |
| |
| __gmp_expr< mpfr_t, __gmp_void_expr< __gmp_const_log2_function > > | const_log2 () |
| |
| __gmp_expr< mpfr_t, __gmp_void_expr< __gmp_const_pi_function > > | const_pi () |
| |
| __gmp_expr< mpfr_t, __gmp_void_expr< __gmp_const_euler_function > > | const_euler () |
| |
| __gmp_expr< mpfr_t, __gmp_void_expr< __gmp_const_catalan_function > > | const_catalan () |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_max_function > > | max (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_max_function > > | max (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_max_function > > | max (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_max_function > > | max (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_max_function > > | max (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_max_function > > | max (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_max_function > > | max (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_max_function > > | max (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_max_function > > | max (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_max_function > > | max (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_max_function > > | max (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_max_function > > | max (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_min_function > > | min (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_min_function > > | min (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_min_function > > | min (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_min_function > > | min (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_min_function > > | min (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_min_function > > | min (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_min_function > > | min (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_min_function > > | min (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_min_function > > | min (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_min_function > > | min (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_min_function > > | min (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_min_function > > | min (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_hypot_function > > | hypot (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_hypot_function > > | hypot (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_unary_expr< __gmp_expr< T, U >, __gmp_frac_function > > | frac (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| __gmp_expr< typename __gmp_resolve_expr< T, V >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< V, W >, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< typename __gmp_resolve_expr< T, T >::value_type, __gmp_binary_expr< __gmp_expr< T, U >, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr1, const __gmp_expr< T, U > &expr2) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, signed long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< signed long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, unsigned long int, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< unsigned long int, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, double, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< double, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< __gmp_expr< T, U >, long double, __gmp_remainder_function > > | remainder (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| __gmp_expr< T, __gmp_binary_expr< long double, __gmp_expr< T, U >, __gmp_remainder_function > > | remainder (long double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | sgn (const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U , class V , class W > |
| int | cmp (const __gmp_expr< T, U > &expr1, const __gmp_expr< V, W > &expr2) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, signed char t) |
| |
| template<class T , class U > |
| int | cmp (signed char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, unsigned char t) |
| |
| template<class T , class U > |
| int | cmp (unsigned char t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, signed int t) |
| |
| template<class T , class U > |
| int | cmp (signed int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, unsigned int t) |
| |
| template<class T , class U > |
| int | cmp (unsigned int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, signed short int t) |
| |
| template<class T , class U > |
| int | cmp (signed short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, unsigned short int t) |
| |
| template<class T , class U > |
| int | cmp (unsigned short int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, signed long int t) |
| |
| template<class T , class U > |
| int | cmp (signed long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, unsigned long int t) |
| |
| template<class T , class U > |
| int | cmp (unsigned long int t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, float t) |
| |
| template<class T , class U > |
| int | cmp (float t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, double t) |
| |
| template<class T , class U > |
| int | cmp (double t, const __gmp_expr< T, U > &expr) |
| |
| template<class T , class U > |
| int | cmp (const __gmp_expr< T, U > &expr, long double t) |
| |
| template<class T , class U > |
| int | cmp (long double t, const __gmp_expr< T, U > &expr) |
| |