Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
__gmp_binary_modulus 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)
 

Detailed Description

Definition at line 573 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/7]

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

Definition at line 620 of file gmpfrxx.h.

References w.

◆ eval() [2/7]

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

Definition at line 613 of file gmpfrxx.h.

References w.

◆ eval() [3/7]

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

Definition at line 575 of file gmpfrxx.h.

References w.

◆ eval() [4/7]

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

Definition at line 598 of file gmpfrxx.h.

References l, and w.

◆ eval() [5/7]

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

Definition at line 578 of file gmpfrxx.h.

References l, and w.

◆ eval() [6/7]

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

Definition at line 602 of file gmpfrxx.h.

References l, and w.

◆ eval() [7/7]

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

Definition at line 580 of file gmpfrxx.h.

References l, and w.


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