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

  /src/external/lgpl3/gmp/dist/mini-gmp/
mini-gmp.c 2390 mpz_div_r_2exp (mpz_t r, const mpz_t u, mp_bitcnt_t bit_index,
2480 mpz_div_r_2exp (r, u, cnt, GMP_DIV_CEIL);
2486 mpz_div_r_2exp (r, u, cnt, GMP_DIV_FLOOR);
2492 mpz_div_r_2exp (r, u, cnt, GMP_DIV_TRUNC);
2378 mpz_div_r_2exp (mpz_t r, const mpz_t u, mp_bitcnt_t bit_index, function

Completed in 26 milliseconds