Home
last modified time | relevance | path

Searched defs:cpp_dec_float_50 (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/multiprecision/example/
Dnumeric_limits_snips.cpp142 typedef number<cpp_dec_float<50> > cpp_dec_float_50; // 50 decimal digits. in BOOST_AUTO_TEST_CASE() typedef
350 typedef number<cpp_dec_float<50>, et_off > cpp_dec_float_50; // 50 decimal digits. in BOOST_AUTO_TEST_CASE() typedef
/third_party/boost/libs/multiprecision/doc/
Dnumeric_limits_qbk.cpp568 typedef number<cpp_dec_float<50> > cpp_dec_float_50; // 50 decimal digits. in main() typedef
/third_party/boost/boost/multiprecision/
Dcpp_dec_float.hpp3035 typedef number<cpp_dec_float<50> > cpp_dec_float_50; typedef