Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
__gmp_binary_equal Struct Reference

#include <gmpfrxx.h>

Static Public Member Functions

static bool eval (mpz_srcptr z, mpz_srcptr w)
 
static bool eval (mpz_srcptr z, unsigned long int l)
 
static bool eval (unsigned long int l, mpz_srcptr z)
 
static bool eval (mpz_srcptr z, signed long int l)
 
static bool eval (signed long int l, mpz_srcptr z)
 
static bool eval (mpz_srcptr z, double d)
 
static bool eval (double d, mpz_srcptr z)
 
static bool eval (mpq_srcptr q, mpq_srcptr r)
 
static bool eval (mpq_srcptr q, unsigned long int l)
 
static bool eval (unsigned long int l, mpq_srcptr q)
 
static bool eval (mpq_srcptr q, signed long int l)
 
static bool eval (signed long int l, mpq_srcptr q)
 
static bool eval (mpq_srcptr q, double d)
 
static bool eval (double d, mpq_srcptr q)
 
static bool eval (mpfr_srcptr f, mpfr_srcptr g)
 
static bool eval (mpfr_srcptr f, unsigned long int l)
 
static bool eval (unsigned long int l, mpfr_srcptr f)
 
static bool eval (mpfr_srcptr f, signed long int l)
 
static bool eval (signed long int l, mpfr_srcptr f)
 
static bool eval (mpfr_srcptr f, double d)
 
static bool eval (double d, mpfr_srcptr f)
 

Detailed Description

Definition at line 667 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/21]

static bool __gmp_binary_equal::eval ( double  d,
mpfr_srcptr  f 
)
inlinestatic

Definition at line 729 of file gmpfrxx.h.

◆ eval() [2/21]

static bool __gmp_binary_equal::eval ( double  d,
mpq_srcptr  q 
)
inlinestatic

Definition at line 705 of file gmpfrxx.h.

◆ eval() [3/21]

static bool __gmp_binary_equal::eval ( double  d,
mpz_srcptr  z 
)
inlinestatic

Definition at line 681 of file gmpfrxx.h.

◆ eval() [4/21]

static bool __gmp_binary_equal::eval ( mpfr_srcptr  f,
double  d 
)
inlinestatic

Definition at line 727 of file gmpfrxx.h.

◆ eval() [5/21]

static bool __gmp_binary_equal::eval ( mpfr_srcptr  f,
mpfr_srcptr  g 
)
inlinestatic

Definition at line 716 of file gmpfrxx.h.

◆ eval() [6/21]

static bool __gmp_binary_equal::eval ( mpfr_srcptr  f,
signed long int  l 
)
inlinestatic

Definition at line 723 of file gmpfrxx.h.

References l.

◆ eval() [7/21]

static bool __gmp_binary_equal::eval ( mpfr_srcptr  f,
unsigned long int  l 
)
inlinestatic

Definition at line 719 of file gmpfrxx.h.

References l.

◆ eval() [8/21]

static bool __gmp_binary_equal::eval ( mpq_srcptr  q,
double  d 
)
inlinestatic

Definition at line 695 of file gmpfrxx.h.

◆ eval() [9/21]

static bool __gmp_binary_equal::eval ( mpq_srcptr  q,
mpq_srcptr  r 
)
inlinestatic

Definition at line 684 of file gmpfrxx.h.

◆ eval() [10/21]

static bool __gmp_binary_equal::eval ( mpq_srcptr  q,
signed long int  l 
)
inlinestatic

Definition at line 691 of file gmpfrxx.h.

References l.

◆ eval() [11/21]

static bool __gmp_binary_equal::eval ( mpq_srcptr  q,
unsigned long int  l 
)
inlinestatic

Definition at line 687 of file gmpfrxx.h.

References l.

◆ eval() [12/21]

static bool __gmp_binary_equal::eval ( mpz_srcptr  z,
double  d 
)
inlinestatic

Definition at line 679 of file gmpfrxx.h.

◆ eval() [13/21]

static bool __gmp_binary_equal::eval ( mpz_srcptr  z,
mpz_srcptr  w 
)
inlinestatic

Definition at line 669 of file gmpfrxx.h.

References w.

◆ eval() [14/21]

static bool __gmp_binary_equal::eval ( mpz_srcptr  z,
signed long int  l 
)
inlinestatic

Definition at line 675 of file gmpfrxx.h.

References l.

◆ eval() [15/21]

static bool __gmp_binary_equal::eval ( mpz_srcptr  z,
unsigned long int  l 
)
inlinestatic

Definition at line 671 of file gmpfrxx.h.

References l.

◆ eval() [16/21]

static bool __gmp_binary_equal::eval ( signed long int  l,
mpfr_srcptr  f 
)
inlinestatic

Definition at line 725 of file gmpfrxx.h.

References l.

◆ eval() [17/21]

static bool __gmp_binary_equal::eval ( signed long int  l,
mpq_srcptr  q 
)
inlinestatic

Definition at line 693 of file gmpfrxx.h.

References l.

◆ eval() [18/21]

static bool __gmp_binary_equal::eval ( signed long int  l,
mpz_srcptr  z 
)
inlinestatic

Definition at line 677 of file gmpfrxx.h.

References l.

◆ eval() [19/21]

static bool __gmp_binary_equal::eval ( unsigned long int  l,
mpfr_srcptr  f 
)
inlinestatic

Definition at line 721 of file gmpfrxx.h.

References l.

◆ eval() [20/21]

static bool __gmp_binary_equal::eval ( unsigned long int  l,
mpq_srcptr  q 
)
inlinestatic

Definition at line 689 of file gmpfrxx.h.

References l.

◆ eval() [21/21]

static bool __gmp_binary_equal::eval ( unsigned long int  l,
mpz_srcptr  z 
)
inlinestatic

Definition at line 673 of file gmpfrxx.h.

References l.


The documentation for this struct was generated from the following file: