Home
last modified time | relevance | path

Searched refs:getCV (Results 1 – 2 of 2) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/SBVTestSuite/Utils/
H A DSBVTestFramework.hs194 let getCV vnm (SBV (SVal _ (Left c))) = (vnm, c) function
195getCV vnm (SBV (SVal k _ )) = error $ "qc2.getCV: Impossible happened, non-CV value while ex… function
197 vals = [ getCV "i" (literal i)
198 , getCV "Expected" (literal expected)
202 … Right v -> showModel defaultSMTCfg (SMTModel [] Nothing (vals ++ [getCV "Result" (literal v)]) [])
252 let getCV vnm (SBV (SVal _ (Left c))) = (vnm, c) function
253getCV vnm (SBV (SVal k _ )) = error $ "qc2.getCV: Impossible happened, non-CV value while ex… function
255 vals = [ getCV "i1" (literal i1)
256 , getCV "i2" (literal i2)
257 , getCV "Expected" (literal expected)
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/analysis/
H A DAnalysisVisitor.hxx120 inline ConstantVisitor & getCV() in getCV() function in analysis::AnalysisVisitor