Searched refs:MPN_SAME_OR_SEPARATE2_P (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/lgpl3/gmp/dist/mpn/generic/ |
| D | sqrlo.c | 141 ASSERT (MPN_SAME_OR_SEPARATE2_P(rp, n, tp, 2*n)); in mpn_dc_sqrlo()
|
| D | mullo_n.c | 143 ASSERT (MPN_SAME_OR_SEPARATE2_P(rp, n, tp, 2*n)); in mpn_dc_mullo_n()
|
| /netbsd/src/external/lgpl3/gmp/dist/mpz/ |
| D | n_pow_ui.c | 183 ASSERT (MPN_SAME_OR_SEPARATE2_P (PTR(r), ALLOC(r), bp, ABS(bsize))); in mpz_n_pow_ui()
|
| /netbsd/src/external/lgpl3/gmp/dist/ |
| D | gmp-h.in | 1928 /* ASSERT (MPN_SAME_OR_SEPARATE2_P (wp, xsize, xp, xsize)); */ \ 1929 /* ASSERT (MPN_SAME_OR_SEPARATE2_P (wp, xsize, yp, ysize)); */ \
|
| D | gmp-impl.h | 2400 MPN_SAME_OR_SEPARATE2_P(xp, size, yp, size) 2401 #define MPN_SAME_OR_SEPARATE2_P(xp, xsize, yp, ysize) \ macro
|