Home
last modified time | relevance | path

Searched refs:fmt_speedup (Results 1 – 2 of 2) sorted by relevance

/dports/astro/qmapshack/qmapshack-V_1.16.1/3rdparty/alglib/tests/
H A Dtest_x.cpp21 const char *fmt_speedup = "%-25s %5.1fx\n"; variable
2038 printf(fmt_speedup, "* default speedup", time_glob_ser/time_glob_ser); in main()
2039 printf(fmt_speedup, "* serial (global)", time_glob_ser/time_default); in main()
2040 printf(fmt_speedup, "* serial (local)", time_glob_ser/time_glob_ser_loc_ser); in main()
2041 printf(fmt_speedup, "* serial (nworkers=1)", time_glob_ser/time_glob_smp_nw1); in main()
2042 printf(fmt_speedup, "* parallel (global)", time_glob_ser/time_glob_smp); in main()
2043 printf(fmt_speedup, "* parallel (local) v1", time_glob_ser/time_glob_ser_loc_smp); in main()
/dports/math/alglib/alglib-cpp/tests/
H A Dtest_x.cpp27 const char *fmt_speedup = "%-25s %5.1fx\n"; variable
2162 printf(fmt_speedup, "* default speedup", time_glob_ser/time_glob_ser); in main()
2163 printf(fmt_speedup, "* serial (global)", time_glob_ser/time_default); in main()
2164 printf(fmt_speedup, "* serial (local)", time_glob_ser/time_glob_ser_loc_ser); in main()
2165 printf(fmt_speedup, "* serial (nworkers=1)", time_glob_ser/time_glob_smp_nw1); in main()
2166 printf(fmt_speedup, "* parallel (global)", time_glob_ser/time_glob_smp); in main()
2167 printf(fmt_speedup, "* parallel (local) v1", time_glob_ser/time_glob_ser_loc_smp); in main()