Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/miniaig/
H A DabcOper.h101 ABC_OPER_ARI_DIV, // 54 enumerator
198 if ( Type == ABC_OPER_ARI_DIV ) return "/"; in Abc_OperName()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcNdr.c90 if ( Type == ABC_OPER_ARI_DIV ) return WLC_OBJ_ARI_DIVIDE; // 46: arithmetic division in Ndr_TypeNdr2Wlc()
150 if ( Type == WLC_OBJ_ARI_DIVIDE ) return ABC_OPER_ARI_DIV; // 46: arithmetic division in Ndr_TypeWlc2Ndr()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wln/
H A DwlnWriteVer.c437 else if ( Wln_ObjType(p, iObj) == ABC_OPER_ARI_DIV ) in Wln_WriteVerInt()