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

  /src/external/lgpl3/mpfr/dist/src/
mulders.c 48 mpfr_mulhigh_n_basecase (mpfr_limb_ptr rp, mpfr_limb_srcptr up,
49 mpfr_limb_srcptr vp, mp_size_t n)
69 mpfr_mulhigh_n (mpfr_limb_ptr rp, mpfr_limb_srcptr np, mpfr_limb_srcptr mp,
109 mpfr_sqrhigh_n (mpfr_limb_ptr rp, mpfr_limb_srcptr np, mp_size_t n)
155 mpfr_limb_srcptr dp, mp_size_t n)
eq.c 31 mpfr_limb_srcptr up, vp;
rec_sqrt.c 74 mpfr_limb_srcptr a, mpfr_prec_t ap, int as)
mpfr-impl.h 2472 __MPFR_DECLSPEC void mpfr_mulhigh_n (mpfr_limb_ptr, mpfr_limb_srcptr,
2473 mpfr_limb_srcptr, mp_size_t);
2474 __MPFR_DECLSPEC void mpfr_mullow_n (mpfr_limb_ptr, mpfr_limb_srcptr,
2475 mpfr_limb_srcptr, mp_size_t);
2476 __MPFR_DECLSPEC void mpfr_sqrhigh_n (mpfr_limb_ptr, mpfr_limb_srcptr,
mpfr-gmp.h 674 typedef const mp_limb_t *mpfr_limb_srcptr; typedef
sqrt.c 34 mpfr_sqrt2_approx (mpfr_limb_ptr rp, mpfr_limb_srcptr np)

Completed in 20 milliseconds