Home
last modified time | relevance | path

Searched refs:st_s1 (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/aspell-ispell/aspell-0.60.8/misc/
H A Dpo-filter.c31 st_s1, enumerator
83 state = (c == 's') ? st_s1 : st_hide; in process()
87 case st_s1: in process()
/dports/textproc/aspell/aspell-0.60.8/misc/
H A Dpo-filter.c31 st_s1, enumerator
83 state = (c == 's') ? st_s1 : st_hide; in process()
87 case st_s1: in process()
/dports/biology/vt/vt-0.57721/
H A Dpaste_and_compute_features_sequential.cpp470 int32_t st_s1 = 0; in paste_and_compute_features_sequential() local
507 st_s1 += ((p_st[0][l] == 'F') ? 0 : 1); in paste_and_compute_features_sequential()
555 … float str = sqrt_dp_ra * compute_correlation( dp_ra, st_al, st_s1, st_s1, al_s1, al_s1, .1 ); in paste_and_compute_features_sequential()
H A Dpaste_genotypes.cpp490 int32_t st_s1 = 0; in paste_genotypes() local
527 st_s1 += ((p_st[0][l] == 'F') ? 0 : 1); in paste_genotypes()
575 … float str = sqrt_dp_ra * compute_correlation( dp_ra, st_al, st_s1, st_s1, al_s1, al_s1, .1 ); in paste_genotypes()