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

  /src/external/lgpl3/gmp/dist/mpz/
Makefile.am 67 tdiv_qr_ui.c tdiv_r.c tdiv_r_2exp.c tdiv_r_ui.c tstbit.c ui_pow_ui.c \
  /src/external/lgpl3/gmp/lib/libgmp/
Makefile 91 tdiv_r.c tdiv_r_2exp.c tdiv_r_ui.c \
  /src/external/lgpl3/gmp/dist/
Makefile.am 223 mpz/tdiv_r$U.lo mpz/tdiv_r_2exp$U.lo mpz/tdiv_r_ui$U.lo \
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 485 inline isl::checked::pw_aff tdiv_r(const isl::checked::pw_aff &pa2) const;
2908 inline isl::checked::pw_aff tdiv_r(isl::checked::pw_aff pa2) const;
5343 isl::checked::pw_aff aff::tdiv_r(const isl::checked::pw_aff &pa2) const function in class:isl::checked::aff
5345 return isl::checked::pw_aff(*this).tdiv_r(pa2);
14368 isl::checked::pw_aff pw_aff::tdiv_r(isl::checked::pw_aff pa2) const function in class:isl::checked::pw_aff
cpp.h 550 inline isl::pw_aff tdiv_r(const isl::pw_aff &pa2) const;
2974 inline isl::pw_aff tdiv_r(isl::pw_aff pa2) const;
5829 isl::pw_aff aff::tdiv_r(const isl::pw_aff &pa2) const function in class:isl::aff
5833 return isl::pw_aff(*this).tdiv_r(pa2);
19509 isl::pw_aff pw_aff::tdiv_r(isl::pw_aff pa2) const function in class:isl::pw_aff
  /src/external/mit/isl/dist/interface/
isl.py 3774 def tdiv_r(arg0, arg1): member in class:pw_aff
3784 return union_pw_aff(arg0).tdiv_r(arg1)

Completed in 75 milliseconds