Home
last modified time | relevance | path

Searched refs:getscore (Results 1 – 7 of 7) sorted by relevance

/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dalign.cc176 inline int64_t getscore(int64_t * score_matrix, char a, char b) in getscore() function
273 h += getscore(score_matrix, dseq[j], qseq[i]); in nw_align()
402 score += getscore(score_matrix, dseq[j-1], qseq[i-1]); in nw_align()
/dports/benchmarks/nbench/nbench-byte-2.2.3/
H A Dnbench0.c772 myscores[i]=getscore(fid); in bench_with_confidence()
820 newscore=getscore(fid); in bench_with_confidence()
828 myscores[*numtries]=getscore(fid); in bench_with_confidence()
956 static double getscore(int fid) in getscore() function
H A Dnbench0.h315 static double getscore(int fid);
/dports/games/xmines/xmines/
H A Dxmines.c117 newScore(getscore());
127 getscore() in getscore() function
H A DX11.c757 nscore = getscore();
765 sprintf(s,"%6d",getscore());
/dports/games/openglad/openglad-0.98/src/
H A Dwalker.cpp1192 short getscore=0; in attack() local
1199 getscore = 1; in attack()
1308 if (getscore) in attack()
1356 if (getscore) in attack()
1385 if (getscore) in attack()
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dengine.cpp1166 static int32_t getscore(int32_t w1c, int32_t w1f, int32_t w2c, int32_t w2f) in getscore() function
1283 tmp[0] = getscore(cz[0],fz[0], cz[2],fz[2]); in checksectorpointer()
1284 tmp[1] = getscore(cz[1],fz[1], cz[3],fz[3]); in checksectorpointer()