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

  /src/external/lgpl3/gmp/dist/demos/perl/GMP/
Mpz.pm 41 congruent_2exp_p divexact divisible_p
  /src/external/mit/isl/dist/imath/
gmp_compat.h 131 int GMPZAPI(divisible_p)(mp_int n, mp_int d);
gmp_compat.c 173 int GMPZAPI(divisible_p)(mp_int n, mp_int d) { function
  /src/external/lgpl3/gmp/dist/demos/perl/
GMP.pm 192 divexact, divisible_p, divisible_2exp_p, even_p, fac, fdiv, fdiv_2exp, fib,
test.pl 623 # GMP::Mpz::divisible_p
625 ok ( divisible_p (21, 7));
626 ok (! divisible_p (21, 8));
GMP.xs 1887 divisible_p (a, d)
  /src/external/lgpl3/gmp/dist/
gmp-impl.h 1725 #define mpn_divisible_p __MPN(divisible_p)

Completed in 24 milliseconds