| /src/external/lgpl3/mpfr/dist/src/ |
| init.c | 26 mpfr_init (mpfr_ptr x)
|
| set_nan.c | 27 mpfr_set_nan (mpfr_ptr x)
|
| clears.c | 38 mpfr_clears (mpfr_ptr x, ...) 49 mpfr_ptr x; 51 x = va_arg (arg, mpfr_ptr); 57 x = (mpfr_ptr) va_arg (arg, mpfr_ptr);
|
| inits.c | 39 mpfr_inits (mpfr_ptr x, ...) 50 mpfr_ptr x; 52 x = va_arg (arg, mpfr_ptr); 58 x = (mpfr_ptr) va_arg (arg, mpfr_ptr);
|
| set_flt.c | 26 mpfr_set_flt (mpfr_ptr r, float f, mpfr_rnd_t rnd_mode)
|
| set_zero.c | 26 mpfr_set_zero (mpfr_ptr x, int sign)
|
| inits2.c | 43 mpfr_inits2 (mpfr_prec_t p, mpfr_ptr x, ...) 54 mpfr_ptr x; 57 x = va_arg (arg, mpfr_ptr); 62 x = (mpfr_ptr) va_arg (arg, mpfr_ptr);
|
| mpfr.h | 259 typedef __mpfr_struct *mpfr_ptr; typedef 443 __MPFR_DECLSPEC int mpfr_check_range (mpfr_ptr, int, mpfr_rnd_t); 445 __MPFR_DECLSPEC void mpfr_init2 (mpfr_ptr, mpfr_prec_t); 446 __MPFR_DECLSPEC void mpfr_init (mpfr_ptr); 447 __MPFR_DECLSPEC void mpfr_clear (mpfr_ptr); 450 mpfr_inits2 (mpfr_prec_t, mpfr_ptr, ...) __MPFR_SENTINEL_ATTR; 452 mpfr_inits (mpfr_ptr, ...) __MPFR_SENTINEL_ATTR; 454 mpfr_clears (mpfr_ptr, ...) __MPFR_SENTINEL_ATTR; 456 __MPFR_DECLSPEC int mpfr_prec_round (mpfr_ptr, mpfr_prec_t, mpfr_rnd_t); 462 __MPFR_DECLSPEC int mpfr_set_exp (mpfr_ptr, mpfr_exp_t) [all...] |
| clear.c | 26 mpfr_clear (mpfr_ptr m)
|
| exp10.c | 26 mpfr_exp10 (mpfr_ptr y, mpfr_srcptr x, mpfr_rnd_t rnd_mode)
|
| set_inf.c | 26 mpfr_set_inf (mpfr_ptr x, int sign)
|
| set_si.c | 27 mpfr_set_si (mpfr_ptr x, long i, mpfr_rnd_t rnd_mode)
|
| set_ui.c | 27 mpfr_set_ui (mpfr_ptr x, unsigned long i, mpfr_rnd_t rnd_mode)
|
| set_z.c | 27 mpfr_set_z (mpfr_ptr f, mpz_srcptr z, mpfr_rnd_t rnd_mode)
|
| set_str.c | 26 mpfr_set_str (mpfr_ptr x, const char *str, int base, mpfr_rnd_t rnd) 38 mpfr_init_set_str (mpfr_ptr x, const char *str, int base, mpfr_rnd_t rnd)
|
| dot.c | 29 mpfr_dot (mpfr_ptr res, const mpfr_ptr *a, const mpfr_ptr *b, 35 mpfr_ptr *tab; 45 tab = (mpfr_ptr *) mpfr_allocate_func (n * sizeof (mpfr_ptr)); 57 mpfr_free_func (tab, n * sizeof (mpfr_ptr));
|
| div_2exp.c | 30 mpfr_div_2exp (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd_mode)
|
| mul_2exp.c | 30 mpfr_mul_2exp (mpfr_ptr y, mpfr_srcptr x, unsigned long int n, mpfr_rnd_t rnd_mode)
|
| set_exp.c | 26 mpfr_set_exp (mpfr_ptr x, mpfr_exp_t exponent)
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| tinits.c | 33 mpfr_inits (a, b, c, (mpfr_ptr) 0); 34 mpfr_clears (a, b, c, (mpfr_ptr) 0); 35 mpfr_inits2 (200, a, b, c, (mpfr_ptr) 0); 36 mpfr_clears (a, b, c, (mpfr_ptr) 0); 58 mpfr_inits2 (large_prec, a, b, (mpfr_ptr) 0); 66 mpfr_clears (a, b, (mpfr_ptr) 0);
|
| /src/external/lgpl3/mpc/dist/src/ |
| abs.c | 25 mpc_abs (mpfr_ptr a, mpc_srcptr b, mpfr_rnd_t rnd)
|
| arg.c | 24 mpc_arg (mpfr_ptr a, mpc_srcptr b, mpfr_rnd_t rnd)
|
| imag.c | 24 mpc_imag (mpfr_ptr a, mpc_srcptr b, mpfr_rnd_t rnd)
|
| real.c | 24 mpc_real (mpfr_ptr a, mpc_srcptr b, mpfr_rnd_t rnd)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| realmpfr.h | 33 extern void mpfr_from_real (mpfr_ptr, const REAL_VALUE_TYPE *, mpfr_rnd_t);
|