Home
last modified time | relevance | path

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

/dports/benchmarks/unixbench/byte-unixbench-5.1.3/UnixBench/src/
H A Dtime-polling.c291 int num_to_test, int num_iter, long *times) in time_poll2() argument
313 num_to_test, 0); in time_poll2()
353 int num_to_test, num_active; local
438 if (argc > 2) num_to_test = atoi (argv[2]);
439 else num_to_test = total_fds - first_fd;
454 if (num_to_test > total_fds - first_fd) num_to_test = total_fds - first_fd;
483 total_fds, total_fds - num_to_test, max_fd);
490 start_index = total_fds - num_to_test;
494 start_index = total_fds - num_to_test;
545 1000000 * (float) max_iter * (float) num_to_test
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Shape_detection/deprecated/
H A DRegion_growing.h570 std::size_t num_to_test = 1 + m_num_total_points - m_options.min_points; variable
571 for (std::size_t I = 0; I < num_to_test; ++ I)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp3670 int i, best_bank, bank_to_fire, num_to_test; in hud_get_best_primary_bank() local
3681 num_to_test = swp->num_primary_banks; in hud_get_best_primary_bank()
3683 num_to_test = MIN(1, swp->num_primary_banks); in hud_get_best_primary_bank()
3686 for ( i = 0; i < num_to_test; i++ ) in hud_get_best_primary_bank()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/hud/
H A Dhudtarget.cpp3715 int i, best_bank, bank_to_fire, num_to_test; in hud_get_best_primary_bank() local
3726 num_to_test = swp->num_primary_banks; in hud_get_best_primary_bank()
3728 num_to_test = MIN(1, swp->num_primary_banks); in hud_get_best_primary_bank()
3731 for ( i = 0; i < num_to_test; i++ ) in hud_get_best_primary_bank()
/dports/science/openbabel/openbabel-3.1.1/src/formats/libinchi/
H A Dichi_bns.c9548 int ret, bond_type, num_to_test, j; in ReInitBnStructForAltBns() local
9552 num_to_test = 0; in ReInitBnStructForAltBns()
9585 num_to_test ++; in ReInitBnStructForAltBns()
9629 return num_to_test; in ReInitBnStructForAltBns()