Home
last modified time | relevance | path

Searched refs:BitVectorType (Results 1 – 15 of 15) sorted by relevance

/dports/math/dune-functions/dune-functions-1882b3ec0a14b211dd077f0d5e6455495e28c35d/examples/
H A Dinterpolation.cc147 using BitVectorType in main() typedef
150 BitVectorType isBoundary; in main()
H A Dstokes-taylorhood.cc375 using BitVectorType = BlockVector<BlockVector<FieldVector<char,1> > >; in main() typedef
405 using BitVectorType in main() typedef
408 BitVectorType isBoundary; in main()
H A Dpoisson-mfem.cc392 using BitVectorType = BlockVector<BlockVector<FieldVector<char,1> > >; in main() typedef
394 BitVectorType isTopBoundary; in main()
395 BitVectorType isLowerBoundary; in main()
/dports/math/cvc4/CVC4-1.7/src/expr/
H A Dtype.h51 class BitVectorType; variable
536 class CVC4_PUBLIC BitVectorType : public Type {
539 BitVectorType(const Type& type = Type());
H A Dtype.cpp445 BitVectorType::BitVectorType(const Type& t) : Type(t) in BitVectorType() function in CVC4::BitVectorType
505 unsigned BitVectorType::getSize() const { in getSize()
H A Dexpr_manager_template.h380 BitVectorType mkBitVectorType(unsigned size) const;
H A Dexpr_manager_template.cpp637 BitVectorType ExprManager::mkBitVectorType(unsigned size) const { in mkBitVectorType()
639 return BitVectorType(Type(d_nodeManager, new TypeNode(d_nodeManager->mkBitVectorType(size)))); in mkBitVectorType()
/dports/math/cvc4/CVC4-1.7/src/printer/cvc/
H A Dcvc_printer.cpp708 out << BitVectorType(n.getType().toType()).getSize(); in toStream()
715 out << BitVectorType(n.getType().toType()).getSize(); in toStream()
731 out << BitVectorType(n.getType().toType()).getSize(); in toStream()
745 out << BitVectorType(n.getType().toType()).getSize(); in toStream()
752 out << BitVectorType(n.getType().toType()).getSize(); in toStream()
788 out << ", " << BitVectorType(n.getType().toType()).getSize() << ')'; in toStream()
/dports/math/cvc4/CVC4-1.7/examples/hashsmt/
H A Dword.cpp144 BitVectorType type = d_expr.getType(); in size()
/dports/math/cvc4/CVC4-1.7/src/proof/
H A Dproof_utils.h104 BitVectorType bv(type); in getSize()
/dports/lang/solidity/solidity_0.8.11/libsmtutil/
H A DCVC4Interface.cpp234 auto size = CVC4::BitVectorType(type).getSize(); in toCVC4Expr()
/dports/math/py-pysmt/pysmt-0.9.0/pysmt/solvers/
H A Dcvc4.py606 type_ = CVC4.BitVectorType(type_)
/dports/math/cvc4/CVC4-1.7/src/parser/cvc/
H A DCvc.g612 unsigned size = BitVectorType(f.getType()).getSize(); \
1794 unsigned n = BitVectorType(f.getType()).getSize();
1981 { unsigned n = BitVectorType(f.getType()).getSize();
1989 { unsigned n = BitVectorType(f.getType()).getSize();
/dports/math/cvc4/CVC4-1.7/src/parser/smt2/
H A Dsmt2.cpp639 unsigned sz = ((BitVectorType)type).getSize(); in mkSygusConstantsForType()
/dports/math/cvc4/CVC4-1.7/src/api/
H A Dcvc4cpp.cpp932 return static_cast<BitVectorType*>(d_type.get())->getSize(); in getBVSize()