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

  /src/external/mit/isl/dist/imath/
imrat.h 91 void mp_rat_clear(mp_rat r);
imrat.c 135 void mp_rat_clear(mp_rat r) { function
143 if (r->num.digits != NULL) mp_rat_clear(r);
449 mp_rat_clear(&tmp);
gmp_compat.c 58 void GMPQAPI(clear)(mp_rat x) { mp_rat_clear(x); }
  /src/external/mit/isl/dist/imath_wrap/
wrap.h 131 #define mp_rat_clear isl_mp_rat_clear macro

Completed in 15 milliseconds