HomeSort by: relevance | last modified time | path
    Searched refs:MPFR_LOG_MSG (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/lgpl3/mpfr/dist/src/
set_prec.c 30 MPFR_LOG_MSG (("prec=%Pd\n", p));
frexp.c 73 MPFR_LOG_MSG (("Internal overflow\n", 0));
77 MPFR_LOG_MSG (("inex=%d inex2=%d\n", inex, inex2));
sub1.c 59 MPFR_LOG_MSG (("sign=0\n", 0));
69 MPFR_LOG_MSG (("sign=%d cancel=%Pd\n", sign, cancel));
109 MPFR_LOG_MSG (("UBF: exp_b=%" MPFR_EXP_FSPEC "d%s "
138 MPFR_LOG_MSG (("case c small\n", 0));
155 MPFR_LOG_MSG (("inexact=%d\n", inexact));
164 MPFR_LOG_MSG (("c small, case 1\n", 0));
189 MPFR_LOG_MSG (("c small, case 2\n", 0));
197 MPFR_LOG_MSG (("c small, case 3: correcting the value of a\n", 0));
277 MPFR_LOG_MSG (("rnd=%s shift_b=%d shift_c=%d diffexp=%" MPFR_EXP_FSPEC
310 MPFR_LOG_MSG (("cancel=%Pd cancel1=%Pd cancel2=%Pd\n"
    [all...]
sum.c 177 MPFR_LOG_MSG (("sum_raw loop: "
417 MPFR_LOG_MSG (("accumulator %s 0, cancel=%Pd\n",
440 MPFR_LOG_MSG (("(err=%" MPFR_EXP_FSPEC "d) <= (e=%"
457 MPFR_LOG_MSG (("return with minexp=%" MPFR_EXP_FSPEC
471 MPFR_LOG_MSG (("e=%" MPFR_EXP_FSPEC "d err=%" MPFR_EXP_FSPEC
483 MPFR_LOG_MSG (("diffexp=%" MPFR_EXP_FSPEC "d\n",
492 MPFR_LOG_MSG (("shiftq = %Pd = %Pd * GMP_NUMB_BITS + %d\n",
506 MPFR_LOG_MSG (("accumulator = 0, maxexp2 = MPFR_EXP_MIN\n", 0));
511 MPFR_LOG_MSG (("accumulator = 0, reiterate\n", 0));
563 MPFR_LOG_MSG (("logn=%d maxexp=%" MPFR_EXP_FSPEC "d\n"
    [all...]
agm.c 210 MPFR_LOG_MSG (("Exception in pre-iteration, scale = %"
225 MPFR_LOG_MSG (("Iteration n = %lu\n", n));
236 MPFR_LOG_MSG (("4*eq > p\n", 0));
257 MPFR_LOG_MSG (("4*eq > p -> underflow\n", 0));
272 MPFR_LOG_MSG (("Overflow in iteration n = %lu, scaleit = %"
283 MPFR_LOG_MSG (("End of iterations (n = %lu)\n", n));
ai.c 201 MPFR_LOG_MSG (("Working precision: %Pd\n", wprec));
254 MPFR_LOG_MSG (("Truncation rank: %lu\n", k));
260 MPFR_LOG_MSG (("Roundoff error: %Pd\n", err));
261 MPFR_LOG_MSG (("Approxim error: %Pd\n", wprec-prec-1));
277 MPFR_LOG_MSG (("Not a single bit correct (assumed_exponent=%lu)\n",
284 MPFR_LOG_MSG (("Bad assumption on the exponent of Ai(x)"
418 MPFR_LOG_MSG (("size of blocks L = %lu\n", L));
434 MPFR_LOG_MSG (("working precision: %Pd\n", wprec));
544 MPFR_LOG_MSG (("Truncation rank: %lu\n", t));
551 MPFR_LOG_MSG (("Roundoff error: %Pd\n", err))
    [all...]
pow_z.c 108 MPFR_LOG_MSG (("overflow\n", 0));
115 MPFR_LOG_MSG (("underflow\n", 0));
235 MPFR_LOG_MSG (("x^n with x power of two\n", 0));
245 MPFR_LOG_MSG (("underflow\n", 0));
254 MPFR_LOG_MSG (("overflow\n", 0));
318 MPFR_LOG_MSG (("overflow\n", 0));
327 MPFR_LOG_MSG (("underflow\n", 0));
pow.c 183 MPFR_LOG_MSG (("subtract k * ln(2)\n", 0));
188 MPFR_LOG_MSG (("t = y * ln|x| - k * ln(2)\n", 0));
556 MPFR_LOG_MSG (("early overflow detection\n", 0));
597 MPFR_LOG_MSG (("early underflow detection\n", 0));
619 MPFR_LOG_MSG (("special code for y not too large integer\n", 0));
654 MPFR_LOG_MSG (("special case (+/-2^b)^Y\n", 0));
pow_si.c 223 MPFR_LOG_MSG (("overflow\n", 0));
231 MPFR_LOG_MSG (("underflow\n", 0));
fma.c 234 MPFR_LOG_MSG (("Overflow on x*y\n", 0));
250 MPFR_LOG_MSG (("Underflow on x*y\n", 0));
279 MPFR_LOG_MSG (("Use UBF\n", 0));
set_d64.c 141 MPFR_LOG_MSG (("d = { %02X, %02X, %02X, %02X, %02X, %02X, %02X, %02X }\n",
154 MPFR_LOG_MSG (("x = { .sig = %u, .exp = %u, "
494 MPFR_LOG_MSG (("string: %s\n", s));
exp_2.c 142 MPFR_LOG_MSG (("d(x)=%1.30e n=%ld\n", mpfr_get_d1(x), n));
178 MPFR_LOG_MSG (("n=%ld K=%lu l=%lu q=%lu error_r=%d\n",
232 MPFR_LOG_MSG (("l=%lu q=%lu (K+l)*q^2=%1.3e\n",
247 MPFR_LOG_MSG (("before mult. by 2^n:\n", 0));
249 MPFR_LOG_MSG (("err=%lu bits\n", K));
strtofr.c 579 MPFR_LOG_MSG (("diff_ysize = %ld\n", (long) diff_ysize));
637 MPFR_LOG_MSG (("case 1 (base = power of 2)\n", 0));
676 MPFR_LOG_MSG (("case 2 (exp_base > pstr_size)\n", 0));
737 MPFR_LOG_MSG (("case 3 (exp_base < pstr_size)\n", 0));
864 MPFR_LOG_MSG (("case 4 (exp_base = pstr_size)\n", 0));
871 MPFR_LOG_MSG (("exact = %d, err = %d, precx = %Pd\n",
eint.c 70 MPFR_LOG_MSG (("e=%" MPFR_EXP_FSPEC "d\n", (mpfr_eexp_t) e));
76 MPFR_LOG_MSG (("e=%" MPFR_EXP_FSPEC "d\n", (mpfr_eexp_t) e));
167 MPFR_LOG_MSG (("e=%" MPFR_EXP_FSPEC "d\n", (mpfr_eexp_t) e));
cbrt.c 100 MPFR_LOG_MSG (("e=%" MPFR_EXP_FSPEC "d r=%d\n", (mpfr_eexp_t) e, r));
expm1.c 97 MPFR_LOG_MSG (("err=%" MPFR_EXP_FSPEC "d\n", err));
log.c 158 MPFR_LOG_MSG (("canceled bits=%ld\n", (long) cancel));
log2p1.c 141 MPFR_LOG_MSG (("check for exact cases\n", 0));
compound.c 268 MPFR_LOG_MSG (("Check if x^n fits... n=%ld kx=%Pd p=%Pd\n",
279 MPFR_LOG_MSG (("x^n fits into p bits\n", 0));
log10p1.c 178 MPFR_LOG_MSG (("check for exact cases\n", 0));
pow_ui.c 158 MPFR_LOG_MSG (("Internal overflow or underflow,"
jn.c 233 MPFR_LOG_MSG (("k0 = %lu\n", k0));
265 MPFR_LOG_MSG (("loop on k, k = %lu\n", k));
jyn_asympt.c 114 MPFR_LOG_MSG (("loop (k,stop) = (%ld,%d)\n", k, stop));
set_d128.c 492 MPFR_LOG_MSG (("string: %s\n", s));
zeta_ui.c 238 MPFR_LOG_MSG (("inex = %d before mpfr_check_range\n", inex));

Completed in 67 milliseconds

1 2