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

  /src/external/lgpl3/mpfr/dist/src/
mulders.c 69 mpfr_mulhigh_n (mpfr_limb_ptr rp, mpfr_limb_srcptr np, mpfr_limb_srcptr mp, function
91 mpfr_mulhigh_n (rp, np + k, mp, l); /* fills rp[l-1..2l-1] */
93 mpfr_mulhigh_n (rp, np, mp + k, l); /* fills rp[l-1..2l-1] */
130 mpfr_mulhigh_n (rp, np, np + k, l); /* fills rp[l-1..2l-1] */
280 mpfr_mulhigh_n (tp, qp + k, dp, l);
mul.c 1034 mpfr_mulhigh_n (tmp + k - 2 * n, bp, cp, n);
1045 /* Warning: the mpfr_mulhigh_n call above only surely affects
mpfr-impl.h 2472 __MPFR_DECLSPEC void mpfr_mulhigh_n (mpfr_limb_ptr, mpfr_limb_srcptr,
  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 739 SPEED_ROUTINE_MPN_MUL_N (mpfr_mulhigh_n);
756 /* Tune mpfr_mulhigh_n for size n */
905 printf ("Tuning mpfr_mulhigh_n[%d]", (int) MPFR_MULHIGH_TAB_SIZE);

Completed in 19 milliseconds