| /src/external/lgpl3/gmp/dist/mpz/ |
| inits.c | 0 /* mpz_inits() -- Initialize multiple mpz_t variables and set them to 0. 35 mpz_inits (mpz_ptr x, ...) __GMP_NOTHROW
|
| /src/external/lgpl3/gmp/dist/tests/mpq/ |
| t-inv.c | 33 mpz_inits (m, n, (mpz_ptr)0);
|
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-limbs.c | 56 mpz_inits (r, ref, NULL); 84 mpz_inits (bs, a, b, NULL); 147 mpz_inits (bs, a, b, NULL); 169 mpz_inits (bs, a, b, r, ref, NULL);
|
| t-gcd.c | 68 mpz_inits (a, b, got, want, NULL); 99 mpz_inits (bs, temp1, temp2, NULL); 156 mpz_inits (bs, a, b, want, NULL); 205 mpz_inits (bs, a, b, want, NULL); 233 mpz_inits (bs, op1, op2, ref, gcd1, gcd2, temp1, temp2, temp3, s, NULL);
|
| t-powm_ui.c | 45 mpz_inits (bs, base, exp, mod, r1, r2, base2, NULL);
|
| t-remove.c | 49 mpz_inits (bs, t, dest, refdest, dividend, divisor, NULL);
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| logic.c | 70 mpz_inits (a, b, NULL);
|
| /src/external/lgpl3/gmp/dist/demos/ |
| factorize.c | 197 mpz_inits (q, a, nm1, tmp, NULL); 280 mpz_inits (t, t2, NULL);
|
| /src/external/bsd/wpa/dist/src/crypto/ |
| crypto_nettle.c | 357 mpz_inits(p, q, tmp, NULL); 384 mpz_inits(bn_base, bn_exp, bn_modulus, bn_result, NULL);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/aarch64/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/alpha/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/arm/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/armeb/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/coldfire/ |
| gmp.h | 860 #define mpz_inits __gmpz_inits macro 861 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...);
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/hppa/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/i386/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/ia64/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68000/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/m68k/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64eb/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mips64el/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipseb/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsel/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64eb/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|
| /src/external/lgpl3/gmp/lib/libgmp/arch/mipsn64el/ |
| gmp.h | 855 #define mpz_inits __gmpz_inits macro 856 __GMP_DECLSPEC void mpz_inits (mpz_ptr, ...) __GMP_NOTHROW;
|