Home
last modified time | relevance | path

Searched refs:mpz_invert (Results 1 – 25 of 48) sorted by relevance

12

/netbsd/external/lgpl3/gmp/dist/
H A Dgen-fac.c183 mpz_invert (y, x, mask); in gen_consts()
241 mpz_invert (x, x, mask); in gen_consts()
H A DNEWS198 * The function mpz_invert now considers any number invertible in Z/1Z.
667 * Fixed bug in mpn_gcdext, affecting also mpz_gcdext and mpz_invert.
889 * Optimization for extended gcd (mpz_gcdext, mpz_invert, mpn_gcdext).
1013 * Almost 10 times faster mpz_invert and mpn_gcdext.
1057 (mpz_invert).
/netbsd/external/lgpl3/gmp/dist/mpz/
H A Dinvert.c36 mpz_invert (mpz_ptr inverse, mpz_srcptr x, mpz_srcptr n) in mpz_invert() function
H A Dpowm.c95 if (UNLIKELY (! mpz_invert (new_b, b, m))) in mpz_powm()
/netbsd/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-invert.c68 r = mpz_invert (ainv, a, m); in main()
H A Dreuse.c66 res = mpz_invert (r, a, b); in mpz_xinvert()
631 && (mpz_sgn (in2) >= 0 || mpz_invert (t, in1, in3))) in main()
/netbsd/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-minvert.c120 rres = mpz_invert (r, a, m); in main()
/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drsa-gmp.c506 mpz_invert(d, el, t3); in gmp_rsa_generate_key()
513 mpz_invert(iqmp, q, p); in gmp_rsa_generate_key()
/netbsd/external/lgpl3/gmp/dist/demos/expr/
H A Dexprz.c157 { "invert", (mpexpr_fun_t) mpz_invert, MPEXPR_TYPE_BINARY },
/netbsd/crypto/external/cpl/trousers/dist/src/include/daa/
H A Dbi_gmp.h292 return mpz_invert( result, i, m); in bi_invert_mod()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/tests/
H A Dt-reuse.c43 res = mpz_invert (r, a, b); in mpz_xinvert()
492 && (mpz_sgn (in2) >= 0 || mpz_invert (t, in1, in3))) in testmain()
/netbsd/external/lgpl3/gmp/dist/mini-gmp/
H A Dmini-gmp.h209 int mpz_invert (mpz_t, const mpz_t, const mpz_t);
/netbsd/external/lgpl3/gmp/dist/tune/
H A Dcommon.c2134 while (mpz_invert (r, a, m) == 0) in speed_mpz_invert()
2140 mpz_invert (r, a, m); in speed_mpz_invert()
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/coldfire/
H A Dgmp.h888 #define mpz_invert __gmpz_invert macro
889 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/or1k/
H A Dgmp.h888 #define mpz_invert __gmpz_invert macro
889 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/alpha/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/arm/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/armeb/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/hppa/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/i386/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/ia64/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mips64el/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipseb/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);
/netbsd/external/lgpl3/gmp/lib/libgmp/arch/mipsel/
H A Dgmp.h883 #define mpz_invert __gmpz_invert macro
884 __GMP_DECLSPEC int mpz_invert (mpz_ptr, mpz_srcptr, mpz_srcptr);

12