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

  /src/external/lgpl3/gmp/dist/mpz/
Makefile.am 66 swap.c tdiv_ui.c tdiv_q.c tdiv_q_2exp.c tdiv_q_ui.c tdiv_qr.c \
  /src/external/mit/isl/dist/imath/
gmp_compat.h 218 void GMPZAPI(tdiv_q)(mp_int q, mp_int n, mp_int d);
gmp_compat.c 623 void GMPZAPI(tdiv_q)(mp_int q, mp_int n, mp_int d) { function
  /src/external/lgpl3/gmp/lib/libgmp/
Makefile 89 tdiv_ui.c tdiv_q.c tdiv_q_2exp.c \
  /src/external/lgpl3/gmp/dist/
Makefile.am 221 mpz/tdiv_ui$U.lo mpz/tdiv_q$U.lo mpz/tdiv_q_2exp$U.lo \
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 484 inline isl::checked::pw_aff tdiv_q(const isl::checked::pw_aff &pa2) const;
2907 inline isl::checked::pw_aff tdiv_q(isl::checked::pw_aff pa2) const;
5338 isl::checked::pw_aff aff::tdiv_q(const isl::checked::pw_aff &pa2) const function in class:isl::checked::aff
5340 return isl::checked::pw_aff(*this).tdiv_q(pa2);
14362 isl::checked::pw_aff pw_aff::tdiv_q(isl::checked::pw_aff pa2) const function in class:isl::checked::pw_aff
cpp.h 549 inline isl::pw_aff tdiv_q(const isl::pw_aff &pa2) const;
2973 inline isl::pw_aff tdiv_q(isl::pw_aff pa2) const;
5822 isl::pw_aff aff::tdiv_q(const isl::pw_aff &pa2) const function in class:isl::aff
5826 return isl::pw_aff(*this).tdiv_q(pa2);
19497 isl::pw_aff pw_aff::tdiv_q(isl::pw_aff pa2) const function in class:isl::pw_aff
  /src/external/mit/isl/dist/interface/
isl.py 3759 def tdiv_q(arg0, arg1): member in class:pw_aff
3769 return union_pw_aff(arg0).tdiv_q(arg1)

Completed in 78 milliseconds