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

  /src/external/lgpl3/mpfr/dist/src/
reldiff.c 29 mpfr_t b_copy; local
56 mpfr_init2 (b_copy, MPFR_PREC(b));
57 mpfr_set (b_copy, b, MPFR_RNDN);
62 mpfr_div (a, a, a == b ? b_copy : b, rnd_mode);
65 mpfr_clear (b_copy);
  /src/external/mit/isl/dist/
isl_val.c 1053 isl_int a_copy, b_copy; local
1056 isl_int_init(b_copy);
1060 isl_int_set(b_copy, b);
1062 isl_int_abs(d, b_copy);
1076 if (isl_int_is_zero(b_copy))
1081 isl_int_divexact(*y, tmp, b_copy);
1086 isl_int_clear(b_copy);

Completed in 23 milliseconds