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

#include <gmpfrxx.h>

Static Public Member Functions

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, mpfr_srcptr g, long int l)
 
static void eval (mpfr_ptr f, mpfr_srcptr g, mpz_srcptr z)
 
static void eval (mpfr_ptr f, unsigned long int l, mpfr_srcptr h)
 
static void eval (mpfr_ptr f, unsigned long int l, unsigned long int h)
 

Detailed Description

Definition at line 1144 of file gmpfrxx.h.

Member Function Documentation

◆ eval() [1/6]

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

Definition at line 1150 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [2/6]

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

Definition at line 1146 of file gmpfrxx.h.

References MpFrC::get_rnd(), and h.

◆ eval() [3/6]

static void __gmp_pow_function::eval ( mpfr_ptr  f,
mpfr_srcptr  g,
mpz_srcptr  z 
)
inlinestatic

Definition at line 1152 of file gmpfrxx.h.

References MpFrC::get_rnd().

◆ eval() [4/6]

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

Definition at line 1148 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [5/6]

static void __gmp_pow_function::eval ( mpfr_ptr  f,
unsigned long int  l,
mpfr_srcptr  h 
)
inlinestatic

Definition at line 1154 of file gmpfrxx.h.

References MpFrC::get_rnd(), h, and l.

◆ eval() [6/6]

static void __gmp_pow_function::eval ( mpfr_ptr  f,
unsigned long int  l,
unsigned long int  h 
)
inlinestatic

Definition at line 1156 of file gmpfrxx.h.

References MpFrC::get_rnd(), h, and l.


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