Home
last modified time | relevance | path

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

/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DRingZZ.C833 const RingZZImpl* ZZptr = dynamic_cast<const RingZZImpl*>(ZZ.myRawPtr()); in RingZZStillInUse() local
835 if (ZZptr->myRefCount() > 3) in RingZZStillInUse()
836 …std::cerr << "ERROR!!! RingZZ refcount = " << ZZptr->myRefCount() << " but should be 3." << std::… in RingZZStillInUse()
838 …return ZZptr->myRefCount() > 3; // copy in GlobalManager & as base ring of RingQQ & in RingQQ embe… in RingZZStillInUse()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DRingZZ.C833 const RingZZImpl* ZZptr = dynamic_cast<const RingZZImpl*>(ZZ.myRawPtr()); in RingZZStillInUse() local
835 if (ZZptr->myRefCount() > 3) in RingZZStillInUse()
836 …std::cerr << "ERROR!!! RingZZ refcount = " << ZZptr->myRefCount() << " but should be 3." << std::… in RingZZStillInUse()
838 …return ZZptr->myRefCount() > 3; // copy in GlobalManager & as base ring of RingQQ & in RingQQ embe… in RingZZStillInUse()
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dqz.cc310 double *ZZptr = ZZ.fortran_vec (); variable
312 std::fill_n (ZZptr, ZZ.numel (), 0.0);