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

Member Function Documentation

◆ eval() [1/7]

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

Definition at line 1487 of file gmpfrxx.h.

References MpFrC::get_rnd().

◆ eval() [2/7]

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

Definition at line 1482 of file gmpfrxx.h.

References MpFrC::get_rnd().

◆ eval() [3/7]

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

Definition at line 1457 of file gmpfrxx.h.

References MpFrC::get_rnd(), and h.

◆ eval() [4/7]

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

Definition at line 1472 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [5/7]

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

Definition at line 1462 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [6/7]

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

Definition at line 1477 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.

◆ eval() [7/7]

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

Definition at line 1467 of file gmpfrxx.h.

References MpFrC::get_rnd(), and l.


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