Searched refs:MPN_FIB2_SIZE (Results 1 – 10 of 10) sorted by relevance
106 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()
67 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()
78 lalloc = MPN_FIB2_SIZE (n) + 2; in mpz_lucnum_ui()100 yalloc = MPN_FIB2_SIZE (n/2); in mpz_lucnum_ui()
50 size = MPN_FIB2_SIZE (n); in mpz_fib2_ui()
64 size = MPN_FIB2_SIZE (n); in mpz_lucnum2_ui()
73 xalloc = MPN_FIB2_SIZE (n2) + 1; in mpz_fib_ui()
43 size = MPN_FIB2_SIZE (MAX_K); in test_fib2_fib2m()
2617 alloc = MPN_FIB2_SIZE (s->size); \
2039 #define MPN_FIB2_SIZE(n) \ macro
21179 * gmp-impl.h (MPN_FIB2_SIZE): Nailify.24200 MPN_FIB2_SIZE.