Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
mpfr_mul_d.h File Reference
#include "mpfr.h"
Include dependency graph for mpfr_mul_d.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int mpfr_mul_d (mpfr_ptr z, mpfr_srcptr x, double a, mpfr_rnd_t)
 
int mpfr_div_d (mpfr_ptr z, mpfr_srcptr x, double a, mpfr_rnd_t)
 
int mpfr_d_div (mpfr_ptr z, double a, mpfr_srcptr x, mpfr_rnd_t)
 
int mpfr_add_d (mpfr_ptr z, mpfr_srcptr x, double a, mpfr_rnd_t)
 
int mpfr_sub_d (mpfr_ptr z, mpfr_srcptr x, double a, mpfr_rnd_t)
 
int mpfr_d_sub (mpfr_ptr z, double a, mpfr_srcptr x, mpfr_rnd_t)
 
void mpfr_mul_d_clear ()
 

Function Documentation

◆ mpfr_add_d()

int mpfr_add_d ( mpfr_ptr  z,
mpfr_srcptr  x,
double  a,
mpfr_rnd_t  r 
)

Definition at line 36 of file mpfr_mul_d.c.

References initialized, and y.

Referenced by __gmp_binary_plus::eval(), and __gmp_binary_plus::eval().

◆ mpfr_d_div()

int mpfr_d_div ( mpfr_ptr  z,
double  a,
mpfr_srcptr  x,
mpfr_rnd_t  r 
)

Definition at line 26 of file mpfr_mul_d.c.

References initialized, and y.

Referenced by __gmp_binary_divides::eval().

◆ mpfr_d_sub()

int mpfr_d_sub ( mpfr_ptr  z,
double  a,
mpfr_srcptr  x,
mpfr_rnd_t  r 
)

Definition at line 56 of file mpfr_mul_d.c.

References initialized, and y.

Referenced by __gmp_binary_minus::eval().

◆ mpfr_div_d()

int mpfr_div_d ( mpfr_ptr  z,
mpfr_srcptr  x,
double  a,
mpfr_rnd_t  r 
)

Definition at line 16 of file mpfr_mul_d.c.

References initialized, and y.

Referenced by __gmp_binary_divides::eval().

◆ mpfr_mul_d()

int mpfr_mul_d ( mpfr_ptr  z,
mpfr_srcptr  x,
double  a,
mpfr_rnd_t  r 
)

Definition at line 6 of file mpfr_mul_d.c.

References initialized, and y.

Referenced by __gmp_binary_multiplies::eval(), and __gmp_binary_multiplies::eval().

◆ mpfr_mul_d_clear()

void mpfr_mul_d_clear ( )

Definition at line 66 of file mpfr_mul_d.c.

References initialized, and y.

◆ mpfr_sub_d()

int mpfr_sub_d ( mpfr_ptr  z,
mpfr_srcptr  x,
double  a,
mpfr_rnd_t  r 
)

Definition at line 46 of file mpfr_mul_d.c.

References initialized, and y.

Referenced by __gmp_binary_minus::eval().