Searched refs:big_type1 (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | test_mixed_cpp_bin_float.cpp | 19 …cision::number<boost::multiprecision::cpp_bin_float<100>, boost::multiprecision::et_on> big_type1; in main() typedef 24 test<big_type1, small_type1>(); in main() 26 test<big_type1, small_type2>(); in main()
|
D | test_mixed_cpp_dec_float.cpp | 19 …cision::number<boost::multiprecision::cpp_dec_float<100>, boost::multiprecision::et_on> big_type1; in main() typedef 24 test<big_type1, small_type1>(); in main() 26 test<big_type1, small_type2>(); in main()
|
D | test_mixed_mpfr_float.cpp | 19 …n::number<boost::multiprecision::mpfr_float_backend<100>, boost::multiprecision::et_on> big_type1; in main() typedef 24 test<big_type1, small_type1>(); in main() 26 test<big_type1, small_type2>(); in main()
|
D | test_mixed_mpf_float.cpp | 19 …iprecision::number<boost::multiprecision::gmp_float<100>, boost::multiprecision::et_on> big_type1; in main() typedef 24 test<big_type1, small_type1>(); in main() 26 test<big_type1, small_type2>(); in main()
|