Home
last modified time | relevance | path

Searched refs:cEnd (Results 1 – 25 of 324) sorted by relevance

12345678910>>...13

/dports/java/jflex/jflex-1.8.1/examples/simple/src/test/data/
H A Doutput.good7 cEnd. : 5
16 cEnd. : 13
25 cEnd. : 15
34 cEnd. : 28
43 cEnd. : 35
52 cEnd. : 41
61 cEnd. : 48
70 cEnd. : 57
77 cEnd. : 58
84 cEnd. : 59
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dgetas.cpp275 char* cEnd; in GetAs() local
289 char* cEnd; in GetAs() local
303 char* cEnd; in GetAs() local
317 char* cEnd; in GetAs() local
331 char* cEnd; in GetAs() local
345 char* cEnd; in GetAs() local
359 char* cEnd; in GetAs() local
373 char* cEnd; in GetAs() local
387 char* cEnd; in GetAs() local
401 char* cEnd; in GetAs() local
[all …]
H A Dstr.cpp250 double ret = strtod( cStart, cEnd); in StrToD()
251 if( cEnd != NULL && (**cEnd == 'd' || **cEnd == 'D')) in StrToD()
253 int dPos = *cEnd - cStart; in StrToD()
263 cStr[dPos] = (**cEnd == 'd')? 'e':'E'; in StrToD()
279 char* cEnd; in Str2D() local
280 double ret = strtod( cStart, &cEnd); in Str2D()
281 if( cEnd == cStart) in Str2D()
290 char* cEnd; in Str2L() local
292 if( cEnd == cStart) in Str2L()
301 char* cEnd; in Str2UL() local
[all …]
H A Dconvert2.cpp73 return StrToD(cStart, cEnd); in string2real_helper()
730 char* cEnd; in Convert2() local
759 char* cEnd; in Convert2() local
788 char* cEnd; in Convert2() local
817 char* cEnd; in Convert2() local
846 char* cEnd; in Convert2() local
875 char* cEnd; in Convert2() local
904 char* cEnd; in Convert2() local
933 char* cEnd; in Convert2() local
963 char* cEnd; in Convert2() local
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/oscar/
H A Doscarprivacyengine.cpp36 QList<OContact>::const_iterator it, cEnd; in OscarPrivacyEngine() local
38 cEnd = contactList.constEnd(); in OscarPrivacyEngine()
39 for ( it = contactList.constBegin(); it != cEnd; ++it ) in OscarPrivacyEngine()
72 cEnd = contactList.constEnd(); in OscarPrivacyEngine()
73 for ( it = contactList.constBegin(); it != cEnd; ++it ) in OscarPrivacyEngine()
139 ChangeMap::ConstIterator it, cEnd = m_changesMap.constEnd(); in storeChanges() local
140 for ( it = m_changesMap.constBegin(); it != cEnd; ++it ) in storeChanges()
180 ContactMap::ConstIterator it, cEnd = contacts.end(); in addAllContacts() local
181 for ( it = contacts.begin(); it != cEnd; ++it ) in addAllContacts()
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/dualspace/impls/refined/
H A Ddualspacerefined.c39 PetscInt cStart, cEnd, c; in PetscDualSpaceRefinedSetCellSpaces_Refined() local
50 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in PetscDualSpaceRefinedSetCellSpaces_Refined()
51 for (c = 0; c < cEnd - cStart; c++) { in PetscDualSpaceRefinedSetCellSpaces_Refined()
73 PetscInt cStart, cEnd, c, spdim; in PetscDualSpaceSetUp_Refined() local
83 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in PetscDualSpaceSetUp_Refined()
84 for (c = cStart; c < cEnd; c++) { in PetscDualSpaceSetUp_Refined()
93 for (c = cStart; c < cEnd; c++) { in PetscDualSpaceSetUp_Refined()
102 if (c < cEnd) sp->uniform = PETSC_FALSE; in PetscDualSpaceSetUp_Refined()
144 PetscInt cStart, cEnd, c; in PetscDualSpaceRefinedView_Ascii() local
147 ierr = DMPlexGetHeightStratum(sp->dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in PetscDualSpaceRefinedView_Ascii()
[all …]
/dports/biology/jalview/jalview/src/jalview/analysis/
H A DStructureFrequency.java106 char c, s, cEnd; in calculate() local
158 cEnd = sequences[j].getCharAt(bpEnd); in calculate()
160 if (Comparison.isGap(c) || Comparison.isGap(cEnd)) in calculate()
173 if ('a' <= cEnd && 'z' >= cEnd) in calculate()
175 cEnd += 'A' - 'a'; in calculate()
177 if (Rna.isCanonicalOrWobblePair(c, cEnd)) in calculate()
180 if (Rna.isCanonicalPair(c, cEnd)) in calculate()
189 pairs[c][cEnd]++; in calculate()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tests/
H A Dex34.c113 PetscInt dim, pStart, pEnd, p, cStart, cEnd, c, Nhyb = 0, off[2]; in OrderHybridMesh() local
122 ierr = DMPlexGetHeightStratum(*dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in OrderHybridMesh()
123 for (c = cStart; c < cEnd; ++c) { in OrderHybridMesh()
130 off[1] = cEnd - Nhyb; in OrderHybridMesh()
131 for (c = cStart; c < cEnd; ++c) { in OrderHybridMesh()
138 …if (off[0] != cEnd - Nhyb) SETERRQ2(PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of normal cells %D sh… in OrderHybridMesh()
139 …if (off[1] != cEnd) SETERRQ2(PETSC_COMM_SELF, PETSC_ERR_PLIB, "Number of hybrid cells %D sh… in OrderHybridMesh()
H A Dex16.c56 PetscInt cStart, cEnd, cStartSub, cEndSub, c; in CreateSubmesh() local
60 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in CreateSubmesh()
64 if (start) {cStartSub = cStart; cEndSub = cEnd/2;} in CreateSubmesh()
65 else {cStartSub = cEnd/2; cEndSub = cEnd;} in CreateSubmesh()
H A Dex32.c47 PetscInt dim, depth, d, cStart, cEnd, c; in CheckMesh() local
56 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in CheckMesh()
57 for (c = cStart; c < cEnd; ++c) { in CheckMesh()
70 PetscInt cStart, cEnd, c, vStart, vEnd, v; in CompareCones() local
74 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in CompareCones()
76 for (c = cStart; c < cEnd; ++c) { in CompareCones()
H A Dex20.c11 PetscInt dim, nfaces, faces[3], cStart, cEnd; in main() local
27 ierr = DMPlexGetHeightStratum(dm,0,&cStart,&cEnd);CHKERRQ(ierr); in main()
30 if (cEnd > cStart) {ierr = DMLabelSetValue(adaptLabel,cStart,DM_ADAPT_REFINE);CHKERRQ(ierr);} in main()
H A Dex9.c237 PetscInt numRuns, cStart, cEnd, c, i; in TestCone() local
252 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in TestCone()
255 for (c = cStart; c < cEnd; ++c) { in TestCone()
265 numRuns = (cEnd-cStart) * user->iterations; in TestCone()
281 PetscInt numRuns, cStart, cEnd, c, i; in TestTransitiveClosure() local
296 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in TestTransitiveClosure()
299 for (c = cStart; c < cEnd; ++c) { in TestTransitiveClosure()
311 numRuns = (cEnd-cStart) * user->iterations; in TestTransitiveClosure()
329 PetscInt numRuns, cStart, cEnd, c, i; in TestVecClosure() local
371 for (c = cStart; c < cEnd; ++c) { in TestVecClosure()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexadapt.c14 for (c = cStart; c < cEnd; c++) { in DMPlexLabelToVolumeConstraint()
81 for (c = cStart; c < cEnd; ++c) { in DMPlexLabelToMetricConstraint()
177 PetscInt dim, cStart, cEnd; in DMPlexRefine_Internal() local
192 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in DMPlexRefine_Internal()
220 ierr = PetscMalloc1(cEnd - cStart, &maxVolumes);CHKERRQ(ierr); in DMPlexRefine_Internal()
224 for (c = cStart; c < cEnd; ++c) { in DMPlexRefine_Internal()
239 ierr = PetscMalloc1(cEnd - cStart, &maxVolumes);CHKERRQ(ierr); in DMPlexRefine_Internal()
243 for (c = cStart; c < cEnd; ++c) { in DMPlexRefine_Internal()
266 PetscInt cStart, cEnd, vStart, vEnd; in DMPlexCoarsen_Internal() local
405 numCells = cEnd - cStart; in DMAdaptMetric_Plex()
[all …]
H A Dplexvtk.c82 PetscInt numLabelCells, maxLabelCells, cStart, cEnd, c, vStart, vEnd, v; in DMPlexVTKWriteCells_ASCII() local
93 ierr = DMPlexGetHeightStratum(dm, cellHeight, &cStart, &cEnd);CHKERRQ(ierr); in DMPlexVTKWriteCells_ASCII()
99 for (c = cStart; c < cEnd; ++c) { in DMPlexVTKWriteCells_ASCII()
127 for (c = cStart, numCells = 0; c < cEnd; ++c) { in DMPlexVTKWriteCells_ASCII()
176 for (c = cStart, numCells = 0; c < cEnd; ++c) { in DMPlexVTKWriteCells_ASCII()
236 PetscInt numLabelCells, cStart, cEnd, c; in DMPlexVTKWritePartition_ASCII() local
250 for (c = cStart; c < cEnd; ++c) { in DMPlexVTKWritePartition_ASCII()
306 pEnd = PetscMin(PetscMax(cEnd, vEnd), pEnd); in DMPlexVTKWriteSection_ASCII()
316 if (((p >= cStart) && (p < cEnd) && numLabelCells) || in DMPlexVTKWriteSection_ASCII()
343 if (((p >= cStart) && (p < cEnd) && numLabelCells) || in DMPlexVTKWriteSection_ASCII()
[all …]
H A Dplexorient.c335 ierr = PetscBTCreate(cEnd - cStart, &seenCells);CHKERRQ(ierr); in DMPlexOrient()
336 ierr = PetscBTMemzero(cEnd - cStart, seenCells);CHKERRQ(ierr); in DMPlexOrient()
337 ierr = PetscBTCreate(cEnd - cStart, &flippedCells);CHKERRQ(ierr); in DMPlexOrient()
338 ierr = PetscBTMemzero(cEnd - cStart, flippedCells);CHKERRQ(ierr); in DMPlexOrient()
362 for (cell = cStart; cell < cEnd; ++cell) cellComp[cell-cStart] = -1; in DMPlexOrient()
366 if (cell >= cEnd) break; in DMPlexOrient()
386 for (cell = 0; cell < cEnd-cStart; ++cell) { in DMPlexOrient()
394 ierr = PetscBTMemzero(cEnd - cStart, seenCells);CHKERRQ(ierr); in DMPlexOrient()
404 ierr = PetscBTView(cEnd-cStart, flippedCells, v);CHKERRQ(ierr); in DMPlexOrient()
630 ierr = PetscBTView(cEnd-cStart, flippedCells, v);CHKERRQ(ierr); in DMPlexOrient()
[all …]
/dports/math/frobby/frobby-0.9.1/src/
H A DRawSquareFreeTermTest.cpp218 lcm(c, cEnd, a, b); in TEST()
219 ASSERT_TRUE(isIdentity(c, cEnd)); in TEST()
229 lcm(c, cEnd, a, b); in TEST()
241 ASSERT_TRUE(isIdentity(c, cEnd)); in TEST()
257 gcd(c, cEnd, a, b); in TEST()
258 ASSERT_TRUE(isIdentity(c, cEnd)); in TEST()
268 gcd(c, cEnd, a, b); in TEST()
278 ASSERT_TRUE(isIdentity(c, cEnd)); in TEST()
294 colon(c, cEnd, a, b); in TEST()
295 ASSERT_TRUE(isIdentity(c, cEnd)); in TEST()
[all …]
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/agent/
H A DcleanEntries.cc48 char cEnd = s[len - 1]; in cleanGeneral() local
49 if (cBegin == ' ' && cEnd == ' ') in cleanGeneral()
53 else if (cEnd == ' ') in cleanGeneral()
/dports/editors/biew/biew-610/biewlib/sysdep/ia16/os2/
H A Dvio.c98 if((vcinfo.yStart == 0 && vcinfo.cEnd == 0) || ((SHORT)vcinfo.attr) == -1) ret = __TVIO_CUR_OFF; in __vioGetCursorType()
100 if(vcinfo.yStart == 0 && vcinfo.cEnd == hcell-1) ret = __TVIO_CUR_SOLID; in __vioGetCursorType()
121 vcinfo.cEnd = 0; in __vioSetCursorType()
127 vcinfo.cEnd = hcell-1; in __vioSetCursorType()
131 vcinfo.cEnd = hcell-1; in __vioSetCursorType()
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/tutorials/
H A Dex8.c10 PetscInt cells[3] = {2, 2, 2},dim = 2,c,cStart,cEnd,tmp; in main() local
27 ierr = DMPlexGetHeightStratum(dm,0,&cStart,&cEnd);CHKERRQ(ierr); in main()
28 for (c=cStart; c<cEnd; c++) { in main()
/dports/games/trenchbroom/TrenchBroom-ed46601/common/src/Assets/
H A DTextureManager.cpp286 TextureCollectionList::iterator cIt, cEnd; in updateTextures() local
287 … for (cIt = m_allCollections.begin(), cEnd = m_allCollections.end(); cIt != cEnd; ++cIt) { in updateTextures()
324 TextureCollectionList::const_iterator cIt, cEnd; in textureList() local
325 … for (cIt = m_allCollections.begin(), cEnd = m_allCollections.end(); cIt != cEnd; ++cIt) { in textureList()
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/algo/
H A Dintksort.h266 Type* cEnd = b + bucket[i]; in cleanup() local
267 switch (cEnd - c) in cleanup()
298 insertion_sort(c, cEnd); in cleanup()
303 sort(c, cEnd); in cleanup()
305 c = cEnd; in cleanup()
/dports/science/PETSc/petsc-3.14.1/src/dm/dt/fe/tests/
H A Dex1.c210 PetscInt depth, cStart, cEnd, cell, chunkSize = cbs, Nch = 0, Nf, f, totDim, i, k; in TestIntegration() local
223 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in TestIntegration()
236 for (cell = cStart; cell < cEnd; cell += chunkSize, ++Nch) { in TestIntegration()
237 const PetscInt cS = cell, cE = PetscMin(cS + chunkSize, cEnd), Ne = cE - cS; in TestIntegration()
253 ierr = PetscFEGeomRestoreChunk(affineGeom, cStart, cEnd, &chunkGeom);CHKERRQ(ierr); in TestIntegration()
262 PetscInt N = (cEnd - cStart)*Nf*its; in TestIntegration()
299 PetscInt cStart, cEnd, Nf, N; in TestIntegration2() local
302 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in TestIntegration2()
306 N = (cEnd - cStart)*Nf*eventInfo.count; in TestIntegration2()
/dports/editors/cudatext/CudaText-1.151.0/app/py/cuda_comments/
H A Dcd_comments.py124 for (cCrt, rCrt ,cEnd, rEnd) in crts:
134 ,cEnd
251 (cCrt, rCrt, cEnd, rEnd) = crts[0]
277 for icrt, (cCrt, rCrt, cEnd, rEnd) in enumerate(crts):
280 bDrtSel = -1==rEnd or (rCrt, cCrt)>(rEnd, cEnd)
281 bEntireLn = (rEnd>=0) and (cEnd==0) and (cCrt==0)
297 (rTx1, cTx1), (rTx2, cTx2) = apx.minmax((rCrt, cCrt), (rEnd, cEnd))
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/cuda_comments/
H A Dcd_comments.py124 for (cCrt, rCrt ,cEnd, rEnd) in crts:
134 ,cEnd
251 (cCrt, rCrt, cEnd, rEnd) = crts[0]
277 for icrt, (cCrt, rCrt, cEnd, rEnd) in enumerate(crts):
280 bDrtSel = -1==rEnd or (rCrt, cCrt)>(rEnd, cEnd)
281 bEntireLn = (rEnd>=0) and (cEnd==0) and (cCrt==0)
297 (rTx1, cTx1), (rTx2, cTx2) = apx.minmax((rCrt, cCrt), (rEnd, cEnd))
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/swarm/tests/
H A Dex5.c84 PetscInt dim, d, cStart, cEnd, c, Np, p; in SetInitialCoordinates() local
97 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in SetInitialCoordinates()
101 for (c = cStart; c < cEnd; ++c) { in SetInitialCoordinates()
131 PetscInt dim, cStart, cEnd, c, Np, p; in SetInitialConditions() local
139 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in SetInitialConditions()
141 for (c = cStart; c < cEnd; ++c) { in SetInitialConditions()
158 PetscInt dim, cStart, cEnd, c, Np = user->particlesPerCell, p; in CreateParticles() local
171 ierr = DMPlexGetHeightStratum(dm, 0, &cStart, &cEnd);CHKERRQ(ierr); in CreateParticles()
172 ierr = DMSwarmSetLocalSizes(*sw, (cEnd - cStart) * Np, 0);CHKERRQ(ierr); in CreateParticles()
175 for (c = cStart; c < cEnd; ++c) { in CreateParticles()

12345678910>>...13