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

  /src/external/mit/isl/dist/
isl_val.c 1053 isl_int a_copy, b_copy; local
1055 isl_int_init(a_copy);
1059 isl_int_set(a_copy, a);
1061 isl_int_abs(*g, a_copy);
1072 if (isl_int_is_zero(a_copy))
1074 else if (isl_int_is_neg(a_copy))
1079 isl_int_mul(tmp, a_copy, *x);
1085 isl_int_clear(a_copy);
isl_val.c 1053 isl_int a_copy, b_copy; local
1055 isl_int_init(a_copy);
1059 isl_int_set(a_copy, a);
1061 isl_int_abs(*g, a_copy);
1072 if (isl_int_is_zero(a_copy))
1074 else if (isl_int_is_neg(a_copy))
1079 isl_int_mul(tmp, a_copy, *x);
1085 isl_int_clear(a_copy);

Completed in 66 milliseconds