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

  /src/external/mit/isl/dist/
isl_int_gmp.h 6 /* isl_int is the basic integer type, implemented with GMP's mpz_t. In the
9 typedef mpz_t isl_int; typedef
isl_int_imath.h 6 /* isl_int is the basic integer type, implemented with imath's mp_int. */
7 typedef mp_int isl_int; typedef
isl_int_sioimath.h 114 /* Get the number of an isl_int in small representation. Result is undefined if
122 /* Get the number of an in isl_int in big representation. Result is undefined if
150 /* Encode a small representation into an isl_int.
238 /* Get the IMath representation of an isl_int without modifying it.
403 /* Initialize an isl_int. The implicit value is 0 in small representation.
410 /* Free the resources taken by an isl_int.
420 /* Copy the value of one isl_int to another.
432 /* Store a signed long into an isl_int.
444 /* Store an unsigned long into an isl_int.
710 /* Multiply an isl_int and a signed long
1189 typedef isl_sioimath isl_int[1]; typedef
    [all...]

Completed in 24 milliseconds