HomeSort by relevance Sort by last modified time
    Searched defs:mpfr (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/test/mpreal/
mpreal.cpp 2 Multi-precision real number class. C++ interface fo MPFR library.
73 namespace mpfr{ namespace
131 mpfr_init2(mp,(mp_prec_t) mpf_get_prec(u)); // (gmp: mp_bitcnt_t) unsigned long -> long (mpfr: mp_prec_t)
439 // Use MPFR native function for output
539 if(exp>0) out += "e+"+mpfr::toString<mp_exp_t>(exp,std::dec);
540 else out += "e"+mpfr::toString<mp_exp_t>(exp,std::dec);
mpreal.h 2 Multi-precision real number class. C++ interface for MPFR library.
89 #define MPFR_USE_INTMAX_T // should be defined before mpfr.h
94 #else // MPFR relies on intmax_t which is available only in msvc2010
95 #undef MPREAL_HAVE_INT64_SUPPORT // Besides, MPFR - MPIR have to be compiled with msvc2010
122 #include <mpfr.h>
128 namespace mpfr { namespace
391 // MPFR 2.4.0 Specifics
399 // MPFR 3.0.0 Specifics
456 // MPFR < 2.4.2 Specifics
536 // mpfr::mpreal=<DebugView> ; Show value only
    [all...]

Completed in 44 milliseconds