Home
last modified time | relevance | path

Searched defs:DdCache (Results 1 – 4 of 4) sorted by relevance

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddInt.h316 typedef struct DdCache { struct
324 } DdCache; argument
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddInt.h323 typedef struct DdCache { struct
330 } DdCache; argument
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddInt.h323 typedef struct DdCache { struct
330 } DdCache; argument
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddInt.h236 typedef struct DdCache DdCache; typedef
368 struct DdCache { struct
369 DdNode *f,*g; /**< DDs */
370 ptruint h; /**< either operator or %DD */
371 DdNode *data; /**< already constructed %DD */
373 ptrint count; /**< statistical counter */