Home
last modified time | relevance | path

Searched refs:MPN_FIB2_SIZE (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-fib_ui.c106 if (MPN_FIB2_SIZE (n) < MPZ_FIB_SIZE_FLOAT (n)) in main()
109 printf (" MPN_FIB2_SIZE %ld\n", MPN_FIB2_SIZE (n)); in main()
113 if (MPN_FIB2_SIZE (n) < SIZ(want_fn)) in main()
116 printf (" MPN_FIB2_SIZE %ld\n", MPN_FIB2_SIZE (n)); in main()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dfib2_ui.c67 ASSERT (! MPN_OVERLAP_P (fp, MPN_FIB2_SIZE(n), f1p, MPN_FIB2_SIZE(n))); in mpn_fib2_ui()
87 alloc = MPN_FIB2_SIZE (n); in mpn_fib2_ui()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dlucnum_ui.c78 lalloc = MPN_FIB2_SIZE (n) + 2; in mpz_lucnum_ui()
100 yalloc = MPN_FIB2_SIZE (n/2); in mpz_lucnum_ui()
H A Dfib2_ui.c50 size = MPN_FIB2_SIZE (n); in mpz_fib2_ui()
H A Dlucnum2_ui.c64 size = MPN_FIB2_SIZE (n); in mpz_lucnum2_ui()
H A Dfib_ui.c73 xalloc = MPN_FIB2_SIZE (n2) + 1; in mpz_fib_ui()
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-fib2m.c43 size = MPN_FIB2_SIZE (MAX_K); in test_fib2_fib2m()
/netbsd-src/external/lgpl3/gmp/dist/tune/
H A Dspeed.h2617 alloc = MPN_FIB2_SIZE (s->size); \
/netbsd-src/external/lgpl3/gmp/dist/
H A Dgmp-impl.h2039 #define MPN_FIB2_SIZE(n) \ macro
H A DChangeLog21179 * gmp-impl.h (MPN_FIB2_SIZE): Nailify.
24200 MPN_FIB2_SIZE.