Home
last modified time | relevance | path

Searched refs:temp_move (Results 1 – 2 of 2) sorted by path

/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Dmove.h42 fcs_internal_move temp_move; in fcs_move_stack_params_push() local
44 fcs_int_move_set_type(temp_move, type); in fcs_move_stack_params_push()
45 fcs_int_move_set_src(temp_move, src); in fcs_move_stack_params_push()
46 fcs_int_move_set_dest(temp_move, dest); in fcs_move_stack_params_push()
47 fcs_int_move_set_num_cards_in_seq(temp_move, num_cards_in_seq); in fcs_move_stack_params_push()
49 fcs_move_stack_push(stack, temp_move); in fcs_move_stack_params_push()
/dports/games/sjeng/Sjeng-Free-11.2/
H A Dsearch.c1448 move_s comp_move, temp_move, old_move; in think() local
1705 temp_move = search_root (alpha, beta, i_depth); in think()
1720 temp_move = search_root (alpha, beta, i_depth); in think()
1732 temp_move = search_root (alpha, beta, i_depth); in think()
1739 temp_move = search_root (-INF, +INF, i_depth); in think()
1745 comp_move = temp_move; in think()
1754 temp_move = search_root (alpha, beta, i_depth); in think()
1758 comp_move = temp_move; in think()
1767 temp_move = search_root (alpha, beta, i_depth); in think()
1800 comp_move = temp_move; in think()