Searched refs:LLE_DENOMINATOR (Results 1 – 2 of 2) sorted by relevance
211 if (LLE_DENOMINATOR (lle1) != LLE_DENOMINATOR (lle2)) in lle_equal()236 LLE_DENOMINATOR (ret) = 1; in lambda_linear_expression_new()289 fprintf (outfile, " denominator: %d\n", LLE_DENOMINATOR (expr)); in print_lambda_linear_expression()418 && LLE_DENOMINATOR (expression) == 1); in lambda_lattice_compute_base()522 LLE_DENOMINATOR (expression) = -1 * A[j][i]; in compute_nest_using_fourier_motzkin()545 LLE_DENOMINATOR (expression) = A[j][i]; in compute_nest_using_fourier_motzkin()685 A[size][i] = -1 * LLE_DENOMINATOR (expression); in lambda_compute_auxillary_space()718 A[size][i] = LLE_DENOMINATOR (expression); in lambda_compute_auxillary_space()822 LLE_DENOMINATOR (expression) = determinant / gcd1; in lambda_compute_target_space()858 LLE_DENOMINATOR (target_expr) = LLE_DENOMINATOR (auxillary_expr); in lambda_compute_target_space()[all …]
98 #define LLE_DENOMINATOR(T) ((T)->denominator) macro