Home
last modified time | relevance | path

Searched refs:myVec (Results 1 – 25 of 61) sorted by relevance

123

/dports/math/cocoalib/CoCoALib-0.99712/include/CoCoA/
H A DDynamicBitset.H75 bool operator==(const DynamicBitset& rhs) const {return myVec==rhs.myVec;}
76 bool operator!=(const DynamicBitset& rhs) const {return myVec!=rhs.myVec;}
98 long myVecLen() const { return len(myVec); } in myVecLen()
101 std::vector<BitBlock> myVec;
195 myVec = rhs.myVec;
205 std::vector<BitBlock>::iterator it = myVec.begin();
215 std::vector<BitBlock>::iterator it = myVec.begin();
247 for ( ; ritr!=rhs.myVec.rend(); ++ritr, ++rit)
261 for ( ; itr!=rhs.myVec.end(); ++itr, ++it) in IamSubset()
273 for ( ; itr!=rhs.myVec.end(); ++itr, ++it) in IamDisjoint()
[all …]
H A DTmpPPVector.H53 long myLen() const { return len(myVec); } ///< size of the vector as a long in myLen()
54 …const PPWithMask& operator[](long i) const { CoCoA_ASSERT(0 <= i && i < myLen()); return myVec[i];…
86 std::vector<PPWithMask> myVec; variable
/dports/math/giacxcas/CoCoALib-0.99700/include/CoCoA/
H A DDynamicBitset.H75 bool operator==(const DynamicBitset& rhs) const {return myVec==rhs.myVec;}
76 bool operator!=(const DynamicBitset& rhs) const {return myVec!=rhs.myVec;}
98 long myVecLen() const { return len(myVec); } in myVecLen()
101 std::vector<BitBlock> myVec;
195 myVec = rhs.myVec;
205 std::vector<BitBlock>::iterator it = myVec.begin();
215 std::vector<BitBlock>::iterator it = myVec.begin();
247 for ( ; ritr!=rhs.myVec.rend(); ++ritr, ++rit)
261 for ( ; itr!=rhs.myVec.end(); ++itr, ++it) in IamSubset()
273 for ( ; itr!=rhs.myVec.end(); ++itr, ++it) in IamDisjoint()
[all …]
H A DTmpPPVector.H53 long myLen() const { return len(myVec); } ///< size of the vector as a long in myLen()
54 …const PPWithMask& operator[](long i) const { CoCoA_ASSERT(0 <= i && i < myLen()); return myVec[i];…
86 std::vector<PPWithMask> myVec; variable
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/
H A DTmpPPVector.C87 swap(PPs1.myVec, PPs2.myVec); in swap()
133 out << PPs.myVec;
191 myVec = PPs.myVec; in PPVector()
209 { myVec.reserve(n); } in myReserve()
213 { myVec.clear(); } in myClear()
232 { myVec.push_back(pp); } in myPushBack()
244 sort(myVec.begin(), myVec.end(), PPWithMaskLessThan); in mySort()
285 myVec.clear(); in myLcms()
297 swap(myVec, res); in myLcms()
315 swap(myVec, res.myVec); in myAlexanderDual()
[all …]
H A DDynamicBitset.C53 myVec.resize((n-1)/ourNumBitsInBlock + 1); // all 0s in myResize()
87 myVec = rhs.myVec; in DynamicBitset()
96 for (vector<BitBlock>::const_iterator it=myVec.begin(); it!=myVec.end(); ++it) in IamAll1s()
113 vector<BitBlock>::const_reverse_iterator rit=myVec.rbegin(); in myOutputSelf()
118 for (++rit; rit!=myVec.rend(); ++rit) out << *rit; in myOutputSelf()
134 for (++rit; rit!=myVec.rend(); ++rit) in myOutputSelf8()
157 v.reserve(len(myVec)); in myOutputSelfLong()
158 transform(myVec.rbegin(), myVec.rend(), back_inserter(v), ToULong); in myOutputSelfLong()
166 … for (vector<DynamicBitset::BitBlock>::const_iterator it=b.myVec.begin(); it!=b.myVec.end(); ++it) in count()
179 DB.myVec[i] ^= All1s; in flip()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/
H A DTmpPPVector.C87 swap(PPs1.myVec, PPs2.myVec); in swap()
133 out << PPs.myVec;
191 myVec = PPs.myVec; in PPVector()
209 { myVec.reserve(n); } in myReserve()
213 { myVec.clear(); } in myClear()
232 { myVec.push_back(pp); } in myPushBack()
244 sort(myVec.begin(), myVec.end(), PPWithMaskLessThan); in mySort()
285 myVec.clear(); in myLcms()
297 swap(myVec, res); in myLcms()
315 swap(myVec, res.myVec); in myAlexanderDual()
[all …]
H A DDynamicBitset.C53 myVec.resize((n-1)/ourNumBitsInBlock + 1); // all 0s in myResize()
87 myVec = rhs.myVec; in DynamicBitset()
96 for (vector<BitBlock>::const_iterator it=myVec.begin(); it!=myVec.end(); ++it) in IamAll1s()
113 vector<BitBlock>::const_reverse_iterator rit=myVec.rbegin(); in myOutputSelf()
118 for (++rit; rit!=myVec.rend(); ++rit) out << *rit; in myOutputSelf()
134 for (++rit; rit!=myVec.rend(); ++rit) in myOutputSelf8()
157 v.reserve(len(myVec)); in myOutputSelfLong()
158 transform(myVec.rbegin(), myVec.rend(), back_inserter(v), ToULong); in myOutputSelfLong()
166 … for (vector<DynamicBitset::BitBlock>::const_iterator it=b.myVec.begin(); it!=b.myVec.end(); ++it) in count()
179 DB.myVec[i] ^= All1s; in flip()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/LocOpe/
H A DLocOpe_Prism.cxx58 myBase(Base), myVec(V), myIsTrans(Standard_False) in LocOpe_Prism()
72 myBase(Base), myVec(V), myTra(Vtra), myIsTrans(Standard_True) in LocOpe_Prism()
94 myVec = V; in Perform()
115 myVec = V; in Perform()
141 BRepSweep_Prism thePrism(theBase,myVec); in IntPerf()
283 Sqrt(myVec.X()*myVec.X()+myVec.Y()*myVec.Y()+myVec.Z()*myVec.Z()); in Curves()
288 gp_Ax1 theAx(spt(jj),myVec); in Curves()
311 gp_Ax1 newAx(bar,myVec); in Handle()
H A DLocOpe_LinearForm.cxx66 myVec = V; in Perform()
97 myVec = V; in Perform()
127 BRepSweep_Prism myPrism(theBase, myVec); in IntPerf()
/dports/cad/opencascade/opencascade-7.6.0/src/GeomFill/
H A DGeomFill_PlanFunc.cxx29 myVec = theV.XYZ(); in GeomFill_PlanFunc()
38 F = myVec.Dot(V); in Value()
47 D = myVec.Dot(dg.XYZ()); in Derivative()
59 F = myVec.Dot(V); in Values()
60 D = myVec.Dot(dg.XYZ()); in Values()
84 DFDT = DVec.Dot(V) - myVec.Dot(DPnt.XYZ()); in DEDT()
107 DFDT = DV.Dot(V) + myVec.Dot(DVDT); in D2E()
/dports/math/giacxcas/CoCoALib-0.99700/doc/CoCoALib-tasks/
H A DHTMLTasks.C89 const index::entry& myEntry(std::size_t i) const {return myVec[i];} in myEntry()
99 std::size_t mySize() const {return myVec.size();} in mySize()
107 std::vector<entry> myVec;
208 if (!myVec.empty()) LastEntry = myVec.back(); in index()
213 if (CmpTitles(myVec.back(), LastEntry)) in index()
214 PrintWarning(myVec.back().myTitle(), "wrong sorting"); in index()
238 myVec.push_back(entry(title)); in myAddEntry()
239 entry& e(myVec.back()); in myAddEntry()
251 myVec.push_back(entry(title)); in myAddCompletedEntry()
252 entry& e(myVec.back()); in myAddCompletedEntry()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/doc/CoCoALib-tasks/
H A DHTMLTasks.C89 const index::entry& myEntry(std::size_t i) const {return myVec[i];} in myEntry()
99 std::size_t mySize() const {return myVec.size();} in mySize()
107 std::vector<entry> myVec;
208 if (!myVec.empty()) LastEntry = myVec.back(); in index()
213 if (CmpTitles(myVec.back(), LastEntry)) in index()
214 PrintWarning(myVec.back().myTitle(), "wrong sorting"); in index()
238 myVec.push_back(entry(title)); in myAddEntry()
239 entry& e(myVec.back()); in myAddEntry()
251 myVec.push_back(entry(title)); in myAddCompletedEntry()
252 entry& e(myVec.back()); in myAddCompletedEntry()
[all …]
/dports/editors/xvile/vile-9.8v/
H A Dglob.c94 static char **myVec = 0; /* the expanded list */ variable
194 if (myVec == 0) { in record_a_match()
195 myVec = typeallocn(char *, myMax); in record_a_match()
199 myVec = glob_free(myVec); in record_a_match()
201 myVec = myTmp; in record_a_match()
205 if (myVec == 0) { in record_a_match()
209 myVec[myLen++] = item; in record_a_match()
210 myVec[myLen] = 0; in record_a_match()
877 sizeof(*myVec), compar); in expand_pattern()
938 myVec = 0; in glob_expand()
[all …]
/dports/editors/vile/vile-9.8v/
H A Dglob.c94 static char **myVec = 0; /* the expanded list */ variable
194 if (myVec == 0) { in record_a_match()
195 myVec = typeallocn(char *, myMax); in record_a_match()
199 myVec = glob_free(myVec); in record_a_match()
201 myVec = myTmp; in record_a_match()
205 if (myVec == 0) { in record_a_match()
209 myVec[myLen++] = item; in record_a_match()
210 myVec[myLen] = 0; in record_a_match()
877 sizeof(*myVec), compar); in expand_pattern()
938 myVec = 0; in glob_expand()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/examples/hello/datamanWriter/
H A DhelloDataManWriter.cpp43 std::vector<T> myVec(datasize); in GenerateData() local
46 myVec[i] = i + mpiRank * 10000 + step; in GenerateData()
48 return myVec; in GenerateData()
/dports/cad/opencascade/opencascade-7.6.0/src/BRepSweep/
H A DBRepSweep_Translation.cxx91 myVec(V), in BRepSweep_Translation()
134 gp_Lin L(P,myVec); in MakeEmptyDirectingEdge()
214 if (aDirV.Index() == 2) param = myVec.Magnitude(); in SetDirectingParameter()
263 gp_Dir D(myVec); in MakeEmptyFace()
293 if (aDirS.Index()==2) S->Translate(myVec); in MakeEmptyFace()
386 if (aDirV.Index() == 2) v = -myVec.Magnitude(); in SetGeneratingPCurve()
462 Standard_Real x = myVec.DotCross(du,dv); in DirectSolid()
583 return myVec; in Vec()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/
H A DOnlineHelp.C86 const index::entry& myEntry(std::size_t i) const {return myVec[i];} in myEntry()
87 const std::string& myTitle(std::size_t i) const {return myVec[i].myTitle();} in myTitle()
88 const std::string& myFileName(std::size_t i) const {return myVec[i].myFileName();} in myFileName()
89 const std::vector<std::string>& myKeys(std::size_t i) const {return myVec[i].myKeys();} in myKeys()
90 const std::vector<std::string>& myTypes(std::size_t i) const {return myVec[i].myTypes();} in myTypes()
93 const std::string& mySyntax(std::size_t i) const {return myVec[i].mySyntax();} in mySyntax()
94 std::size_t mySize() const {return myVec.size();} in mySize()
102 std::vector<entry> myVec;
153 myVec.clear(); in myLoad()
211 myVec.push_back(entry(title, FileName)); in myAddEntry()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/ChFi2d/
H A DChFi2d_Builder_0.cxx497 gp_Vec myVec( p1, p2); in BuildChamferEdge() local
498 gp_Dir myDir(myVec); in BuildChamferEdge()
548 gp_Vec myVec( p1, p); in BuildChamferEdge() local
571 gp_Ax1 RotAxe(p1, tan^myVec); in BuildChamferEdge()
572 gp_Vec vecLin = myVec.Rotated(RotAxe, -Ang); in BuildChamferEdge()
636 gp_Vec myVec( p1, p2); in ComputePoint() local
637 myVec.Normalize(); in ComputePoint()
638 myVec *= D; in ComputePoint()
640 myVec *= -1; // change the sense of myVec in ComputePoint()
641 thePoint = p2.Translated(myVec); in ComputePoint()
[all …]
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/
H A DOnlineHelp.C100 const index::entry& myEntry(std::size_t i) const {return myVec[i];} in myEntry()
101 const std::string& myTitle(std::size_t i) const {return myVec[i].myTitle();} in myTitle()
102 const std::string& myFileName(std::size_t i) const {return myVec[i].myFileName();} in myFileName()
103 const std::vector<std::string>& myKeys(std::size_t i) const {return myVec[i].myKeys();} in myKeys()
104 const std::vector<std::string>& myTypes(std::size_t i) const {return myVec[i].myTypes();} in myTypes()
107 const std::string& mySyntax(std::size_t i) const {return myVec[i].mySyntax();} in mySyntax()
108 std::size_t mySize() const {return myVec.size();} in mySize()
116 std::vector<entry> myVec;
168 myVec.clear(); in myLoad()
209 myVec.push_back(entry(title, inFileName)); in myAddEntry()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/codecs/mod_isac/
H A Dencode_lpc_swb.c443 double myVec[UB16_LPC_VEC_PER_FRAME]; in WebRtcIsac_CorrelateInterVec() local
468 myVec[rowCntr] = 0; in WebRtcIsac_CorrelateInterVec()
471 myVec[rowCntr] += data[coeffCntr + colCntr * UB_LPC_ORDER] * //*ptrData * in WebRtcIsac_CorrelateInterVec()
479 out[coeffCntr + rowCntr * UB_LPC_ORDER] = myVec[rowCntr]; in WebRtcIsac_CorrelateInterVec()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c441 double myVec[UB16_LPC_VEC_PER_FRAME] = {0.0}; in WebRtcIsac_CorrelateInterVec() local
466 myVec[rowCntr] = 0; in WebRtcIsac_CorrelateInterVec()
469 myVec[rowCntr] += data[coeffCntr + colCntr * UB_LPC_ORDER] * //*ptrData * in WebRtcIsac_CorrelateInterVec()
477 out[coeffCntr + rowCntr * UB_LPC_ORDER] = myVec[rowCntr]; in WebRtcIsac_CorrelateInterVec()
/dports/net/sems/sems-f89581a/core/plug-in/isac/libisac/
H A Dencode_lpc_swb.c443 double myVec[UB16_LPC_VEC_PER_FRAME];
468 myVec[rowCntr] = 0;
471 myVec[rowCntr] += data[coeffCntr + colCntr * UB_LPC_ORDER] * //*ptrData *
479 out[coeffCntr + rowCntr * UB_LPC_ORDER] = myVec[rowCntr];
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c441 double myVec[UB16_LPC_VEC_PER_FRAME] = {0.0}; in WebRtcIsac_CorrelateInterVec() local
466 myVec[rowCntr] = 0; in WebRtcIsac_CorrelateInterVec()
469 myVec[rowCntr] += data[coeffCntr + colCntr * UB_LPC_ORDER] * //*ptrData * in WebRtcIsac_CorrelateInterVec()
477 out[coeffCntr + rowCntr * UB_LPC_ORDER] = myVec[rowCntr]; in WebRtcIsac_CorrelateInterVec()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dencode_lpc_swb.c443 double myVec[UB16_LPC_VEC_PER_FRAME] = {0.0}; in WebRtcIsac_CorrelateInterVec() local
468 myVec[rowCntr] = 0; in WebRtcIsac_CorrelateInterVec()
471 myVec[rowCntr] += data[coeffCntr + colCntr * UB_LPC_ORDER] * //*ptrData * in WebRtcIsac_CorrelateInterVec()
479 out[coeffCntr + rowCntr * UB_LPC_ORDER] = myVec[rowCntr]; in WebRtcIsac_CorrelateInterVec()

123