Home
last modified time | relevance | path

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

/dports/biology/exonerate/exonerate-2.4.0/src/comparison/
H A Dwordhood.h82 } WordHood; typedef
84 WordHood *WordHood_create(WordHood_Alphabet *wha,
97 void WordHood_destroy(WordHood *wh);
98 void WordHood_info(WordHood *wh);
100 void WordHood_traverse(WordHood *wh, WordHood_Traverse_Func whtf,
H A Dwordhood.c168 WordHood *WordHood_create(WordHood_Alphabet *wha, in WordHood_create()
170 register WordHood *wh = g_new(WordHood, 1); in WordHood_create()
184 void WordHood_destroy(WordHood *wh){ in WordHood_destroy()
192 static void WordHood_set_word(WordHood *wh, gchar *word, gint len, in WordHood_set_word()
232 void WordHood_info(WordHood *wh){ in WordHood_info()
245 static gint WordHood_score_pos(WordHood *wh){ in WordHood_score_pos()
251 static gchar *WordHood_copy_member(WordHood *wh, gint member){ in WordHood_copy_member()
257 static gboolean WordHood_Traverser_next(WordHood *wh){ in WordHood_Traverser_next()
303 static gboolean WordHood_word_is_valid(WordHood *wh){ in WordHood_word_is_valid()
313 static gint WordHood_score_word(WordHood *wh){ in WordHood_score_word()
[all …]
H A Dwordhood.test.c32 register WordHood *wh; in Argument_main()
H A Dpcr.h86 WordHood *wordhood;
H A Dhspset.h149 WordHood *wordhood;
/dports/biology/exonerate/exonerate-2.4.0/
H A DChangeLog104 o Changed WordHood to work in codon space
239 o Changed WordHood generation algorithm to utilise
/dports/biology/exonerate/exonerate-2.4.0/src/database/
H A Dindex.c1242 WordHood *wh, GArray *word_seed_list){ in Index_expand_word_seed_list()