/third_party/boost/libs/multiprecision/performance/sf_performance_files/ |
D | sf_performance_basic_9.cpp | 11 time_proc("Bessel Functions (16 digit precision)", "double", test_bessel<double>); in basic_tests_9() 12 …time_proc("Bessel Functions (16 digit precision)", "real_concept", test_bessel<boost::math::concep… in basic_tests_9() 13 …time_proc("Bessel Functions (16 digit precision)", "arithmetic_backend<double>", test_bessel<numbe… in basic_tests_9() 14 …time_proc("Bessel Functions (16 digit precision)", "arithmetic_backend<double> - no expression tem… in basic_tests_9() 16 time_proc("Non-central T (16 digit precision)", "double", test_nct<double>); in basic_tests_9() 17 …time_proc("Non-central T (16 digit precision)", "real_concept", test_nct<boost::math::concepts::re… in basic_tests_9() 18 …time_proc("Non-central T (16 digit precision)", "arithmetic_backend<double>", test_nct<number<arit… in basic_tests_9() 19 …time_proc("Non-central T (16 digit precision)", "arithmetic_backend<double> - no expression templa… in basic_tests_9()
|
D | sf_performance_bessel_02.cpp | 12 …time_proc("Bessel Functions (50 digit precision)", "mpfr_float_50 (no expression templates)", test… in bessel_tests_02() 14 …time_proc("Bessel Functions (50 digit precision)", "mpfr_float_50 (no expression templates", test_… in bessel_tests_02()
|
D | sf_performance_bessel_01.cpp | 12 …time_proc("Bessel Functions (50 digit precision)", "mpfr_float_50", test_bessel<boost::multiprecis… in bessel_tests_01() 14 …time_proc("Bessel Functions (50 digit precision)", "mpfr_float_50", test_bessel<boost::multiprecis… in bessel_tests_01()
|
D | sf_performance_bessel_04.cpp | 12 …time_proc("Bessel Functions (50 digit precision)", "static_mpfr_float_50 (no expression templates)… in bessel_tests_04() 14 …time_proc("Bessel Functions (50 digit precision)", "static_mpfr_float_50 (no expression templates)… in bessel_tests_04()
|
D | sf_performance_bessel_03.cpp | 12 …time_proc("Bessel Functions (50 digit precision)", "static_mpfr_float_50", test_bessel<number<mpfr… in bessel_tests_03() 14 …time_proc("Bessel Functions (50 digit precision)", "static_mpfr_float_50", test_bessel<number<mpfr… in bessel_tests_03()
|
D | sf_performance_nct_18.cpp | 11 …time_proc("Non-central T Distribution (100 digit precision)", "cpp_bin_float_100", test_nct<cpp_bi… in nct_tests_18()
|
D | sf_performance_nct_17.cpp | 11 …time_proc("Non-central T Distribution (100 digit precision)", "cpp_dec_float_100", test_nct<cpp_de… in nct_tests_17()
|
D | sf_performance_nct_19.cpp | 11 … time_proc("Non-central T Distribution (100 digit precision)", "mpfr_class", test_nct<mpfr_class>); in nct_tests_19()
|
D | sf_performance_poly_12.cpp | 11 …time_proc("Polynomial Evaluation (100 digit precision)", "static_mpfr_float_100", test_polynomial<… in poly_tests_12()
|
D | sf_performance_poly_01.cpp | 11 …time_proc("Polynomial Evaluation (50 digit precision)", "mpfr_float_50", test_polynomial<mpfr_floa… in poly_tests_01()
|
D | sf_performance_bessel_07.cpp | 11 …time_proc("Bessel Functions (50 digit precision)", "cpp_dec_float_50", test_bessel<cpp_dec_float_5… in bessel_tests_07()
|
D | sf_performance_poly_08.cpp | 11 …time_proc("Polynomial Evaluation (50 digit precision)", "mpfr_class", test_polynomial<mpfr_class>); in poly_tests_08()
|
D | sf_performance_nct_14.cpp | 11 …time_proc("Non-central T Distribution (100 digit precision)", "mpf_float_100", test_nct<mpf_float_… in nct_tests_14()
|
/third_party/boost/libs/multiprecision/performance/ |
D | sf_performance_bessel1.cpp | 12 time_proc("mpfr_float_50", test_bessel<boost::multiprecision::mpfr_float_50>, 1); in bessel_tests_1() 13 …time_proc("mpfr_float_50 (no expression templates)", test_bessel<number<mpfr_float_backend<50>, et… in bessel_tests_1() 14 …time_proc("static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on… in bessel_tests_1() 15 …time_proc("static_mpfr_float_50 (no expression templates)", test_bessel<number<mpfr_float_backend<… in bessel_tests_1() 17 …time_proc("mpfr_float_50", test_bessel<boost::multiprecision::mpfr_float_50>, mpfr_buildopt_tls_p(… in bessel_tests_1() 18 …time_proc("mpfr_float_50 (no expression templates", test_bessel<number<mpfr_float_backend<50>, et_… in bessel_tests_1() 19 …time_proc("static_mpfr_float_50", test_bessel<number<mpfr_float_backend<50, allocate_stack>, et_on… in bessel_tests_1() 20 …time_proc("static_mpfr_float_50 (no expression templates)", test_bessel<number<mpfr_float_backend<… in bessel_tests_1()
|
D | sf_performance_bessel2.cpp | 11 time_proc("mpf_float_50", test_bessel<mpf_float_50>, 3); in bessel_tests_2() 12 …time_proc("mpf_float_50 (no expression templates", test_bessel<number<gmp_float<50>, et_off> >, 3); in bessel_tests_2() 15 time_proc("cpp_dec_float_50", test_bessel<cpp_dec_float_50>, 3); in bessel_tests_2() 18 time_proc("cpp_bin_float_50", test_bessel<cpp_bin_float_50>, 3); in bessel_tests_2()
|
D | sf_performance_bessel6.cpp | 11 time_proc("cpp_dec_float_100", test_bessel<cpp_dec_float_100>); in bessel_tests_6() 14 time_proc("cpp_bin_float_100", test_bessel<cpp_bin_float_100>); in bessel_tests_6() 17 time_proc("mpfr_class", test_bessel<mpfr_class>); in bessel_tests_6() 20 time_proc("mpfr::mpreal", test_bessel<mpfr::mpreal>); in bessel_tests_6()
|
D | sf_performance_nct3.cpp | 14 time_proc("cpp_dec_float_50", test_nct<cpp_dec_float_50>); in nct_tests_3() 17 time_proc("cpp_bin_float_50", test_nct<cpp_bin_float_50>, 3); in nct_tests_3() 20 time_proc("mpfr_class", test_nct<mpfr_class>); in nct_tests_3() 23 time_proc("mpfr::mpreal", test_nct<mpfr::mpreal>); in nct_tests_3()
|
D | sf_performance_nct6.cpp | 14 time_proc("cpp_dec_float_100", test_nct<cpp_dec_float_100>); in nct_tests_6() 17 time_proc("cpp_bin_float_100", test_nct<cpp_bin_float_100>); in nct_tests_6() 20 time_proc("mpfr_class", test_nct<mpfr_class>); in nct_tests_6() 23 time_proc("mpfr::mpreal", test_nct<mpfr::mpreal>); in nct_tests_6()
|
D | sf_performance_bessel4.cpp | 11 time_proc("mpfr_float_100", test_bessel<mpfr_float_100>); in bessel_tests_4() 12 …time_proc("mpfr_float_100 (no expression templates", test_bessel<number<mpfr_float_backend<100>, e… in bessel_tests_4() 13 time_proc("static_mpfr_float_100", test_bessel<static_mpfr_float_100>); in bessel_tests_4()
|
D | sf_performance_nct4.cpp | 11 time_proc("mpfr_float_100", test_nct<mpfr_float_100>); in nct_tests_4() 12 …time_proc("mpfr_float_100 (no expression templates", test_nct<number<mpfr_float_backend<100>, et_o… in nct_tests_4() 13 time_proc("static_mpfr_float_100", test_nct<static_mpfr_float_100>); in nct_tests_4()
|
D | sf_performance_nct1.cpp | 11 time_proc("mpfr_float_50", test_nct<mpfr_float_50>); in nct_tests_1() 12 …time_proc("mpfr_float_50 (no expression templates", test_nct<number<mpfr_float_backend<50>, et_off… in nct_tests_1() 13 time_proc("static_mpfr_float_50", test_nct<static_mpfr_float_50>); in nct_tests_1()
|
D | sf_performance_nct5.cpp | 11 time_proc("mpf_float_100", test_nct<mpf_float_100>); in nct_tests_5() 12 time_proc("mpf_float_100 (no expression templates", test_nct<number<gmp_float<100>, et_off> >); in nct_tests_5()
|
D | sf_performance_nct2.cpp | 11 time_proc("mpf_float_50", test_nct<mpf_float_50>); in nct_tests_2() 12 time_proc("mpf_float_50 (no expression templates", test_nct<number<gmp_float<50>, et_off> >); in nct_tests_2()
|
D | sf_performance_bessel3.cpp | 11 time_proc("mpfr_class", test_bessel<mpfr_class>, mpfr_buildopt_tls_p() ? 3 : 1); in bessel_tests_3() 14 time_proc("mpfr::mpreal", test_bessel<mpfr::mpreal>, mpfr_buildopt_tls_p() ? 3 : 1); in bessel_tests_3()
|
D | sf_performance_bessel5.cpp | 14 time_proc("mpf_float_100", test_bessel<mpf_float_100>); in bessel_tests_5() 15 … time_proc("mpf_float_100 (no expression templates", test_bessel<number<gmp_float<100>, et_off> >); in bessel_tests_5()
|