Searched refs:isl_int_abs_gt (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_int_gmp.h | 67 #define isl_int_abs_gt(i,j) (mpz_cmpabs(i,j) > 0) macro
|
H A D | isl_int_imath.h | 65 #define isl_int_abs_gt(i,j) (impz_cmpabs(i,j) > 0) macro
|
H A D | isl_seq.c | 223 if (isl_int_abs_gt(p[i], *max)) in isl_seq_abs_max()
|
H A D | isl_coalesce.c | 1198 if (isl_int_abs_gt(max_k, wraps->max)) in wraps_update_max() 1207 if (isl_int_abs_gt(max_k, wraps->max)) in wraps_update_max() 1277 if (isl_int_abs_gt(wraps->mat->row[row][i], wraps->max)) in allow_wrap()
|
H A D | isl_int_sioimath.h | 1246 #define isl_int_abs_gt(i, j) (isl_sioimath_abs_cmp(*(i), *(j)) > 0) macro
|
H A D | isl_scheduler.c | 4456 if (isl_int_abs_gt(csol->el[j], max)) in find_node_coalescing()
|
H A D | isl_map_simplify.c | 478 if (isl_int_abs_gt(bmap->ineq[i][off + d], ctx->one)) in eliminate_divs_ineq()
|