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

#include <gmpfrxx.h>

Static Public Member Functions

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

Detailed Description

Definition at line 1513 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/21]

static int __gmp_cmp_function::eval ( double  d,
mpfr_srcptr  f 
)
inlinestatic

Definition at line 1573 of file gmpfrxx.h.

◆ eval() [2/21]

static int __gmp_cmp_function::eval ( double  d,
mpq_srcptr  q 
)
inlinestatic

Definition at line 1550 of file gmpfrxx.h.

◆ eval() [3/21]

static int __gmp_cmp_function::eval ( double  d,
mpz_srcptr  z 
)
inlinestatic

Definition at line 1527 of file gmpfrxx.h.

◆ eval() [4/21]

static int __gmp_cmp_function::eval ( mpfr_srcptr  f,
double  d 
)
inlinestatic

Definition at line 1571 of file gmpfrxx.h.

◆ eval() [5/21]

static int __gmp_cmp_function::eval ( mpfr_srcptr  f,
mpfr_srcptr  g 
)
inlinestatic

Definition at line 1561 of file gmpfrxx.h.

◆ eval() [6/21]

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

Definition at line 1567 of file gmpfrxx.h.

References l.

◆ eval() [7/21]

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

Definition at line 1563 of file gmpfrxx.h.

References l.

◆ eval() [8/21]

static int __gmp_cmp_function::eval ( mpq_srcptr  q,
double  d 
)
inlinestatic

Definition at line 1540 of file gmpfrxx.h.

◆ eval() [9/21]

static int __gmp_cmp_function::eval ( mpq_srcptr  q,
mpq_srcptr  r 
)
inlinestatic

Definition at line 1530 of file gmpfrxx.h.

◆ eval() [10/21]

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

Definition at line 1536 of file gmpfrxx.h.

References l.

◆ eval() [11/21]

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

Definition at line 1532 of file gmpfrxx.h.

References l.

◆ eval() [12/21]

static int __gmp_cmp_function::eval ( mpz_srcptr  z,
double  d 
)
inlinestatic

Definition at line 1525 of file gmpfrxx.h.

◆ eval() [13/21]

static int __gmp_cmp_function::eval ( mpz_srcptr  z,
mpz_srcptr  w 
)
inlinestatic

Definition at line 1515 of file gmpfrxx.h.

References w.

◆ eval() [14/21]

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

Definition at line 1521 of file gmpfrxx.h.

References l.

◆ eval() [15/21]

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

Definition at line 1517 of file gmpfrxx.h.

References l.

◆ eval() [16/21]

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

Definition at line 1569 of file gmpfrxx.h.

References l.

◆ eval() [17/21]

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

Definition at line 1538 of file gmpfrxx.h.

References l.

◆ eval() [18/21]

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

Definition at line 1523 of file gmpfrxx.h.

References l.

◆ eval() [19/21]

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

Definition at line 1565 of file gmpfrxx.h.

References l.

◆ eval() [20/21]

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

Definition at line 1534 of file gmpfrxx.h.

References l.

◆ eval() [21/21]

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

Definition at line 1519 of file gmpfrxx.h.

References l.


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