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

/netbsd-current/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-broot.c26 #define MAX_LIMBS 150 macro
46 ap = TMP_ALLOC_LIMBS (MAX_LIMBS);
47 rp = TMP_ALLOC_LIMBS (MAX_LIMBS);
48 pp = TMP_ALLOC_LIMBS (MAX_LIMBS);
49 scratch = TMP_ALLOC_LIMBS (3*MAX_LIMBS); /* For mpn_powlo */
57 n = 1 + gmp_urandomm_ui (rands, MAX_LIMBS);
93 mpn_broot (rp, ap, MAX_LIMBS, 1);
94 if (mpn_cmp (ap, rp, MAX_LIMBS) != 0)
98 (unsigned) MAX_LIMBS);
100 gmp_fprintf (stderr, "a = %Nx\n", ap, MAX_LIMBS);
[all...]
H A Dt-brootinv.c26 #define MAX_LIMBS 150 macro
46 ap = TMP_ALLOC_LIMBS (MAX_LIMBS);
47 rp = TMP_ALLOC_LIMBS (MAX_LIMBS);
48 pp = TMP_ALLOC_LIMBS (MAX_LIMBS);
49 app = TMP_ALLOC_LIMBS (MAX_LIMBS);
50 scratch = TMP_ALLOC_LIMBS (5*MAX_LIMBS);
57 n = 1 + gmp_urandomm_ui (rands, MAX_LIMBS);

Completed in 215 milliseconds