Home
last modified time | relevance | path

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

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/aig/miniaig/
H A DabcOper.h98 ABC_OPER_ARI_SUB, // 51 enumerator
195 if ( Type == ABC_OPER_ARI_SUB ) return "-"; in Abc_OperName()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wlc/
H A DwlcNdr.c88 … if ( Type == ABC_OPER_ARI_SUB ) return WLC_OBJ_ARI_SUB; // 44: arithmetic subtraction in Ndr_TypeNdr2Wlc()
148 … if ( Type == WLC_OBJ_ARI_SUB ) return ABC_OPER_ARI_SUB; // 44: arithmetic subtraction in Ndr_TypeWlc2Ndr()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/wln/
H A DwlnWriteVer.c433 else if ( Wln_ObjType(p, iObj) == ABC_OPER_ARI_SUB ) in Wln_WriteVerInt()