Home
last modified time | relevance | path

Searched refs:the_state (Results 1 – 25 of 41) sorted by relevance

12

/dports/devel/hyperscan/boost_1_75_0/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp107 counter& the_state) in apply_on_boundary() argument
112 the_state.m_count = 0; in apply_on_boundary()
113 the_state.m_close_to_offset = true; in apply_on_boundary()
114 the_state.m_min_distance = 0; in apply_on_boundary()
132 the_state.m_close_to_offset = true; in apply_on_boundary()
139 the_state.m_count = 1; in apply_on_boundary()
149 counter& the_state) in apply() argument
175 && (! the_state.m_close_to_offset in apply()
182 the_state.m_min_distance = -dm.measure; in apply()
183 the_state.m_close_to_offset = true; in apply()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp107 counter& the_state) in apply_on_boundary() argument
112 the_state.m_count = 0; in apply_on_boundary()
113 the_state.m_close_to_offset = true; in apply_on_boundary()
114 the_state.m_min_distance = 0; in apply_on_boundary()
132 the_state.m_close_to_offset = true; in apply_on_boundary()
139 the_state.m_count = 1; in apply_on_boundary()
149 counter& the_state) in apply() argument
175 && (! the_state.m_close_to_offset in apply()
182 the_state.m_min_distance = -dm.measure; in apply()
183 the_state.m_close_to_offset = true; in apply()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp107 counter& the_state) in apply_on_boundary() argument
112 the_state.m_count = 0; in apply_on_boundary()
113 the_state.m_close_to_offset = true; in apply_on_boundary()
114 the_state.m_min_distance = 0; in apply_on_boundary()
132 the_state.m_close_to_offset = true; in apply_on_boundary()
139 the_state.m_count = 1; in apply_on_boundary()
149 counter& the_state) in apply() argument
175 && (! the_state.m_close_to_offset in apply()
182 the_state.m_min_distance = -dm.measure; in apply()
183 the_state.m_close_to_offset = true; in apply()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/geometry/strategies/cartesian/
H A Dturn_in_ring_winding.hpp107 counter& the_state) in apply_on_boundary() argument
112 the_state.m_count = 0; in apply_on_boundary()
113 the_state.m_close_to_offset = true; in apply_on_boundary()
114 the_state.m_min_distance = 0; in apply_on_boundary()
132 the_state.m_close_to_offset = true; in apply_on_boundary()
139 the_state.m_count = 1; in apply_on_boundary()
149 counter& the_state) in apply() argument
175 && (! the_state.m_close_to_offset in apply()
182 the_state.m_min_distance = -dm.measure; in apply()
183 the_state.m_close_to_offset = true; in apply()
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/z8k/
H A Dsupport.c80 static sim_state_type the_state; variable
304 the_state.sometimes_pc = value;
344 swap_long (buf, the_state.insts);
371 (&the_state, 10));
446 return the_state.exception; in tm_signal()
509 get_word_mem_da (&the_state, (0xfffe & get_word_reg (&the_state, r)) + m * 2));
516 the_state.insts, the_state.sometimes_pc);
521 the_state.sometimes_pc + i);
537 *x = the_state;
544 the_state.exception = x;
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/z8k/
H A Dsupport.c80 static sim_state_type the_state;
304 the_state.sometimes_pc = value;
344 swap_long (buf, the_state.insts);
371 (&the_state, 10));
446 return the_state.exception;
509 get_word_mem_da (&the_state, (0xfffe & get_word_reg (&the_state, r)) + m * 2));
516 the_state.insts, the_state.sometimes_pc);
521 the_state.sometimes_pc + i);
537 *x = the_state;
544 the_state.exception = x;
[all …]
/dports/games/freecell-solver/freecell-solver-6.2.0/
H A Ddbm_calc_derived.h183 #define the_state (init_state_kv_ptr->s) in horne_prune() macro
190 var_AUTO(col, fcs_state_get_col(the_state, stack_idx)); in horne_prune()
225 const fcs_card card = fcs_freecell_card(the_state, fc); in horne_prune()
237 fcs_empty_freecell(the_state, fc); in horne_prune()
312 #define the_state (init_state_kv_ptr->s) macro
318 if (fcs_foundation_value(the_state, suit) < RANK_KING) in is_state_solved()
347 const_AUTO(col, fcs_state_get_col(the_state, stack_idx)); in instance_solver_thread_calc_derived_states()
381 const_AUTO(card, fcs_freecell_card(the_state, fc_idx)); in instance_solver_thread_calc_derived_states()
413 const_AUTO(col, fcs_state_get_col(the_state, stack_idx)); in instance_solver_thread_calc_derived_states()
442 const_AUTO(card, fcs_freecell_card(the_state, fc_idx)); in instance_solver_thread_calc_derived_states()
[all …]
/dports/games/magiccube4d/magiccube4d-src-2_2/
H A DPuzzlest.cpp45 the_state[i] = i / nstickersperface; in reset()
52 if(the_state[i] != in isSolved()
53 the_state[i / nstickersperface * nstickersperface]) in isSolved()
60 return the_state[id]; in idToColor()
141 dest[tempsticker.id_within_cube] = the_state[i]; in applyMove()
146 dest[i] = the_state[i]; in applyMove()
151 the_state[i] = dest[i]; in applyMove()
160 fprintf(fp, "%d", the_state[i]); in dump()
203 the_state[i] = temp_state[i]; in read()
/dports/devel/allegro5/allegro5-5.2.7.0/src/win/
H A Dwkeyboard.c33 static ALLEGRO_KEYBOARD_STATE the_state; variable
150 memset(&the_state, 0, sizeof the_state); in init_keyboard()
216 the_state.display = disp; in get_keyboard_state()
217 *ret_state = the_state; in get_keyboard_state()
227 memset(&the_state, 0, sizeof(the_state)); in clear_keyboard_state()
360 actual_repeat = repeated && _AL_KEYBOARD_STATE_KEY_DOWN(the_state, my_code); in _al_win_kbd_handle_key_press()
361 _AL_KEYBOARD_STATE_SET_KEY_DOWN(the_state, my_code); in _al_win_kbd_handle_key_press()
447 _AL_KEYBOARD_STATE_CLEAR_KEY_DOWN(the_state, my_code); in _al_win_kbd_handle_key_release()
452 if (my_code == ALLEGRO_KEY_LSHIFT && _AL_KEYBOARD_STATE_KEY_DOWN(the_state, ALLEGRO_KEY_RSHIFT)) in _al_win_kbd_handle_key_release()
454 …else if (my_code == ALLEGRO_KEY_RSHIFT && _AL_KEYBOARD_STATE_KEY_DOWN(the_state, ALLEGRO_KEY_LSHIF… in _al_win_kbd_handle_key_release()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dtrade_log.cpp93 State(void) : your_stuff(0), their_stuff(0), the_state(TLS_INIT) {} in State()
97 void exit(void) { if (the_state == TLS_ACCEPT) the_state = TLS_EXIT; else init(); } in exit()
100 void init(void) { the_state = TLS_INIT; } in init()
103 enum TRADE_LOG_STATE { TLS_INIT, TLS_ACCEPT, TLS_EXIT } the_state; member in Trade_Log::State
131 the_state = TLS_ACCEPT; in accepted()
139 if ((trade_log_mode == TRADE_LOG_NONE) || (the_state != TLS_EXIT)) in completed()
/dports/devel/allegro5/allegro5-5.2.7.0/src/android/
H A Dandroid_keyboard.c11 static ALLEGRO_KEYBOARD_STATE the_state; variable
59 *ret_state = the_state; in android_get_keyboard_state()
68 memset(&the_state, 0, sizeof(the_state)); in android_clear_keyboard_state()
101 _AL_KEYBOARD_STATE_CLEAR_KEY_DOWN(the_state, scancode); in android_keyboard_handle_event()
104 _AL_KEYBOARD_STATE_SET_KEY_DOWN(the_state, scancode); in android_keyboard_handle_event()
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Ddialog.c35 } the_state; variable
46 the_state.group_window = group_window; in dlg_group_set()
51 the_state.window_pos = pos; in dlg_position_set()
59 the_state.main_window = win; in dlg_main_window_set()
125 dlg->dlg = win_dialog_open(GTK_WIDGET(the_state.main_window)); in dlg_dialog_sync_new()
126 gtk_window_set_position(GTK_WINDOW(dlg->dlg), the_state.window_pos); in dlg_dialog_sync_new()
251 dlg->dlg = win_dialog_open(GTK_WIDGET(the_state.main_window)); in dlg_dialog_async_new()
252 gtk_window_set_position(&GTK_DIALOG(dlg->dlg)->window, the_state.window_pos); in dlg_dialog_async_new()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/expr/
H A Dcast3.C18 MyState the_state; in main() local
20 the_state = (MyState)GetDouble(); // { dg-bogus "invalid cast" } in main()

12