Home
last modified time | relevance | path

Searched refs:SBVREM (Results 1 – 22 of 22) sorted by relevance

/dports/math/stp/stp-2.3.3/tests/generated-tests/generators/
H A DmulDivRem.cpp93 else if (SBVREM == k) in getSignedResult()
175 go(4, aS, bS, getSignedResult(aS, SBVREM, bS), "bvsrem"); in testSolver()
/dports/math/stp/stp-2.3.3/include/stp/Simplifier/
H A DStrengthReduction.h132 kind == SBVREM) in topLevel()
160 else if (kind == SBVREM) in topLevel()
271 k == SBVREM || k == BVSX)) in topLevel()
327 case SBVREM: in topLevel()
H A DUnsignedIntervalAnalysis.h706 case SBVREM: in visit()
/dports/math/stp/stp-2.3.3/lib/Simplifier/
H A DDifficultyScore.cpp38 k == SBVREM || k == SBVMOD; in isLikeDivision()
H A Dconsteval.cpp329 case SBVREM: in NonMemberBVConstEvaluator()
338 if (k == SBVREM) in NonMemberBVConstEvaluator()
H A DSimplifier.cpp3148 case SBVREM: in simplify_term_switch()
/dports/math/stp/stp-2.3.3/lib/Printer/
H A DPLPrinter.cpp58 case SBVREM: in functionToCVCName()
241 case SBVREM: in PL_Print1()
H A DSMTLIBPrinter.cpp261 case SBVREM: in functionToSMTLIBName()
H A DCPrinter.cpp189 case SBVREM: in C_Print1()
/dports/math/stp/stp-2.3.3/lib/AST/
H A DASTKind.kinds48 SBVREM 2 2 Term
H A DASTmisc.cpp409 case SBVREM: in BVTypeCheck_term_kind()
/dports/math/stp/stp-2.3.3/tools/time_constantbitprop/
H A Dtime_cbitp.cpp227 run_with_various_prob(signedRemainder, output, stp::SBVREM); in main()
/dports/math/stp/stp-2.3.3/lib/Simplifier/constantBitP/
H A DConstantBitPropagation.cpp719 case SBVREM: in dispatchToTransferFunctions()
758 else if (k == SBVREM) in dispatchToTransferFunctions()
/dports/math/stp/stp-2.3.3/tools/test_constantbitprop/
H A Dtest_cbitp.cpp443 kind == SBVREM) in some_random_tests()
815 random_tests(&signedRemainder, SBVREM); in random_tests()
1044 signature.kind = SBVREM; in check_bvdiv_mod_mult()
/dports/math/stp/stp-2.3.3/lib/AST/NodeFactory/
H A DSimplifyingNodeFactory.cpp43 using stp::SBVREM;
1643 case SBVREM: in CreateTerm()
1665 NodeFactory::CreateTerm(SBVREM, width, children[0], children[1][0]); in CreateTerm()
1675 …result = bm.CreateTerm(BVUMINUS,width,bm.CreateTerm(SBVREM,width,children[0][0],children[1]));//1… in CreateTerm()
1720 result = NodeFactory::CreateTerm(SBVREM,width,one,children[1]); //8883 -> 206 | 1566 ms in CreateTerm()
/dports/math/stp/stp-2.3.3/lib/Parser/
H A Dsmt2.y82 using stp::SBVREM; //!< Signed bitvector remainder
136 using stp::SBVREM; //!< Signed bitvector remainder
1229 ASTNode * n = stp::GlobalParserInterface->newNode(SBVREM, width, *$2, *$3);
H A Dcvc.y1006 ASTNode * n = new ASTNode(GlobalParserInterface->nf->CreateTerm(SBVREM, $3, *$5, *$7));
H A Dsmt.y893 ASTNode * n = GlobalParserInterface->newNode(SBVREM, width, *$2, *$3);
/dports/math/stp/stp-2.3.3/include/stp/
H A Dc_interface.h1054 SBVREM, //!< Signed bitvector remainder enumerator
/dports/math/stp/stp-2.3.3/lib/AbsRefineCounterExample/
H A DArrayTransformer.cpp141 if (SBVREM == in.GetKind()) in TranslateSignedDivModRem()
/dports/math/stp/stp-2.3.3/lib/Interface/
H A Dc_interface.cpp1190 return createBinaryTerm(vc, n_bits, stp::SBVREM, left, right); in vc_sbvRemExpr()
/dports/math/stp/stp-2.3.3/lib/ToSat/
H A DBitBlaster.cpp885 case SBVREM: in BBTerm()