Polly 20.0.0git
|
Go to the source code of this file.
Functions | |
__isl_give isl_val * | isl_val_int_from_gmp (isl_ctx *ctx, mpz_t z) |
__isl_give isl_val * | isl_val_from_gmp (isl_ctx *ctx, const mpz_t n, const mpz_t d) |
int | isl_val_get_num_gmp (__isl_keep isl_val *v, mpz_t z) |
int | isl_val_get_den_gmp (__isl_keep isl_val *v, mpz_t z) |
__isl_give isl_val * isl_val_from_gmp | ( | isl_ctx * | ctx, |
const mpz_t | n, | ||
const mpz_t | d | ||
) |
Definition at line 23 of file isl_val_gmp.c.
References isl_val::d, isl_int_set, isl_val_alloc(), isl_val_normalize(), isl_val::n, and n.
int isl_val_get_den_gmp | ( | __isl_keep isl_val * | v, |
mpz_t | z | ||
) |
Definition at line 56 of file isl_val_gmp.c.
References isl_die, isl_error_invalid, isl_val_get_ctx(), and isl_val_is_rat().
int isl_val_get_num_gmp | ( | __isl_keep isl_val * | v, |
mpz_t | z | ||
) |
Definition at line 41 of file isl_val_gmp.c.
References isl_die, isl_error_invalid, isl_val_get_ctx(), and isl_val_is_rat().
__isl_give isl_val * isl_val_int_from_gmp | ( | isl_ctx * | ctx, |
mpz_t | z | ||
) |
Definition at line 7 of file isl_val_gmp.c.
References isl_val::d, isl_int_set, isl_int_set_si, isl_val_alloc(), and isl_val::n.