Home
last modified time | relevance | path

Searched refs:dealt_with (Results 1 – 6 of 6) sorted by relevance

/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropenglshader.cpp390 bool dealt_with = false; in opengl_compile_main_shader() local
395 dealt_with = true; in opengl_compile_main_shader()
402 dealt_with = true; in opengl_compile_main_shader()
405 if (!dealt_with) { in opengl_compile_main_shader()
/dports/textproc/link-grammar/link-grammar-5.8.0/data/en/words/
H A Dwords.v.1.p21 dealt_with
/dports/lang/ghc/ghc-8.10.7/compiler/typecheck/
H A DTcTyDecls.hs912 deflt | all dealt_with all_cons = []
928 dealt_with :: ConLike -> Bool
929 dealt_with (PatSynCon _) = False -- We can't predict overlap function
930 dealt_with con@(RealDataCon dc) =
/dports/devel/ppl/ppl-1.2/src/
H A DBD_Shape_templates.hh2116 std::deque<bool> dealt_with(space_dim + 1, false); in shortest_path_reduction_assign() local
2120 if (i != predecessor[i] && !dealt_with[i]) { in shortest_path_reduction_assign()
2135 dealt_with[predecessor_j] = true; in shortest_path_reduction_assign()
H A DOctagonal_Shape_templates.hh2998 std::deque<bool> dealt_with(successor_size, false); in compute_leaders() local
3001 if (!dealt_with[i]) { in compute_leaders()
3014 dealt_with[next_i] = true; in compute_leaders()
H A Dppl.hh.dist74052 std::deque<bool> dealt_with(successor_size, false);
74055 if (!dealt_with[i]) {
74068 dealt_with[next_i] = true;
82663 std::deque<bool> dealt_with(space_dim + 1, false);
82667 if (i != predecessor[i] && !dealt_with[i]) {
82676 // to update `dealt_with' because `j' is a leader.
82682 dealt_with[predecessor_j] = true;