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

  /src/external/lgpl3/gmp/dist/mpz/
oddfac_1.c 0 /* mpz_oddfac_1(RESULT, N) -- Set RESULT to the odd factor of N!.
266 /* mpz_oddfac_1 computes the odd part of the factorial of the
281 mpz_oddfac_1 (mpz_ptr x, mp_limb_t n, unsigned flag) function
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1711 #define mpz_oddfac_1 __gmpz_oddfac_1 macro
1712 __GMP_DECLSPEC void mpz_oddfac_1 (mpz_ptr, mp_limb_t, unsigned);

Completed in 25 milliseconds