Searched refs:mpn_mod_1 (Results 1 - 25 of 49) sorted by relevance

12

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dtdiv_ui.c80 rl = mpn_mod_1 (np, nn, (mp_limb_t) divisor);
H A Ddivis_ui.c65 return mpn_mod_1 (ap, asize, (mp_limb_t) d) == 0;
H A Dpprime_p.c44 /* MPN_MOD_OR_MODEXACT_1_ODD can be used instead of mpn_mod_1 for the trial
82 r = mpn_mod_1 (PTR(n), (mp_size_t) SIZ(n), (mp_limb_t) PP);
131 ASSERT_ALWAYS (mpn_mod_1 (PTR(n), (mp_size_t) SIZ(n), (mp_limb_t) primes[nprimes]) == 0);
H A Dfdiv_r_ui.c93 rl = mpn_mod_1 (np, nn, (mp_limb_t) divisor);
H A Dfdiv_ui.c89 rl = mpn_mod_1 (np, nn, (mp_limb_t) divisor);
H A Dtdiv_r_ui.c85 rl = mpn_mod_1 (np, nn, (mp_limb_t) divisor);
H A Dcdiv_r_ui.c95 rl = mpn_mod_1 (np, nn, (mp_limb_t) divisor);
H A Dcdiv_ui.c91 rl = mpn_mod_1 (np, nn, (mp_limb_t) divisor);
H A Dcong_ui.c91 r = mpn_mod_1 (ap, asize, d);
H A Dcong.c114 r = mpn_mod_1 (ap, asize, dlow);
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dperfsqr.c92 The nails case usually ends up using mpn_mod_1, which is a lot slower
127 (r) = mpn_mod_1 (up, usize, PERFSQR_PP); \
217 /* The second test uses mpn_mod_34lsub1 or mpn_mod_1 to detect non-squares
H A Ddivis.c109 return mpn_mod_1 (ap, an, dlow) == 0;
H A Dmod_1.c0 /* mpn_mod_1(dividend_ptr, dividend_size, divisor_limb) --
232 mpn_mod_1 (mp_srcptr ap, mp_size_t n, mp_limb_t b) function
/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-mod_1.c1 /* Test mpn_mod_1 variants.
76 r = mpn_mod_1 (ap, n, b);
79 printf ("mpn_mod_1 failed\n");
H A Dt-fat.c171 r = mpn_mod_1 (xp, (mp_size_t) 1, CNST_LIMB(4));
H A Dt-instrument.c239 pre ("mpn_mod_1");
240 notdead += mpn_mod_1 (xp, size, CNST_LIMB(123));
/netbsd-current/external/lgpl3/gmp/dist/mpn/sparc64/
H A Dmod_1.c1 /* UltraSPARC 64 mpn_mod_1 -- mpn by limb remainder.
190 mpn_mod_1 (mp_srcptr ap, mp_size_t n, mp_limb_t b) function
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Dmode1o.asm45 C the same as mpn_mod_1, and in fact making modexact faster than mod_1 at
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h1507 #define mpn_mod_1 __MPN(mod_1) macro
1508 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h1507 #define mpn_mod_1 __MPN(mod_1) macro
1508 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3el/
H A Dgmp.h1538 #define mpn_mod_1 __MPN(mod_1) macro
1539 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sh3eb/
H A Dgmp.h1538 #define mpn_mod_1 __MPN(mod_1) macro
1539 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/sparc/
H A Dgmp.h1538 #define mpn_mod_1 __MPN(mod_1) macro
1539 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv32/
H A Dgmp.h1538 #define mpn_mod_1 __MPN(mod_1) macro
1539 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;
/netbsd-current/external/lgpl3/gmp/lib/libgmp/arch/riscv64/
H A Dgmp.h1538 #define mpn_mod_1 __MPN(mod_1) macro
1539 __GMP_DECLSPEC mp_limb_t mpn_mod_1 (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE;

Completed in 183 milliseconds

12