Searched refs:poly_allocation_test (Results 1 – 5 of 5) sorted by relevance
11 poly_allocation_test("mpfr_class", mpfr_class(2)); in basic_tests_7()
11 poly_allocation_test("mpfr::mpreal", mpfr::mpreal(2)); in basic_tests_8()
12 poly_allocation_test("mpfr_float_50", mpfr_float_50(2)); in basic_tests_5()
11 …poly_allocation_test("mpfr_float_50 - no expression templates", number<mpfr_float_backend<50>, et_… in basic_tests_6()
180 void poly_allocation_test(const char* name, Real x) in poly_allocation_test() function