Home
last modified time | relevance | path

Searched refs:dominatedp (Results 1 – 3 of 3) sorted by relevance

/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddiag.c53 new->dominatedp = false;
103 return this->dominatedp; in Diag_dominatedp()
108 this->dominatedp = true; in Diag_set_dominatedp()
444 sub->dominatedp = true; in compute_dominance()
452 if (sub->dominatedp == false) { in compute_dominance()
465 sub->dominatedp = true; in compute_dominance()
473 if (sub->dominatedp == false) { in compute_dominance()
H A Ddiagdef.h13 bool dominatedp; member
H A Ddiagpool.c168 diag->dominatedp = false; in Diagpool_push()