| /src/external/lgpl3/mpfr/dist/tests/ |
| tprec_round.c | 29 mpfr_exp_t emax; local 56 emax = mpfr_get_emax (); 62 set_emax (emax);
|
| tset_exp.c | 30 mpfr_exp_t emin, emax, e; local 36 emax = mpfr_get_emax (); 48 ret = mpfr_set_exp (x, emax); 50 MPFR_ASSERTN (e == emax); 52 MPFR_ASSERTN (e == emax); 94 set_emax (emax);
|
| tacos.c | 74 mpfr_exp_t emin, emax; local 77 emax = mpfr_get_emax (); 95 set_emax (emax);
|
| tcosh.c | 141 mpfr_exp_t emin, emax; local 144 emax = mpfr_get_emax (); 171 set_emax (emax);
|
| tdigamma.c | 62 mpfr_exp_t emin, emax; local 66 emax = mpfr_get_emax (); 90 set_emax (emax);
|
| tmodf.c | 106 mpfr_exp_t emax; local 108 emax = mpfr_get_emax (); 123 set_emax (emax); 181 set_emax (emax);
|
| tsec.c | 85 int emax, i, inex, rnd, err = 0; local 93 for (emax = -1; emax <= 0; emax++) 95 mpfr_set_ui_2exp (y, 1, emax, MPFR_RNDN); 97 set_emax (emax); /* 1 is not representable. */ 126 printf (" instead of 0.11111111E%d.\n", emax);
|
| tsech.c | 102 int emax, i, inex, rnd, err = 0; local 110 for (emax = -1; emax <= 0; emax++) 112 mpfr_set_ui_2exp (y, 1, emax, MPFR_RNDN); 114 set_emax (emax); /* 1 is not representable. */ 115 /* and if emax < 0, 1 - eps is not representable either. */ 122 if ((i == 0 || emax < 0 || rnd == MPFR_RNDN || rnd == MPFR_RNDU) && 145 printf (" instead of 0.11111111E%d.\n", emax);
|
| tset_f.c | 32 mpfr_exp_t emax; local 168 emax = mpfr_get_emax (); 170 /* For mpf_mul_2exp, emax must fit in an unsigned long! */ 171 if (emax >= 0 && emax <= ULONG_MAX) 174 mpf_mul_2exp (y, y, emax); 176 mpfr_set_ui_2exp (u, 1, emax, MPFR_RNDN); 179 printf ("Error: mpfr_set_f (x, y, MPFR_RNDN) for y = 2^emax\n"); 184 /* For mpf_mul_2exp, emax - 1 must fit in an unsigned long! */ 185 if (emax >= 1 && emax - 1 <= ULONG_MAX [all...] |
| tset_z.c | 77 mpfr_exp_t emax, emin; local 93 emax = mpfr_get_emax (); 103 set_emax (emax);
|
| tsinh.c | 98 mpfr_exp_t emax; local 100 emax = mpfr_get_emax (); 128 set_emax (emax);
|
| ttan.c | 119 mpfr_exp_t emax; local 122 emax = mpfr_get_emax (); 132 set_emax (emax);
|
| ttanh.c | 62 mpfr_exp_t emin, emax; local 65 emax = mpfr_get_emax (); 94 set_emax (emax);
|
| tasin.c | 171 mpfr_exp_t emin, emax; local 174 emax = mpfr_get_emax (); 192 set_emax (emax); 222 mpfr_exp_t emin, emax; local 228 emax = mpfr_get_emax (); 239 set_emax (emax);
|
| tcmpabs.c | 33 mpfr_exp_t emin, emax; local 36 emax = mpfr_get_emax (); 42 mpfr_exp_t ex = MPFR_IS_SINGULAR (x) ? emax : MPFR_GET_EXP (x); 43 mpfr_exp_t ey = MPFR_IS_SINGULAR (y) ? emax : MPFR_GET_EXP (y); 57 set_emax (emax); 183 mpfr_exp_t emin, emax; local 186 emax = mpfr_get_emax (); 192 mpfr_exp_t e = MPFR_IS_SINGULAR (x) ? emax : MPFR_GET_EXP (x); 206 set_emax (emax);
|
| terf.c | 606 mpfr_exp_t emax; local 611 emax = mpfr_get_emax (); 636 set_emax (emax);
|
| tfits.c | 68 set_emax (emax); \ 116 mpfr_exp_t emin, emax; local 124 emax = mpfr_get_emax ();
|
| tlog.c | 178 mpfr_exp_t emin, emax; local 182 emax = mpfr_get_emax (); 195 set_emax (emax); 227 set_emax (emax);
|
| /src/external/lgpl3/mpc/dist/tests/ |
| tsqrt.c | 36 mpfr_exp_t emax = mpfr_get_emax (); local 61 mpfr_set_emax (emax);
|
| tacos.c | 36 mpfr_exp_t emax = mpfr_get_emax (); local 60 mpfr_set_emax (emax); 68 mpfr_exp_t emax = mpfr_get_emax (); local 92 mpfr_set_emax (emax);
|
| tdiv.c | 38 mpfr_exp_t emax = mpfr_get_emax (); local 68 mpfr_set_emax (emax);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| beta.c | 31 mpfr_exp_t emin, emax; local 195 emax = MAX (MPFR_EXP(z), MPFR_EXP(w)); 196 mpfr_init2 (z_plus_w, (mpfr_prec_t) emax); 223 emax = MAX (MPFR_EXP(z), MPFR_EXP(w)); 225 MPFR_ASSERTD (emax >= emin); 226 /* Thus the math value of emax - emin is representable in mpfr_uexp_t. */ 227 pmin = (mpfr_uexp_t) emax - emin; 228 /* If z and w have same sign, their sum can have exponent emax + 1. */
|
| exp.c | 25 /* Cache for emin and emax bounds. 72 /* emax bound is cached. Check if the value in cache is ok */ 75 /* Recompute the emax bound */ 94 /* mpfr_cmp works even in reduced emin,emax range */ 97 /* x > log(2^emax), thus exp(x) > 2^emax */ 138 mpfr_exp_t emax = __gmpfr_emax; local 169 __gmpfr_emax = emax;
|
| /src/external/lgpl3/mpc/dist/tools/mpcheck/ |
| mpcheck-float.c | 48 #define EMAX 128 72 mpfr_exp_t emin, emax; variable 195 emin = -EMAX - PRECISION + 4; /* should be -148 */ 196 emax = EMAX; 198 mpfr_set_emax (emax);
|
| mpcheck-longdouble.c | 48 #define EMAX 16384 60 mpfr_exp_t emin, emax; variable 183 emin = -EMAX - PRECISION + 4; /* should be -16444 */ 184 emax = EMAX; 186 mpfr_set_emax (emax);
|