Home | History | Annotate | Download | only in mpreal

Lines Matching refs:mpfr_t

96     // Use fields in mpfr_t structure to check if it was initialized / set dummy initialization 

166 mpfr_t mp;
187 // Construct mpreal from mpfr_t structure.
189 mpreal(const mpfr_t u, bool shared = false);
646 inline mpreal::mpreal(const mpfr_t u, bool shared)
650 std::memcpy(mpfr_ptr(), u, sizeof(mpfr_t));
1068 mpfr_t t;
1091 mpfr_t t;