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

Member Function Documentation

◆ eval() [1/23]

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

Definition at line 339 of file gmpfrxx.h.

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

◆ eval() [2/23]

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

Definition at line 337 of file gmpfrxx.h.

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

◆ eval() [3/23]

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

Definition at line 326 of file gmpfrxx.h.

References MpFrC::get_rnd(), and h.

◆ eval() [4/23]

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

Definition at line 333 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [5/23]

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

Definition at line 329 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [6/23]

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

Definition at line 335 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [7/23]

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

Definition at line 331 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [8/23]

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

Definition at line 312 of file gmpfrxx.h.

◆ eval() [9/23]

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

Definition at line 304 of file gmpfrxx.h.

◆ eval() [10/23]

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

Definition at line 281 of file gmpfrxx.h.

◆ eval() [11/23]

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

Definition at line 321 of file gmpfrxx.h.

◆ eval() [12/23]

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

Definition at line 288 of file gmpfrxx.h.

References l.

◆ eval() [13/23]

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

Definition at line 284 of file gmpfrxx.h.

References l.

◆ eval() [14/23]

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

Definition at line 323 of file gmpfrxx.h.

◆ eval() [15/23]

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

Definition at line 296 of file gmpfrxx.h.

References l.

◆ eval() [16/23]

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

Definition at line 286 of file gmpfrxx.h.

References l.

◆ eval() [17/23]

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

Definition at line 273 of file gmpfrxx.h.

References w.

◆ eval() [18/23]

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

Definition at line 266 of file gmpfrxx.h.

References w.

◆ eval() [19/23]

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

Definition at line 242 of file gmpfrxx.h.

References w.

◆ eval() [20/23]

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

Definition at line 249 of file gmpfrxx.h.

References l, and w.

◆ eval() [21/23]

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

Definition at line 245 of file gmpfrxx.h.

References l, and w.

◆ eval() [22/23]

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

Definition at line 256 of file gmpfrxx.h.

References l, and w.

◆ eval() [23/23]

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

Definition at line 247 of file gmpfrxx.h.

References l, and w.


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