Home
last modified time | relevance | path

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

/third_party/boost/libs/multiprecision/performance/sf_performance_files/
Dsf_performance_basic_7.cpp11 poly_allocation_test("mpfr_class", mpfr_class(2)); in basic_tests_7()
Dsf_performance_basic_8.cpp11 poly_allocation_test("mpfr::mpreal", mpfr::mpreal(2)); in basic_tests_8()
Dsf_performance_basic_5.cpp12 poly_allocation_test("mpfr_float_50", mpfr_float_50(2)); in basic_tests_5()
Dsf_performance_basic_6.cpp11poly_allocation_test("mpfr_float_50 - no expression templates", number<mpfr_float_backend<50>, et_… in basic_tests_6()
/third_party/boost/libs/multiprecision/performance/
Dsf_performance.hpp180 void poly_allocation_test(const char* name, Real x) in poly_allocation_test() function