Home
last modified time | relevance | path

Searched refs:v_one_ago (Results 1 – 20 of 20) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dspellcheck.c64 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
70 v_one_ago[i] = i; in get_edit_distance()
79 printf ("%i ", v_one_ago[j]); in get_edit_distance()
94 edit_distance_t insertion = v_one_ago[j + 1] + 1; in get_edit_distance()
95 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
109 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
110 v_one_ago[j] = v_next[j]; in get_edit_distance()
124 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819915 "v_one_ago".
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dspellcheck.c64 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
70 v_one_ago[i] = i; in get_edit_distance()
79 printf ("%i ", v_one_ago[j]); in get_edit_distance()
94 edit_distance_t insertion = v_one_ago[j + 1] + 1; in get_edit_distance()
95 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
109 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
110 v_one_ago[j] = v_next[j]; in get_edit_distance()
124 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819917 "v_one_ago".
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dspellcheck.c64 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
70 v_one_ago[i] = i; in get_edit_distance()
79 printf ("%i ", v_one_ago[j]); in get_edit_distance()
94 edit_distance_t insertion = v_one_ago[j + 1] + 1; in get_edit_distance()
95 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
109 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
110 v_one_ago[j] = v_next[j]; in get_edit_distance()
124 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819915 "v_one_ago".
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dspellcheck.c64 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
70 v_one_ago[i] = i; in get_edit_distance()
79 printf ("%i ", v_one_ago[j]); in get_edit_distance()
94 edit_distance_t insertion = v_one_ago[j + 1] + 1; in get_edit_distance()
95 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
109 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
110 v_one_ago[j] = v_next[j]; in get_edit_distance()
124 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819917 "v_one_ago".
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dspellcheck.c64 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
70 v_one_ago[i] = i; in get_edit_distance()
79 printf ("%i ", v_one_ago[j]); in get_edit_distance()
94 edit_distance_t insertion = v_one_ago[j + 1] + 1; in get_edit_distance()
95 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
109 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
110 v_one_ago[j] = v_next[j]; in get_edit_distance()
124 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819915 "v_one_ago".
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dspellcheck.c64 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
70 v_one_ago[i] = i; in get_edit_distance()
79 printf ("%i ", v_one_ago[j]); in get_edit_distance()
94 edit_distance_t insertion = v_one_ago[j + 1] + 1; in get_edit_distance()
95 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
109 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
110 v_one_ago[j] = v_next[j]; in get_edit_distance()
124 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819917 "v_one_ago".
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dspellcheck.c72 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
78 v_one_ago[i] = i * BASE_COST; in get_edit_distance()
87 printf ("%i ", v_one_ago[j]); in get_edit_distance()
109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; in get_edit_distance()
110 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
124 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
125 v_one_ago[j] = v_next[j]; in get_edit_distance()
139 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819917 "v_one_ago".
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dspellcheck.c72 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
78 v_one_ago[i] = i * BASE_COST; in get_edit_distance()
87 printf ("%i ", v_one_ago[j]); in get_edit_distance()
109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; in get_edit_distance()
110 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
124 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
125 v_one_ago[j] = v_next[j]; in get_edit_distance()
139 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819917 "v_one_ago".
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dspellcheck.c72 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1]; in get_edit_distance() local
78 v_one_ago[i] = i * BASE_COST; in get_edit_distance()
87 printf ("%i ", v_one_ago[j]); in get_edit_distance()
109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST; in get_edit_distance()
110 edit_distance_t substitution = v_one_ago[j] + cost; in get_edit_distance()
124 v_two_ago[j] = v_one_ago[j]; in get_edit_distance()
125 v_one_ago[j] = v_next[j]; in get_edit_distance()
139 delete[] v_one_ago; in get_edit_distance()
H A DChangeLog-201819917 "v_one_ago".
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dspellcheck.c72 edit_distance_t *v_one_ago = new edit_distance_t[len_s + 1];
78 v_one_ago[i] = i * BASE_COST;
87 printf ("%i ", v_one_ago[j]);
109 edit_distance_t insertion = v_one_ago[j + 1] + BASE_COST;
110 edit_distance_t substitution = v_one_ago[j] + cost;
124 v_two_ago[j] = v_one_ago[j];
125 v_one_ago[j] = v_next[j];
139 delete[] v_one_ago;
H A DChangeLog-201819917 "v_one_ago".