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

Member Function Documentation

◆ eval() [1/21]

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

Definition at line 436 of file gmpfrxx.h.

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

◆ eval() [2/21]

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

Definition at line 434 of file gmpfrxx.h.

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

◆ eval() [3/21]

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

Definition at line 423 of file gmpfrxx.h.

References MpFrC::get_rnd(), and h.

◆ eval() [4/21]

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

Definition at line 430 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [5/21]

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

Definition at line 426 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [6/21]

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

Definition at line 432 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [7/21]

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

Definition at line 428 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [8/21]

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

Definition at line 414 of file gmpfrxx.h.

◆ eval() [9/21]

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

Definition at line 406 of file gmpfrxx.h.

◆ eval() [10/21]

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

Definition at line 371 of file gmpfrxx.h.

◆ eval() [11/21]

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

Definition at line 390 of file gmpfrxx.h.

References l.

◆ eval() [12/21]

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

Definition at line 374 of file gmpfrxx.h.

References l.

◆ eval() [13/21]

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

Definition at line 398 of file gmpfrxx.h.

References l.

◆ eval() [14/21]

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

Definition at line 382 of file gmpfrxx.h.

References l.

◆ eval() [15/21]

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

Definition at line 363 of file gmpfrxx.h.

References w.

◆ eval() [16/21]

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

Definition at line 356 of file gmpfrxx.h.

References w.

◆ eval() [17/21]

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

Definition at line 345 of file gmpfrxx.h.

References w.

◆ eval() [18/21]

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

Definition at line 352 of file gmpfrxx.h.

References l, and w.

◆ eval() [19/21]

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

Definition at line 348 of file gmpfrxx.h.

References l, and w.

◆ eval() [20/21]

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

Definition at line 354 of file gmpfrxx.h.

References l, and w.

◆ eval() [21/21]

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

Definition at line 350 of file gmpfrxx.h.

References l, and w.


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