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

/haiku-buildtools/isl/
H A Disl_gmp.c43 void isl_gmp_gcdext(mpz_t G, mpz_t S, mpz_t T, mpz_t A, mpz_t B) function
H A Disl_int.h73 void isl_gmp_gcdext(mpz_t G, mpz_t S, mpz_t T, mpz_t A, mpz_t B);
74 #define isl_int_gcdext(g,x,y,i,j) isl_gmp_gcdext(g,x,y,i,j)

Completed in 40 milliseconds