Home
last modified time | relevance | path

Searched refs:sum_proj (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp1225 std::unique_ptr<STATS[]> sum_proj(new STATS[textord_pitch_range * 2 + 1]); // summed projection in tune_row_pitch2() local
1228 sum_proj[textord_pitch_range + pitch_delta].set_range(0, best_pitch + pitch_delta + 1); in tune_row_pitch2()
1232 sum_proj[textord_pitch_range + pitch_delta].add( in tune_row_pitch2()
1236 best_count = sum_proj[textord_pitch_range].pile_count(0); in tune_row_pitch2()
1241 if (sum_proj[textord_pitch_range + pitch_delta].pile_count(pixel) < best_count) { in tune_row_pitch2()
1242 best_count = sum_proj[textord_pitch_range + pitch_delta].pile_count(pixel); in tune_row_pitch2()
1258 sum_proj[textord_pitch_range + best_delta].pile_count(start % best_pitch) <= best_count; in tune_row_pitch2()
1264 sum_proj[textord_pitch_range + best_delta].pile_count(end % best_pitch) <= best_count; in tune_row_pitch2()
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/typing-gadts/
H A Ddynamic_frisch.ml273 { sum_proj: 'a -> string * 'e ty_dyn option;
320 sum_proj : 'a -> string * 'e ty_dyn option;
387 let tag, arg = ops.sum_proj v in
487 Sum { sum_proj = proj; sum_inj = inj; sum_cases =
494 {sum_proj = <fun>;
517 sum_proj = (function
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/typing-gadts/
H A Ddynamic_frisch.ml273 { sum_proj: 'a -> string * 'e ty_dyn option;
320 sum_proj : 'a -> string * 'e ty_dyn option;
387 let tag, arg = ops.sum_proj v in
487 Sum { sum_proj = proj; sum_inj = inj; sum_cases =
494 {sum_proj = <fun>;
517 sum_proj = (function
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/parsetree/
H A Dsource.ml1183 { sum_proj: 'a -> string * 'e ty_dyn option;
1258 let tag, arg = ops.sum_proj v in
1316 Sum { sum_proj = proj; sum_inj = inj; sum_cases =
1330 sum_proj = (function
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/parsetree/
H A Dsource.ml1183 { sum_proj: 'a -> string * 'e ty_dyn option;
1258 let tag, arg = ops.sum_proj v in
1316 Sum { sum_proj = proj; sum_inj = inj; sum_cases =
1330 sum_proj = (function