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

#include <gmpfrxx.h>

Static Public Member Functions

static void eval (mpz_ptr z, mpz_srcptr w, mpz_srcptr v)
 
static void eval (mpz_ptr z, mpz_srcptr w, unsigned long int l)
 
static void eval (mpz_ptr z, unsigned long int l, mpz_srcptr w)
 
static void eval (mpz_ptr z, mpz_srcptr w, signed long int l)
 
static void eval (mpz_ptr z, signed long int l, mpz_srcptr w)
 
static void eval (mpz_ptr z, mpz_srcptr w, double d)
 
static void eval (mpz_ptr z, double d, mpz_srcptr w)
 
static void eval (mpq_ptr q, mpq_srcptr r, mpq_srcptr s)
 
static void eval (mpq_ptr q, mpq_srcptr r, unsigned long int l)
 
static void eval (mpq_ptr q, unsigned long int l, mpq_srcptr r)
 
static void eval (mpq_ptr q, mpq_srcptr r, signed long int l)
 
static void eval (mpq_ptr q, signed long int l, mpq_srcptr r)
 
static void eval (mpq_ptr q, mpq_srcptr r, double d)
 
static void eval (mpq_ptr q, double d, mpq_srcptr r)
 
static void eval (mpq_ptr q, mpq_srcptr r, mpz_srcptr z)
 
static void eval (mpq_ptr q, mpz_srcptr z, mpq_srcptr r)
 
static void eval (mpfr_ptr f, mpfr_srcptr g, mpfr_srcptr h)
 
static void eval (mpfr_ptr f, mpfr_srcptr g, unsigned long int l)
 
static void eval (mpfr_ptr f, unsigned long int l, mpfr_srcptr g)
 
static void eval (mpfr_ptr f, mpfr_srcptr g, signed long int l)
 
static void eval (mpfr_ptr f, signed long int l, mpfr_srcptr g)
 
static void eval (mpfr_ptr f, mpfr_srcptr g, double d)
 
static void eval (mpfr_ptr f, double d, mpfr_srcptr g)
 

Detailed Description

Definition at line 141 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
double  d,
mpfr_srcptr  g 
)
inlinestatic

Definition at line 236 of file gmpfrxx.h.

References MpFrC::get_rnd(), and mpfr_add_d().

◆ eval() [2/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
mpfr_srcptr  g,
double  d 
)
inlinestatic

Definition at line 234 of file gmpfrxx.h.

References MpFrC::get_rnd(), and mpfr_add_d().

◆ eval() [3/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
mpfr_srcptr  g,
mpfr_srcptr  h 
)
inlinestatic

Definition at line 224 of file gmpfrxx.h.

References MpFrC::get_rnd(), and h.

◆ eval() [4/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
mpfr_srcptr  g,
signed long int  l 
)
inlinestatic

Definition at line 230 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [5/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
mpfr_srcptr  g,
unsigned long int  l 
)
inlinestatic

Definition at line 226 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [6/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
signed long int  l,
mpfr_srcptr  g 
)
inlinestatic

Definition at line 232 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [7/23]

static void __gmp_binary_plus::eval ( mpfr_ptr  f,
unsigned long int  l,
mpfr_srcptr  g 
)
inlinestatic

Definition at line 228 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [8/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
double  d,
mpq_srcptr  r 
)
inlinestatic

Definition at line 210 of file gmpfrxx.h.

◆ eval() [9/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
mpq_srcptr  r,
double  d 
)
inlinestatic

Definition at line 202 of file gmpfrxx.h.

◆ eval() [10/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
mpq_srcptr  r,
mpq_srcptr  s 
)
inlinestatic

Definition at line 179 of file gmpfrxx.h.

◆ eval() [11/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
mpq_srcptr  r,
mpz_srcptr  z 
)
inlinestatic

Definition at line 219 of file gmpfrxx.h.

◆ eval() [12/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
mpq_srcptr  r,
signed long int  l 
)
inlinestatic

Definition at line 186 of file gmpfrxx.h.

References l.

◆ eval() [13/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
mpq_srcptr  r,
unsigned long int  l 
)
inlinestatic

Definition at line 182 of file gmpfrxx.h.

References l.

◆ eval() [14/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
mpz_srcptr  z,
mpq_srcptr  r 
)
inlinestatic

Definition at line 221 of file gmpfrxx.h.

◆ eval() [15/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
signed long int  l,
mpq_srcptr  r 
)
inlinestatic

Definition at line 194 of file gmpfrxx.h.

References l.

◆ eval() [16/23]

static void __gmp_binary_plus::eval ( mpq_ptr  q,
unsigned long int  l,
mpq_srcptr  r 
)
inlinestatic

Definition at line 184 of file gmpfrxx.h.

References l.

◆ eval() [17/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
double  d,
mpz_srcptr  w 
)
inlinestatic

Definition at line 171 of file gmpfrxx.h.

References w.

◆ eval() [18/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
mpz_srcptr  w,
double  d 
)
inlinestatic

Definition at line 164 of file gmpfrxx.h.

References w.

◆ eval() [19/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
mpz_srcptr  w,
mpz_srcptr  v 
)
inlinestatic

Definition at line 143 of file gmpfrxx.h.

References w.

◆ eval() [20/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
mpz_srcptr  w,
signed long int  l 
)
inlinestatic

Definition at line 150 of file gmpfrxx.h.

References l, and w.

◆ eval() [21/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
mpz_srcptr  w,
unsigned long int  l 
)
inlinestatic

Definition at line 146 of file gmpfrxx.h.

References l, and w.

◆ eval() [22/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
signed long int  l,
mpz_srcptr  w 
)
inlinestatic

Definition at line 157 of file gmpfrxx.h.

References l, and w.

◆ eval() [23/23]

static void __gmp_binary_plus::eval ( mpz_ptr  z,
unsigned long int  l,
mpz_srcptr  w 
)
inlinestatic

Definition at line 148 of file gmpfrxx.h.

References l, and w.


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