Home
last modified time | relevance | path

Searched refs:mpf_type (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/multiprecision/test/
Dtest_generic_conv.cpp71 typedef number<gmp_float<500> > mpf_type; in main() typedef
72 mpf_type mpf(c); in main()
73 mpf_type mpf2(c.str()); in main()
96 mpf2 = static_cast<mpf_type>(df.str()); in main()