HomeSort by: relevance | last modified time | path
    Searched refs:mpfr_pow (Results 1 - 22 of 22) sorted by relevancy

  /src/external/lgpl3/mpfr/dist/src/
powr.c 59 return mpfr_pow (z, x, y, rnd_mode);
ui_pow.c 37 inexact = mpfr_pow (y, t, x, rnd_mode);
gamma_inc.c 275 mpfr_pow (t, x, a, MPFR_RNDZ); /* t = x^a * (1+theta) */
486 mpfr_pow (t, t, abs_a, MPFR_RNDN);
gamma.c 309 mpfr_pow (xp, xp, yp, MPFR_RNDZ); /* (x/e)^(x-2) */
pow.c 0 /* mpfr_pow -- power function x^y
120 expo is the saved exponent range and flags (at the call to mpfr_pow).
163 mfv5 -p53 -e1 mpfr_pow: 5903 / 6469.59 / 6686
164 mfv5 -p113 -e1 mpfr_pow: 10913 / 11989.46 / 12321 */
389 mpfr_pow (mpfr_ptr z, mpfr_srcptr x, mpfr_srcptr y, mpfr_rnd_t rnd_mode) function
zeta.c 643 mpfr_pow (y, y, s1, MPFR_RNDN); /* (2*Pi)^(s-1) */
mpfr.h 564 __MPFR_DECLSPEC int mpfr_pow (mpfr_ptr, mpfr_srcptr, mpfr_srcptr, mpfr_rnd_t);
  /src/external/lgpl3/mpfr/dist/tests/
tpow.c 1 /* Test file for mpfr_pow, mpfr_pow_ui and mpfr_pow_si.
40 res = mpfr_pow (a, b, c, rnd_mode);
50 #define test_pow mpfr_pow
523 mpfr_pow (y, x, y, MPFR_RNDD);
528 mpfr_pow (z, x, z, MPFR_RNDU);
645 printf ("Error in mpfr_pow (1)\n");
660 printf ("Error in mpfr_pow for prec=64, rnd=MPFR_RNDN\n");
672 printf ("Error in mpfr_pow for prec=53, rnd=MPFR_RNDZ\n");
686 printf ("Error in mpfr_pow for prec=30, rnd=MPFR_RNDN\n");
698 printf ("Error in mpfr_pow for prec=21, rnd=MPFR_RNDZ\n")
    [all...]
tpow3.c 1 /* Test file for mpfr_pow.
66 compare = mpfr_pow (y, x, s, rnd);
71 inexact = mpfr_pow (z, x, s, rnd);
tpow_all.c 134 /* Compare the result (z1,inex1) of mpfr_pow with all flags cleared
135 with those of mpfr_pow with all flags set and of the other power
155 inex2 = mpfr_pow (z2, x, y, rnd);
157 s, "mpfr_pow, flags set");
256 the rule for mpfr_pow on these special values is different). */
271 (because the rule for mpfr_pow on -Inf is different). */
379 inex = mpfr_pow (z, x, y, (mpfr_rnd_t) rnd);
516 inex = mpfr_pow (z, x, y, (mpfr_rnd_t) rnd);
518 -1, z, inex, flags, "underflow_up1", "mpfr_pow");
588 inex = mpfr_pow (z, x, y, (mpfr_rnd_t) rnd)
    [all...]
tui_pow.c 59 res2 = mpfr_pow (a, x, y, MPFR_RNDD);
reuse.c 561 mpfr_pow (ref1, ref2, ref3, rnd);
565 mpfr_pow (res1, res1, ref3, rnd);
684 test3 (mpfr_pow, "mpfr_pow", p, (mpfr_rnd_t) rnd);
taway.c 484 test3 (mpfr_pow, "mpfr_pow");
tpow_z.c 313 mpfr_pow (answer, a, exp, MPFR_RNDN);
troot.c 433 inex1 = mpfr_pow (y1, x, y1, rnd);
  /src/external/lgpl3/mpc/dist/src/
pow.c 597 ret = mpfr_pow (mpc_realref(z), mpc_realref(x), mpc_realref(y), MPC_RND_RE(rnd));
  /src/external/gpl3/gcc/dist/gcc/
fold-const-call.cc 498 if (do_mpfr_arg2 (result, mpfr_pow, arg0, arg1, format))
  /src/external/gpl3/gcc.old/dist/gcc/
fold-const-call.cc 502 if (do_mpfr_arg2 (result, mpfr_pow, arg0, arg1, format))
  /src/external/gpl3/gcc/dist/gcc/fortran/
arith.cc 1023 mpfr_pow (result->value.real, op1->value.real, op2->value.real,
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
arith.cc 956 mpfr_pow (result->value.real, op1->value.real, op2->value.real,
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 1676 mpfr_pow (tmp.val, x_tmp.val, y_tmp.val, MPFR_RNDN);
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 1676 mpfr_pow (tmp.val, x_tmp.val, y_tmp.val, MPFR_RNDN);

Completed in 44 milliseconds