HomeSort by relevance Sort by last modified time
    Searched refs:mpq_t (Results 1 - 4 of 4) sorted by null

  /external/eigen/unsupported/test/mpreal/
mpreal.h 157 mpreal(const mpq_t u, mp_prec_t prec = mpreal::get_default_prec(), mp_rnd_t mode = mpreal::get_default_rnd());
191 mpreal& operator=(const mpq_t v);
208 mpreal& operator+=(const mpq_t v);
232 mpreal& operator-=(const mpq_t v);
251 mpreal& operator*=(const mpq_t v);
262 mpreal& operator/=(const mpq_t v);
629 inline mpreal::mpreal(const mpq_t u, mp_prec_t prec, mp_rnd_t mode)
749 template <> struct result_type<mpq_t> {typedef mpreal type;};
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/
gmp.h 236 typedef __mpq_struct mpq_t[1]; typedef
530 /* Allow direct user access to numerator and denominator of a mpq_t object. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/
gmp.h 236 typedef __mpq_struct mpq_t[1]; typedef
530 /* Allow direct user access to numerator and denominator of a mpq_t object. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/
gmp.h 236 typedef __mpq_struct mpq_t[1]; typedef
530 /* Allow direct user access to numerator and denominator of a mpq_t object. */
    [all...]

Completed in 1308 milliseconds