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

  /src/external/lgpl3/mpfr/dist/src/
mulders.c 239 mpfr_divhigh_n (mpfr_limb_ptr qp, mpfr_limb_ptr np, mpfr_limb_ptr dp, function
292 cy = mpfr_divhigh_n (qp, np + k, dp + k, l);
div.c 971 qh = mpfr_divhigh_n (qp, ap, bp, n);
mpfr-impl.h 2478 __MPFR_DECLSPEC mp_limb_t mpfr_divhigh_n (mpfr_limb_ptr, mpfr_limb_ptr,
  /src/external/lgpl3/mpfr/dist/tune/
tuneup.c 751 SPEED_ROUTINE_MPN_DC_DIVREM_CALL (mpfr_divhigh_n (q, a, d, s->size));
850 /* Tune mpfr_divhigh_n for size n.
951 printf ("Tuning mpfr_divhigh_n[%d]", (int) MPFR_DIVHIGH_TAB_SIZE);

Completed in 41 milliseconds