HomeSort by: relevance | last modified time | path
    Searched defs:mswing (Results 1 - 1 of 1) sorted by relevancy

  /src/external/lgpl3/gmp/dist/mpz/
oddfac_1.c 46 /* Section macros: common macros, for mswing/fac/bin (&sieve) */
118 /* Section mswing: 2-multiswing factorial */
363 mpz_t mswing; local
375 MPZ_TMP_INIT (mswing, size);
377 ASSERT_CODE (SIZ (mswing) = 0);
379 /* Put the sieve on the second half, it will be overwritten by the last mswing. */
380 sieve = PTR (mswing) + size / 2 + 1;
392 ASSERT (ABSIZ (mswing) < ALLOC (mswing) / 2); /* Check: sieve has not been overwritten */
393 mpz_2multiswing_1 (mswing, n >> s, sieve, factors)
    [all...]

Completed in 96 milliseconds