Home
last modified time | relevance | path

Searched refs:have_cycles (Results 1 – 11 of 11) sorted by relevance

/dports/math/gmp/gmp-6.2.1/tune/
H A Dtime.c252 static const int have_cycles = HAVE_SPEED_CYCLECOUNTER; variable
254 static const int have_cycles = 0; variable
1006 if (!speed_option_cycles_broken && have_cycles && cycles_works_p ()) in speed_time_init()
1015 cycles_limit = (have_cycles == 1 ? M_2POW32 : M_2POW64) / 2.0 in speed_time_init()
1025 else if (have_cycles == 1) in speed_time_init()
1208 if (have_cycles) in speed_time_init()
1296 if (have_cycles && use_cycles) in speed_starttime()
1316 if (have_cycles == 1) in speed_cyclecounter_diff()
1436 if (have_cycles && use_cycles) speed_cyclecounter (end_cycles); in speed_endtime()
/dports/math/gap/gap-4.11.0/extern/gmp/tune/
H A Dtime.c254 static const int have_cycles = HAVE_SPEED_CYCLECOUNTER; variable
256 static const int have_cycles = 0; variable
1008 if (!speed_option_cycles_broken && have_cycles && cycles_works_p ()) in speed_time_init()
1017 cycles_limit = (have_cycles == 1 ? M_2POW32 : M_2POW64) / 2.0 in speed_time_init()
1027 else if (have_cycles == 1) in speed_time_init()
1210 if (have_cycles) in speed_time_init()
1298 if (have_cycles && use_cycles) in speed_starttime()
1318 if (have_cycles == 1) in speed_cyclecounter_diff()
1438 if (have_cycles && use_cycles) speed_cyclecounter (end_cycles); in speed_endtime()
/dports/math/mingw32-libgmp/gmp-6.0.0/tune/
H A Dtime.c254 static const int have_cycles = HAVE_SPEED_CYCLECOUNTER; variable
256 static const int have_cycles = 0; variable
1008 if (!speed_option_cycles_broken && have_cycles && cycles_works_p ()) in speed_time_init()
1017 cycles_limit = (have_cycles == 1 ? M_2POW32 : M_2POW64) / 2.0 in speed_time_init()
1027 else if (have_cycles == 1) in speed_time_init()
1210 if (have_cycles) in speed_time_init()
1298 if (have_cycles && use_cycles) in speed_starttime()
1318 if (have_cycles == 1) in speed_cyclecounter_diff()
1438 if (have_cycles && use_cycles) speed_cyclecounter (end_cycles); in speed_endtime()
/dports/math/mpir/mpir-3.0.0/tune/
H A Dtime.c248 static const int have_cycles = HAVE_SPEED_CYCLECOUNTER; variable
250 static const int have_cycles = 0; variable
948 if (have_cycles && cycles_works_p ()) in speed_time_init()
957 cycles_limit = (have_cycles == 1 ? M_2POW32 : M_2POW64) / 2.0 in speed_time_init()
967 else if (have_cycles == 1) in speed_time_init()
1150 if (have_cycles) in speed_time_init()
1238 if (have_cycles && use_cycles) in speed_starttime()
1258 if (have_cycles == 1) in speed_cyclecounter_diff()
1378 if (have_cycles && use_cycles) speed_cyclecounter (end_cycles); in speed_endtime()
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/gmp-6.2.1-c/tune/
H A Dtime.c252 static const int have_cycles = HAVE_SPEED_CYCLECOUNTER; variable
254 static const int have_cycles = 0; variable
1006 if (!speed_option_cycles_broken && have_cycles && cycles_works_p ()) in speed_time_init()
1015 cycles_limit = (have_cycles == 1 ? M_2POW32 : M_2POW64) / 2.0 in speed_time_init()
1025 else if (have_cycles == 1) in speed_time_init()
1208 if (have_cycles) in speed_time_init()
1296 if (have_cycles && use_cycles) in speed_starttime()
1316 if (have_cycles == 1) in speed_cyclecounter_diff()
1436 if (have_cycles && use_cycles) speed_cyclecounter (end_cycles); in speed_endtime()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dannotate.h298 bool have_cycles; member
304 if (notes->have_cycles && notes->options->show_minmax_cycle) in annotation__cycles_width()
307 return notes->have_cycles ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width()
H A Dannotate.c1099 notes->have_cycles = true; in annotation__compute_ipc()
2926 if (notes->have_cycles) { in __annotation_line__write()
2963 if (notes->have_cycles) { in __annotation_line__write()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dannotate.h298 bool have_cycles; member
304 if (notes->have_cycles && notes->options->show_minmax_cycle) in annotation__cycles_width()
307 return notes->have_cycles ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width()
H A Dannotate.c1099 notes->have_cycles = true; in annotation__compute_ipc()
2926 if (notes->have_cycles) { in __annotation_line__write()
2963 if (notes->have_cycles) { in __annotation_line__write()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dannotate.h298 bool have_cycles; member
304 if (notes->have_cycles && notes->options->show_minmax_cycle) in annotation__cycles_width()
307 return notes->have_cycles ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width()
H A Dannotate.c1099 notes->have_cycles = true; in annotation__compute_ipc()
2926 if (notes->have_cycles) { in __annotation_line__write()
2963 if (notes->have_cycles) { in __annotation_line__write()