Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
__gmp_binary_greater_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 998 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/21]

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

Definition at line 1058 of file gmpfrxx.h.

◆ eval() [2/21]

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

Definition at line 1035 of file gmpfrxx.h.

◆ eval() [3/21]

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

Definition at line 1012 of file gmpfrxx.h.

◆ eval() [4/21]

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

Definition at line 1056 of file gmpfrxx.h.

◆ eval() [5/21]

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

Definition at line 1046 of file gmpfrxx.h.

◆ eval() [6/21]

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

Definition at line 1052 of file gmpfrxx.h.

References l.

◆ eval() [7/21]

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

Definition at line 1048 of file gmpfrxx.h.

References l.

◆ eval() [8/21]

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

Definition at line 1025 of file gmpfrxx.h.

◆ eval() [9/21]

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

Definition at line 1015 of file gmpfrxx.h.

◆ eval() [10/21]

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

Definition at line 1021 of file gmpfrxx.h.

References l.

◆ eval() [11/21]

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

Definition at line 1017 of file gmpfrxx.h.

References l.

◆ eval() [12/21]

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

Definition at line 1010 of file gmpfrxx.h.

◆ eval() [13/21]

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

Definition at line 1000 of file gmpfrxx.h.

References w.

◆ eval() [14/21]

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

Definition at line 1006 of file gmpfrxx.h.

References l.

◆ eval() [15/21]

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

Definition at line 1002 of file gmpfrxx.h.

References l.

◆ eval() [16/21]

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

Definition at line 1054 of file gmpfrxx.h.

References l.

◆ eval() [17/21]

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

Definition at line 1023 of file gmpfrxx.h.

References l.

◆ eval() [18/21]

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

Definition at line 1008 of file gmpfrxx.h.

References l.

◆ eval() [19/21]

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

Definition at line 1050 of file gmpfrxx.h.

References l.

◆ eval() [20/21]

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

Definition at line 1019 of file gmpfrxx.h.

References l.

◆ eval() [21/21]

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

Definition at line 1004 of file gmpfrxx.h.

References l.


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