HomeSort by: relevance | last modified time | path
    Searched defs:mpn_addmul_2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpn/x86_64/fat/
addmul_2.c 1 /* Fat binary fallback mpn_addmul_2.
34 mpn_addmul_2 (mp_ptr rp, mp_srcptr up, mp_size_t n, const mp_limb_t vp[2]) function
  /src/external/lgpl3/gmp/dist/mpn/generic/
redc_2.c 43 /* For testing purposes, define our own mpn_addmul_2 if there is none already
46 #undef mpn_addmul_2 macro
48 mpn_addmul_2 (mp_ptr rp, mp_srcptr up, mp_size_t n, mp_srcptr vp) function
101 upn = up[n]; /* mpn_addmul_2 overwrites this */
102 up[1] = mpn_addmul_2 (up, mp, n, q);
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 818 #ifndef mpn_addmul_2 /* if not done with cpuvec in a fat binary */
819 #define mpn_addmul_2 __MPN(addmul_2) macro
820 __GMP_DECLSPEC mp_limb_t mpn_addmul_2 (mp_ptr, mp_srcptr, mp_size_t, mp_srcptr);
841 /* Alternative entry point in mpn_addmul_2 for the benefit of mpn_sqr_basecase. */

Completed in 21 milliseconds