HomeSort by: relevance | last modified time | path
    Searched defs:insertion (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
spellcheck.cc 109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; local
111 edit_distance_t cheapest = MIN (deletion, insertion);
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.cc 109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; local
111 edit_distance_t cheapest = MIN (deletion, insertion);
  /src/external/gpl2/texinfo/dist/makeinfo/
insertion.h 1 /* $NetBSD: insertion.h,v 1.4 2025/12/31 22:18:50 oster Exp $ */
3 /* insertion.h -- declarations for insertion.c.
4 Id: insertion.h,v 1.10 2004/04/11 17:56:47 karl Exp
25 /* Must match list in insertion.c. */
48 int insertion; member in struct:istack_elt
  /src/external/mit/isl/dist/
isl_ast_build.c 1527 /* Update the "options" to reflect the insertion of a dimension
1529 * "space" is the original domain space before the insertion and
1552 isl_union_map *insertion; local
1567 insertion = isl_union_map_empty(isl_union_map_get_space(options));
1575 insertion = isl_union_map_add_map(insertion, map_type);
1581 insertion = isl_union_map_add_map(insertion, map);
1583 options = isl_union_map_apply_range(options, insertion);
1590 * to reflect the insertion of a dimension at (global) position "pos
    [all...]

Completed in 61 milliseconds