Home
last modified time | relevance | path

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

/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/compiler/src/
H A Dbeam_block.erl255 {Ds,Is} = opt_moves([D2], Is0),
269 case {opt_moves(Hd0, [GetTl|Is0]),opt_moves(Tl0, [GetHd|Is0])} of
278 {Ds,Is} = opt_moves(Ds0, Is0),
287 opt_moves([], Is0) -> {[],Is0}; function
288 opt_moves([D0]=Ds, Is0) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/lang/erlang/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/dialyzer/test/options1_SUITE_data/src/compiler/
H A Dbeam_block.erl195 {Ds,Is} = opt_moves(Ds0, Is0),
200 opt_moves([], Is0) -> {[],Is0}; function
201 opt_moves([D0], Is0) -> function
204 opt_moves([X0,Y0]=Ds, Is0) -> function
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dlib.c150 .opt_moves = in alloc_instance()
369 instance->opt_moves = (typeof(instance->opt_moves)){ in init_instance()
372 .groups = SMALLOC(instance->opt_moves.groups, MOVES_GROW_BY), in init_instance()
376 instance->opt_moves.groups[0] = (typeof(instance->opt_moves.groups[0])){ in init_instance()
688 moves_order__free(&(instance->opt_moves)); in free_instance()
854 .moves_order = moves_order_dup(&(instance->opt_moves)), in setup_opt_thread__helper()
4596 moves_order__free(&obj->opt_moves); in freecell_solver_user_set_optimization_scan_tests_order()
4600 &(obj->opt_moves), moves_order FCS__PASS_ERR_STR(static_error_string)); in freecell_solver_user_set_optimization_scan_tests_order()
H A Dinstance.h631 fcs_moves_order opt_moves; member
/dports/math/giacxcas/giac-1.6.0/src/
H A Dgraphe.cc10981 ivectors opt_moves; in perform_3opt_moves() local
10991 opt_moves.clear(); in perform_3opt_moves()
11028 opt_moves.push_back(opt_move); in perform_3opt_moves()
11041 if (opt_moves.empty()) break; in perform_3opt_moves()
11042 for (ivectors_iter it=opt_moves.begin(); it!=opt_moves.end();++it) { in perform_3opt_moves()
11116 ivectors opt_moves; in straighten() local
11123 opt_moves.clear(); in straighten()
11135 opt_moves.push_back(opt_move); in straighten()
11141 if (opt_moves.empty()) break; in straighten()
11142 for (ivectors_iter it=opt_moves.begin();it!=opt_moves.end();++it) { in straighten()