Home
last modified time | relevance | path

Searched refs:testword (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/lib/
H A Dworddiff.c119 gen testword[TESTWORDLEN]; in add_wd_fsa() local
147 testword[l] = g2; in add_wd_fsa()
148 testword[l + 1] = 0; in add_wd_fsa()
153 testword[l + 1] = 0; in add_wd_fsa()
158 testword[l + 1] = g2; in add_wd_fsa()
159 testword[l + 2] = 0; in add_wd_fsa()
200 gen testword[TESTWORDLEN]; in make_full_wd_fsa() local
214 ptri = testword; in make_full_wd_fsa()
325 testword[0] = i; in calculate_inverses()
326 testword[1] = j; in calculate_inverses()
[all …]
H A Dworddcos.c135 gen testword[TESTWORDLEN]; in add_wd_fsa_cos() local
144 *testword = 0; in add_wd_fsa_cos()
154 testword[l] = *wd2; in add_wd_fsa_cos()
155 testword[l + 1] = 0; in add_wd_fsa_cos()
214 testword[l] = g2; in add_wd_fsa_cos()
215 testword[l + 1] = 0; in add_wd_fsa_cos()
220 testword[l + 1] = 0; in add_wd_fsa_cos()
225 testword[l + 1] = g2; in add_wd_fsa_cos()
226 testword[l + 2] = 0; in add_wd_fsa_cos()
268 gen testword[TESTWORDLEN]; in make_full_wd_fsa_cos() local
[all …]
H A Dfsaminkb.c534 genstrcpy(testword, stw); in fsa_diff()
535 testword[l] = g2; in fsa_diff()
536 testword[l + 1] = 0; in fsa_diff()
539 testword[0] = inv[g1]; in fsa_diff()
540 genstrcpy(testword + 1, stw); in fsa_diff()
541 testword[l + 1] = 0; in fsa_diff()
544 testword[0] = inv[g1]; in fsa_diff()
545 genstrcpy(testword + 1, stw); in fsa_diff()
546 testword[l + 1] = g2; in fsa_diff()
547 testword[l + 2] = 0; in fsa_diff()
[all …]
/dports/biology/exonerate/exonerate-2.4.0/src/struct/
H A Dvfsm.test.c24 register gchar *testword; in main() local
37 testword = "ACGTAACCGGTT"; in main()
38 g_message("Using test word [%s]", testword); in main()
39 state = VFSM_word2state(vfsm, testword); in main()
/dports/irc/quirc/quirc-0.9.84/
H A Dcomplete.cc127 char *testword = 0; in expandmatch() local
136 testword = strdup(thelist.trav()->c_str()); in expandmatch()
138 max = testword; in expandmatch()
140 orig = strdup(testword); in expandmatch()
143 if (!ccase) strlow(testword); in expandmatch()
146 lentw = strlen(testword); in expandmatch()
150 tmpfull = testword; in expandmatch()
153 if (tmpfull != testword && tmpfull != NULL) { in expandmatch()
155 while((ptr - i + 1) != testword) { in expandmatch()
174 tmpfull = testword; in expandmatch()
[all …]
/dports/math/gap/gap-4.11.0/pkg/MapClass-1.4.4/lib/
H A Dtable.gi89 # local testword, fingerfun;
90 # testword:= List([1..numtestwords], i -> RanFreeWord(fgp, absgens, ourR));
92 # return List(testword, x -> Order(MappedWord(x, absgens, tuple)));
113 # ## Given a tuple and testword return a fingerprint
114 # InstallGlobalFunction(Getfprint, function(tuple, testword, absgens)
115 # return List(testword, x -> Order(MappedWord(x, absgens, tuple)));
140 # InstallGlobalFunction(LookUpTupleF, function(tuple, testword, absgens,
143 # fprint:=Getfprint(tuple, testword, absgens, hashlength);
/dports/math/gap/gap-4.11.0/pkg/kbmag-1.5.9/standalone/src/
H A Dgpcheckmult.c110 gen testword[MAXREDUCELEN]; /* for word reduction */ in main() local
340 genstrcpy(testword, eqnptr[i].lhs); in main()
341 reduce_word(testword, &rs_wd); in main()
342 tmalloc(eqnptr[i].rhs, gen, genstrlen(testword) + 1); in main()
343 genstrcpy(eqnptr[i].rhs, testword); in main()
H A Dgpchecksubwa.c60 static gen *subgen[MAXSUBGENS], testword[MAXWORDLEN + 1], **badwords; variable
601 if (!read_word(rfile, testword, testword + maxwordlen, &delim, names, ngens, in read_subgpgens()
611 tmalloc(subgen[nsubgens], gen, genstrlen(testword) + 1); in read_subgpgens()
612 genstrcpy(subgen[nsubgens], testword); in read_subgpgens()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/converter/
H A Dcrystal2qmc.cpp249 string calctype, testword; in main() local
624 string testword; in get_crystal_latvec() local
625 while(infile >> testword) { in get_crystal_latvec()
637 if(testword == "DIRECT") { in get_crystal_latvec()
641 infile >> testword; //(A.U.) in get_crystal_latvec()
642 if(testword=="(A.U.)") { in get_crystal_latvec()
645 infile >> testword; in get_crystal_latvec()
647 infile >> testword; in get_crystal_latvec()
981 string testword; in get_crystal_pseudo() local
982 while (infile >> testword) { in get_crystal_pseudo()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1
/dports/sysutils/u-boot-sopine/u-boot-2021.07/doc/
H A DREADME.mpc83xx.ddrecc18 the 'ecc testdw' 'ecc testword' command (see example 'Injecting Multiple-Bit
88 => ecc testword 200000 1

123456789