/netbsd/external/lgpl3/gmp/dist/mpn/powerpc32/ |
H A D | mode1o.asm | 1 dnl PowerPC-32 mpn_modexact_1_odd -- mpn by limb exact remainder. 68 PROLOGUE(mpn_modexact_1_odd)
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k7/ |
H A D | mode1o.asm | 1 dnl AMD K7 mpn_modexact_1_odd -- exact division style remainder. 76 PROLOGUE(mpn_modexact_1_odd)
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/ |
H A D | mode1o.asm | 1 dnl Intel Pentium-4 mpn_modexact_1_odd -- mpn by limb exact remainder. 61 PROLOGUE(mpn_modexact_1_odd)
|
/netbsd/external/lgpl3/gmp/dist/mpz/ |
H A D | divis_ui.c | 79 return mpn_modexact_1_odd (ap, asize, (mp_limb_t) d) == 0; in mpz_divisible_ui_p()
|
/netbsd/external/lgpl3/gmp/dist/mpn/generic/ |
H A D | divis.c | 113 return mpn_modexact_1_odd (ap, an, dlow) == 0; in mpn_divisible_p()
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/atom/ |
H A D | mode1o.asm | 1 dnl Intel Atom mpn_modexact_1_odd -- exact division style remainder.
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/p6/ |
H A D | bdiv_q_1.asm | 1 dnl Intel P6 mpn_modexact_1_odd -- exact division style remainder.
|
H A D | mode1o.asm | 1 dnl Intel P6 mpn_modexact_1_odd -- exact division style remainder.
|
H A D | dive_1.asm | 1 dnl Intel P6 mpn_modexact_1_odd -- exact division style remainder.
|
/netbsd/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/ |
H A D | mode1o.asm | 1 dnl PowerPC-64 mpn_modexact_1_odd -- mpn by limb exact remainder.
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/k6/ |
H A D | mode1o.asm | 1 dnl AMD K6 mpn_modexact_1_odd -- exact division style remainder.
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86_64/ |
H A D | mode1o.asm | 1 dnl AMD64 mpn_modexact_1_odd -- Hensel norm remainder.
|
/netbsd/external/lgpl3/gmp/dist/mpn/x86/pentium/ |
H A D | mode1o.asm | 1 dnl Intel Pentium mpn_modexact_1_odd -- exact division style remainder.
|
/netbsd/external/lgpl3/gmp/dist/tests/mpn/ |
H A D | t-instrument.c | 256 notdead += mpn_modexact_1_odd (xp, size, CNST_LIMB(123)); in check()
|
/netbsd/external/lgpl3/gmp/dist/ |
H A D | gmp-impl.h | 3275 #define mpn_modexact_1_odd __MPN(modexact_1_odd) macro 3276 __GMP_DECLSPEC mp_limb_t mpn_modexact_1_odd (mp_srcptr, mp_size_t, mp_limb_t) __GMP_ATTRIBUTE_PURE; 3278 #define mpn_modexact_1_odd(src,size,divisor) \ macro 3284 ? mpn_modexact_1_odd (src, size, divisor) \ 4126 (a_rem) = mpn_modexact_1_odd (__a_ptr, __a_size, __b); \
|
H A D | configure.ac | 3337 $tmp_d_n_l For k6 and k7 gcd_1 calling their corresponding mpn_modexact_1_odd
|
H A D | ChangeLog | 10349 Do not assume native mpn_modexact_1_odd is faster than mpn_mod_1. 20144 Always zero for native mpn_divexact_1, mpn_modexact_1_odd. 25742 * tune/speed.c,speed.h,common.c: Add measuring of mpn_modexact_1_odd, 25757 mpn_modexact_1_odd, new style MPN_STRIP_LOW_ZEROS_NOT_ZERO, and new 25760 * mpn/generic/gcd_1.c: Use mpn_modexact_1_odd, reduce u%v if u much 25765 (mpn_modexact_1_odd, mpn_modexact_1c_odd): Add prototype and defines.
|
/netbsd/external/lgpl3/gmp/dist/tune/ |
H A D | README | 428 an initial modular reduction, using mpn_mod_1 or mpn_modexact_1_odd.)
|
H A D | common.c | 821 SPEED_ROUTINE_MPN_MODEXACT_1_ODD (mpn_modexact_1_odd); in speed_mpn_modexact_1_odd()
|
/netbsd/external/lgpl3/gmp/dist/tests/devel/ |
H A D | try.c | 1626 return mpn_modexact_1_odd (ptr, size, divisor); in mpn_modexact_1_odd_fun() 1938 { TRY_FUNFUN(mpn_modexact_1_odd), TYPE_MODEXACT_1_ODD },
|
/netbsd/external/lgpl3/gmp/dist/doc/ |
H A D | gmp.info-2 | 45 The functions 'mpn_divexact_by3', 'mpn_modexact_1_odd' and the 55 the use of 'mpn_modexact_1_odd' by 'mpn_gcd_1' and 'mpz_kronecker_ui' 308 done with either 'mpn_mod_1' or 'mpn_modexact_1_odd', followed by the
|
H A D | gmp.texi | 8675 The functions @code{mpn_divexact_by3}, @code{mpn_modexact_1_odd} and the 8687 odd, hence the use of @code{mpn_modexact_1_odd} by @code{mpn_gcd_1} and 8948 either @code{mpn_mod_1} or @code{mpn_modexact_1_odd}, followed by the binary
|