Polly 20.0.0git
|
#include <isl_int.h>
Go to the source code of this file.
Functions | |
uint32_t | isl_imath_hash (mp_int v, uint32_t hash) |
int | isl_imath_fits_slong_p (mp_int op) |
int | isl_imath_fits_ulong_p (mp_int op) |
void | isl_imath_addmul_ui (mp_int rop, mp_int op1, unsigned long op2) |
void | isl_imath_submul_ui (mp_int rop, mp_int op1, unsigned long op2) |
void | isl_imath_cdiv_q_ui (mp_int rop, mp_int lhs, unsigned long rhs) |
void | isl_imath_fdiv_q_ui (mp_int rop, mp_int lhs, unsigned long rhs) |
Definition at line 33 of file isl_imath.c.
References mp_int_add, mp_int_clear, mp_int_init, mp_int_mul, and mp_int_set_uvalue.
Definition at line 60 of file isl_imath.c.
References impz_cdiv_q, lhs, mp_int_clear, mp_int_init, mp_int_set_uvalue, and rhs.
Definition at line 74 of file isl_imath.c.
References impz_fdiv_q, lhs, mp_int_clear, mp_int_init, mp_int_set_uvalue, and rhs.
int isl_imath_fits_slong_p | ( | mp_int | op | ) |
Definition at line 17 of file isl_imath.c.
References mp_int_to_int, MP_OK, op, and res.
int isl_imath_fits_ulong_p | ( | mp_int | op | ) |
Definition at line 26 of file isl_imath.c.
References mp_int_to_uint, MP_OK, op, and res.
uint32_t isl_imath_hash | ( | mp_int | v, |
uint32_t | hash | ||
) |
Definition at line 3 of file isl_imath.c.
References mpz_t::digits, isl_hash_byte, mpz_t::sign, and mpz_t::used.
Referenced by isl_sioimath_hash().
Definition at line 45 of file isl_imath.c.
References mp_int_clear, mp_int_init, mp_int_mul, mp_int_set_uvalue, and mp_int_sub.