Searched refs:toUInt64 (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/test/mpreal/
H A Dmpreal.h350 uint64_t toUInt64 (mp_rnd_t mode = GMP_RNDZ) const;
354 explicit operator uint64_t () const { return toUInt64(); }
1711 inline uint64_t mpreal::toUInt64(mp_rnd_t mode) const{ return mpfr_get_uj(mpfr_srcptr(), mode); } function in class:mpfr::mpreal

Completed in 98 milliseconds