Searched refs:__GMP_FREE_FUNC_LIMBS (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpq/ |
| D | clear.c | 38 __GMP_FREE_FUNC_LIMBS (PTR(NUM(x)), ALLOC(NUM(x))); in mpq_clear() 40 __GMP_FREE_FUNC_LIMBS (PTR(DEN(x)), ALLOC(DEN(x))); in mpq_clear()
|
| D | clears.c | 44 __GMP_FREE_FUNC_LIMBS (PTR(NUM(x)), ALLOC(NUM(x))); in mpq_clears() 46 __GMP_FREE_FUNC_LIMBS (PTR(DEN(x)), ALLOC(DEN(x))); in mpq_clears()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/devel/ |
| D | primes.c | 177 __GMP_FREE_FUNC_LIMBS (sieve, size_s); in check_pprime() 178 __GMP_FREE_FUNC_LIMBS (primes, size_p); in check_pprime() 215 __GMP_FREE_FUNC_LIMBS (sieve, size); in check_pprime() 284 __GMP_FREE_FUNC_LIMBS (sieve, size); in check_nprime()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpf/ |
| D | clear.c | 37 __GMP_FREE_FUNC_LIMBS (PTR(x), PREC(x) + 1); in mpf_clear()
|
| D | clears.c | 43 __GMP_FREE_FUNC_LIMBS (PTR(x), PREC(x) + 1); in mpf_clears()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | clear.c | 39 __GMP_FREE_FUNC_LIMBS (PTR (x), ALLOC(x)); in mpz_clear()
|
| D | clears.c | 44 __GMP_FREE_FUNC_LIMBS (PTR (x), ALLOC (x)); in mpz_clears()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpz/ |
| D | t-mul.c | 179 __GMP_FREE_FUNC_LIMBS (wp, talloc); in refmpz_mul()
|
| /netbsd/src/external/lgpl3/gmp/dist/tests/mpn/ |
| D | t-bdiv.c | 344 __GMP_FREE_FUNC_LIMBS (scratch, alloc); in main()
|
| D | t-div.c | 484 __GMP_FREE_FUNC_LIMBS (scratch, alloc); in main()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | mul_fft.c | 1040 __GMP_FREE_FUNC_LIMBS (pad_op, pl2); in mpn_mul_fft_full()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmp-impl.h | 720 #define __GMP_FREE_FUNC_LIMBS(p,n) __GMP_FREE_FUNC_TYPE (p, n, mp_limb_t) macro
|