Lines Matching refs:mpfr_t
95 // Use fields in mpfr_t structure to check if it was initialized / set dummy initialization
144 mpfr_t mp;
167 // Construct mpreal from mpfr_t structure.
169 mpreal(const mpfr_t u, bool shared = false);
598 inline mpreal::mpreal(const mpfr_t u, bool shared)
602 std::memcpy(mpfr_ptr(), u, sizeof(mpfr_t));
1031 mpfr_t t;
1054 mpfr_t t;