Home
last modified time | relevance | path

Searched refs:uBEGIN_ST (Results 1 – 14 of 14) sorted by relevance

/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/src/
H A Dviterbi.c185 if (icm[y].statetype == uBEGIN_ST) in allocate_mx()
296 else if (icm[y].statetype == uDEL_ST || icm[y].statetype == uBEGIN_ST) in init_mx()
312 if (icm[y].statetype == uBEGIN_ST) in init_mx()
380 case uBEGIN_ST: in recurse_mx()
431 if (st->statetype == uBEGIN_ST) in recurse_mx()
498 curr_tr = AttachTrace(tr, NULL, 0, N-1, 0, uBEGIN_ST); in trace_mx()
539 PushTracestack(dolist, AttachTrace(curr_tr, NULL, i-1, j-1, icm[y].tmx[1], uBEGIN_ST)); in trace_mx()
554 icm[y].tmx[1], uBEGIN_ST)); in trace_mx()
556 icm[y].tmx[0], uBEGIN_ST)); in trace_mx()
574 case uBEGIN_ST: in trace_mx()
[all …]
H A Dmodel.c226 tflags = uBEGIN_ST; in RearrangeCM()
259 fflags = uBEGIN_ST; in RearrangeCM()
264 fflags = uBEGIN_ST | uINSL_ST; in RearrangeCM()
270 fflags = uBEGIN_ST | uINSL_ST | uINSR_ST; in RearrangeCM()
299 else if (fflags & uBEGIN_ST) in RearrangeCM()
467 tflags & uBEGIN_ST || tflags & uEND_ST) in copy_state_transitions()
567 fflags = uBEGIN_ST; in MakePCM()
572 fflags = uBEGIN_ST | uINSL_ST; in MakePCM()
578 fflags = uBEGIN_ST | uINSL_ST | uINSR_ST; in MakePCM()
601 else if (fflags & uBEGIN_ST) in MakePCM()
[all …]
H A Ddbviterbi.c164 if (icm[y].statetype == uBEGIN_ST) in allocate_mx()
286 else if (icm[y].statetype == uDEL_ST || icm[y].statetype == uBEGIN_ST) in init_mx()
302 if (icm[y].statetype == uBEGIN_ST) in init_mx()
373 case uBEGIN_ST: in recurse_mx()
425 if (st->statetype == uBEGIN_ST) in recurse_mx()
H A Dfast-dbviterbi.c176 if (icm[y].statetype == uBEGIN_ST) in allocate_mx()
298 else if (icm[y].statetype == uDEL_ST || icm[y].statetype == uBEGIN_ST) in init_mx()
314 if (icm[y].statetype == uBEGIN_ST) in init_mx()
386 case uBEGIN_ST: in recurse_mx()
437 if (st->statetype == uBEGIN_ST) in recurse_mx()
H A Demit.c91 pick_transit(cm, 0, uBEGIN_ST, &newidx, &newtype); in EmitSequence()
110 Push_m2ali(emstack, cm->nd[oldidx].nxt2, uBEGIN_ST, newafter); in EmitSequence()
112 Push_m2ali(emstack, cm->nd[oldidx].nxt, uBEGIN_ST, oldafter); in EmitSequence()
227 pick_best_transit(cm, 0, uBEGIN_ST, &newidx, &newtype); in EmitBestSequence()
246 Push_m2ali(stack, cm->nd[oldidx].nxt2, uBEGIN_ST, new); in EmitBestSequence()
248 Push_m2ali(stack, cm->nd[oldidx].nxt, uBEGIN_ST, curr); in EmitBestSequence()
H A Dalign.c82 Push_m2ali(stack, cm->nd[oldidx].nxt2, uBEGIN_ST, newafter); in create_master()
85 Push_m2ali(stack, cm->nd[oldidx].nxt, uBEGIN_ST, oldafter); in create_master()
92 Push_m2ali(stack, cm->nd[oldidx].nxt, uBEGIN_ST, oldafter); in create_master()
100 Push_m2ali(stack, cm->nd[oldidx].nxt, uBEGIN_ST, newafter); in create_master()
169 case uBEGIN_ST: in Trace2ali()
H A Dsmallviterbi.c252 if (icm[y].statetype == uBEGIN_ST || icm[y].statetype == uBIFURC_ST) in allocate_mx()
263 if (icm[y].statetype == uBEGIN_ST) in allocate_mx()
418 else if (icm[y].statetype == uDEL_ST || icm[y].statetype == uBEGIN_ST) in init_mx()
434 if (icm[y].statetype == uBEGIN_ST || in init_mx()
511 case uBEGIN_ST: in recurse_mx()
573 if (st->statetype == uBEGIN_ST) in recurse_mx()
773 if (icm[y].statetype == uBEGIN_ST) in print_small_mx()
H A Dlengthdist.c72 case uBEGIN_ST: in LengthDistribution()
93 case uBEGIN_ST: in LengthDistribution()
H A Dmodelmaking.c155 PushTracestack(tr_stack, AttachTrace(tr, pool, -1, -1, 0, uBEGIN_ST)); in Transmogrify()
213 case BEGINL_NODE: curr_tr->type = uBEGIN_ST; break; in Transmogrify()
216 curr_tr->type = uBEGIN_ST; in Transmogrify()
228 curr_tr->type = uBEGIN_ST; in Transmogrify()
H A Dkonings.c69 case uBEGIN_ST: in Align2kh()
137 case uBEGIN_ST: in PrintAliLandscape()
H A Dstructs.c45 case uBEGIN_ST: return BEGIN_ST; in StatetypeIndex()
76 case BEGINR_NODE: return uBEGIN_ST; in UniqueStatetype()
H A Dstructs.h67 #define uBEGIN_ST (1<<6) macro
H A Ddebug.c30 case uBEGIN_ST: return "uBEGIN_ST"; in UstatetypeName()
H A Dtrace.c61 new->type = uBEGIN_ST; in InitTrace()