Home
last modified time | relevance | path

Searched refs:C4_Model_add_state (Results 1 – 9 of 9) sorted by relevance

/dports/biology/exonerate/exonerate-2.4.0/src/model/
H A Dphase.c483 phase1pre_state = C4_Model_add_state(model, name); in Phase_create()
486 phase1post_state = C4_Model_add_state(model, name); in Phase_create()
489 phase2pre_state = C4_Model_add_state(model, name); in Phase_create()
492 phase2post_state = C4_Model_add_state(model, name); in Phase_create()
H A Daffine.c193 insert_state = C4_Model_add_state(affine, "insert"); in Affine_create()
194 delete_state = C4_Model_add_state(affine, "delete"); in Affine_create()
H A Dedit_distance.c53 *main_state = C4_Model_add_state(edit_distance, "main"); in EditDistance_create()
H A Dner.c83 ner_state = C4_Model_add_state(ner, "ner"); in NER_create()
H A Dframeshift.c79 register C4_State *frameshift_state = C4_Model_add_state(model, in Frameshift_add()
H A Dungapped.c118 match_state = C4_Model_add_state(ungapped, "match"); in Ungapped_CalcElements()
H A Dintron.c632 intron_state = C4_Model_add_state(model, name); in Intron_create()
/dports/biology/exonerate/exonerate-2.4.0/src/c4/
H A Dc4.c375 C4_State *C4_Model_add_state(C4_Model *model, gchar *name){ in C4_Model_add_state() function
534 C4_Model_add_state(model, "START"), in C4_Model_create()
537 C4_Model_add_state(model, "END"), in C4_Model_create()
701 state_map[state->id] = C4_Model_add_state(model, name); in C4_Model_make_stereo()
800 = C4_Model_add_state(target, insert_state->name); in C4_Model_insert_states()
1749 state_map[i] = C4_Model_add_state(new_model, state->name); in C4_Model_copy()
2059 new_state = C4_Model_add_state(new_model, old_state->name); in C4_Model_segment_reuse_state()
H A Dc4.h219 C4_State *C4_Model_add_state(C4_Model *model, gchar *name);