Searched refs:bdd_ite (Results 1 - 5 of 5) sorted by relevance

/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/buddy/src/
H A Dbdd.h285 extern BDD bdd_ite(BDD, BDD, BDD);
482 friend bdd bdd_ite(const bdd &, const bdd &, const bdd &);
630 inline bdd bdd_ite(const bdd &f, const bdd &g, const bdd &h) function
631 { return bdd_ite(f.root, g.root, h.root); }
H A Dbddio.c557 root = bdd_addref( bdd_ite(bdd_ithvar(var), high, low) );
H A Dbvec.c725 bdd tmpres = bdd_addref( bdd_ite(right.bitvec[n],
756 sub.bitvec[n] = bdd_ite(isSmaller, divisor.bitvec[n], zero.bitvec[n]);
873 bdd remtmp = bdd_addref( bdd_ite(divLteRem,
H A Dbddop.c718 PROTO {* BDD bdd_ite(BDD f, BDD g, BDD h) *}
727 BDD bdd_ite(BDD f, BDD g, BDD h) function
/seL4-l4v-10.1.1/HOL4/examples/muddy/muddyC/
H A Dmuddy.c291 return mlbdd_make(bdd_ite(Bdd_val(x), Bdd_val(y), Bdd_val(z)));

Completed in 94 milliseconds