Home
last modified time | relevance | path

Searched defs:fnsub1 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dfib2_ui.c36 mpz_fib2_ui (mpz_ptr fn, mpz_ptr fnsub1, unsigned long n) in mpz_fib2_ui()
45 MPZ_NEWALLOC (fnsub1, 1)[0] = FIB_TABLE ((int) n - 1); in mpz_fib2_ui() local