Home
last modified time | relevance | path

Searched refs:second_phase (Results 1 – 9 of 9) sorted by relevance

/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/inspector/
H A Dcontrollers.c232 GtkPropagationPhase first_phase, second_phase; in compare_controllers() local
238 second_phase = gtk_event_controller_get_propagation_phase (second); in compare_controllers()
239 result = compare_phases (first_phase, second_phase); in compare_controllers()
/dports/devel/tbb/oneTBB-2020.3/examples/test_all/fibonacci/
H A DFibonacci.cpp489 bool second_phase; //< flag of continuation member
492 n(n_), sum(sum_), second_phase(false) in FibTask()
497 if( second_phase ) { // children finished in execute()
506 second_phase = true; // mark second phase in execute()
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/examples/test_all/fibonacci/
H A DFibonacci.cpp489 bool second_phase; //< flag of continuation member
492 n(n_), sum(sum_), second_phase(false) in FibTask()
497 if( second_phase ) { // children finished in execute()
506 second_phase = true; // mark second phase in execute()
/dports/devel/ppl/ppl-1.2/src/
H A DMIP_Problem_defs.hh638 void second_phase();
H A DMIP_Problem.cc312 x.second_phase(); in solve()
331 relaxed.lp.second_phase(); in solve()
1864 PPL::MIP_Problem::second_phase() { in second_phase() function in PPL::MIP_Problem
2023 mip.second_phase(); in solve_mip()
H A Dppl.hh.dist52298 void second_phase();
/dports/devel/dwz/dwz/
H A Ddwz.c8068 bool second_phase) in partition_dups_1() argument
8089 if (second_phase && arr[k]->die_ref_seen) in partition_dups_1()
8107 && second_phase && force && force < j - i) in partition_dups_1()
8205 if (!second_phase) in partition_dups_1()
8216 if (!second_phase) in partition_dups_1()
8223 second_phase ? "phase two" : "phase one"); in partition_dups_1()
8251 if (second_phase && !arr[k]->die_ref_seen) in partition_dups_1()
8306 if (second_phase && !arr[k]->die_ref_seen) in partition_dups_1()
8314 else if (!second_phase) in partition_dups_1()
8316 if (second_phase) in partition_dups_1()
/dports/devel/ppl/ppl-1.2/
H A DChangeLog15801 * src/MIP_Problem.cc: MIP_Problem: optimize second_phase() for
15811 * src/MIP_Problem.cc: MIP_Problem: optimize second_phase() for
15817 working_cost row, in second_phase().
15821 * src/MIP_Problem.cc: MIP_Problem: optimize second_phase() for
15826 * src/MIP_Problem.cc: MIP_Problem: optimize second_phase() for
15831 * src/MIP_Problem.cc: MIP_Problem: optimize second_phase() for
H A DChangeLog_2001-200856048 (simplex.[9,8,10]): second_phase() declared void. Many inline
56051 second_phase().