Searched refs:lnsub1 (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/mpz/
H A Dlucnum2_ui.c37 mpz_lucnum2_ui (mpz_ptr ln, mpz_ptr lnsub1, unsigned long n) argument
44 ASSERT (ln != lnsub1);
57 MPZ_NEWALLOC (lnsub1, 1)[0] = (n == 0 ? 1 : 2*f - f1);
58 SIZ(lnsub1) = (n == 0 ? -1 : 1);
68 l1p = MPZ_NEWALLOC (lnsub1, size+1);
91 SIZ(lnsub1) = size + (c != 0);

Completed in 135 milliseconds