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

#include <gmpfrxx.h>

Static Public Member Functions

static void eval (mpz_ptr z, mpz_srcptr w, unsigned long int l)
 
static void eval (mpq_ptr q, mpq_srcptr r, unsigned long int l)
 
static void eval (mpfr_ptr f, mpfr_srcptr g, unsigned long int l)
 

Detailed Description

Definition at line 647 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/3]

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

Definition at line 653 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [2/3]

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

Definition at line 651 of file gmpfrxx.h.

References l.

◆ eval() [3/3]

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

Definition at line 649 of file gmpfrxx.h.

References l, and w.


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