Home
last modified time | relevance | path

Searched refs:numLines (Results 1 – 25 of 1520) sorted by relevance

12345678910>>...61

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/tools/
H A Darray_ops.h76 array = new T*[numLines[0]]; in Create2DArray()
77 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in Create2DArray()
79 array[pos[0]] = new T[numLines[1]]; in Create2DArray()
93 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in Delete2DArray()
117 array = new T**[numLines[0]]; in Create3DArray()
118 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in Create3DArray()
120 array[pos[0]] = new T*[numLines[1]]; in Create3DArray()
137 array_out = Create3DArray<T>(numLines); in Copy3DArray()
153 array[n]=Create3DArray<T>( numLines ); in Create_N_3DArray()
162 array_out = Create_N_3DArray<T>(numLines); in Copy_N_3DArray()
[all …]
H A Darray_ops.cpp43 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in Delete3DArray_v4sf()
45 for (pos[1]=0; pos[1]<numLines[1]; ++pos[1]) in Delete3DArray_v4sf()
62 Delete3DArray_v4sf(array[n],numLines); in Delete_N_3DArray_v4sf()
68 f4vector* Create1DArray_v4sf(const unsigned int numLines) in Create1DArray_v4sf() argument
71 if (MEMALIGN( (void**)&array, 16, F4VECTOR_SIZE*numLines )) in Create1DArray_v4sf()
76 for (unsigned int pos=0; pos<numLines; ++pos) in Create1DArray_v4sf()
87 f4vector*** Create3DArray_v4sf(const unsigned int* numLines) in Create3DArray_v4sf() argument
89 unsigned int numZ = ceil((double)numLines[2]/4.0); in Create3DArray_v4sf()
99 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in Create3DArray_v4sf()
107 for (pos[1]=0; pos[1]<numLines[1]; ++pos[1]) in Create3DArray_v4sf()
[all …]
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/nf2ff/
H A Dnf2ff_calc.cpp49 unsigned int* numLines = m_data.numLines; in operator ()() local
225 Delete2DArray(m_E_phi,numLines); in ~nf2ff_calc()
229 Delete2DArray(m_H_phi,numLines); in ~nf2ff_calc()
231 Delete2DArray(m_P_rad,numLines); in ~nf2ff_calc()
246 if ((numLines[n]==1) && (numLines[nP]>2) && (numLines[nPP]>2)) in GetNormalDir()
383 edge_length_P[numLines[nP]-1]=0.5*fabs(lines[nP][numLines[nP]-1]-lines[nP][numLines[nP]-2]); in AddSinglePlane()
389 edge_length_PP[numLines[nPP]-1]=0.5*fabs(lines[nPP][numLines[nPP]-1]-lines[nPP][numLines[nPP]-2]); in AddSinglePlane()
405 edge_length_P[numLines[nP]-1]*=(lines[nP][numLines[nP]-1]-0.5*edge_length_P[numLines[nP]-1]); in AddSinglePlane()
434 thread_data[n].numLines=numLines; in AddSinglePlane()
491 Delete_N_3DArray(Js,numLines); in AddSinglePlane()
[all …]
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Doperator_sse.cpp62 Delete_N_3DArray_v4sf(f4_vv,numLines); in Delete()
63 Delete_N_3DArray_v4sf(f4_vi,numLines); in Delete()
64 Delete_N_3DArray_v4sf(f4_iv,numLines); in Delete()
65 Delete_N_3DArray_v4sf(f4_ii,numLines); in Delete()
81 Delete_N_3DArray_v4sf(f4_vv,numLines); in InitOperator()
82 Delete_N_3DArray_v4sf(f4_vi,numLines); in InitOperator()
83 Delete_N_3DArray_v4sf(f4_iv,numLines); in InitOperator()
84 Delete_N_3DArray_v4sf(f4_ii,numLines); in InitOperator()
85 f4_vv = Create_N_3DArray_v4sf(numLines); in InitOperator()
86 f4_vi = Create_N_3DArray_v4sf(numLines); in InitOperator()
[all …]
H A Doperator.cpp505 if (numLines) in GetNumberCells()
506 return (numLines[0])*(numLines[1])*(numLines[2]); //it's more like number of nodes??? in GetNumberCells()
512 unsigned int OpSize = 12*numLines[0]*numLines[1]*numLines[2]*sizeof(FDTD_FLOAT); in ShowStat()
513 unsigned int FieldSize = 6*numLines[0]*numLines[1]*numLines[2]*sizeof(FDTD_FLOAT); in ShowStat()
517numLines[0] << "x" << numLines[1] << "x" << numLines[2] << " = " << numLines[0]*numLines[1]*numLi… in ShowStat()
635 unsigned int stop[3] = {numLines[0]-1,numLines[1]-1,numLines[2]-1}; in DumpPEC2File()
649 pointIdx[0] = new int[numLines[0]*numLines[1]]; in DumpPEC2File()
650 pointIdx[1] = new int[numLines[0]*numLines[1]]; in DumpPEC2File()
652 for (unsigned int n=0;n<numLines[0]*numLines[1];++n) in DumpPEC2File()
664 for (unsigned int n=0;n<numLines[0]*numLines[1];++n) in DumpPEC2File()
[all …]
H A Doperator_cylindermultigrid.cpp60 if (numLines) in GetNumberCells()
61 return (numLines[0]-m_Split_Pos)*(numLines[1])*(numLines[2]) + m_InnerOp->GetNumberCells(); in GetNumberCells()
73 if ((numLines[1]-CC_closedAlpha)%2 != 1) in SetupCSXGrid()
80 for (unsigned int n=0; n<numLines[0]; ++n) in SetupCSXGrid()
110 for (unsigned int n=0; n<numLines[1]; n+=2) in SetGeometryCSX()
119 for (unsigned int n=0; n<numLines[0]; ++n) in SetGeometryCSX()
121 for (unsigned int n=0; n<numLines[1]; ++n) in SetGeometryCSX()
220 for (pos[1]=0; pos[1]<numLines[1]; ++pos[1]) in FillMissingDataStorage()
293 range[2*n+1] = numLines[n]-1; in DumpPEC2File()
357 if ((a_n==numLines[1]-2) && !CC_closedAlpha) in SetupInterpolation()
[all …]
H A Dengine_mpi.cpp56 m_BufferSize[n] = m_Op_MPI->numLines[nP]*m_Op_MPI->numLines[nPP]; in Init()
100 pos[n]=numLines[n]-2; in SendReceiveVoltages()
103 for (pos[nP]=0; pos[nP]<numLines[nP]; ++pos[nP]) in SendReceiveVoltages()
105 for (pos[nPP]=0; pos[nPP]<numLines[nPP]; ++pos[nPP]) in SendReceiveVoltages()
121 for (pos[nP]=0; pos[nP]<numLines[nP]; ++pos[nP]) in SendReceiveVoltages()
123 for (pos[nPP]=0; pos[nPP]<numLines[nPP]; ++pos[nPP]) in SendReceiveVoltages()
153 for (pos[nP]=0; pos[nP]<numLines[nP]; ++pos[nP]) in SendReceiveCurrents()
165 pos[n]=numLines[n]-2; in SendReceiveCurrents()
171 for (pos[nP]=0; pos[nP]<numLines[nP]; ++pos[nP]) in SendReceiveCurrents()
195 UpdateVoltages(0,numLines[0]); in IterateTS()
[all …]
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/Common/
H A Dprocessfields_sar.cpp37 Delete_N_3DArray(m_E_FD_Fields.at(n),numLines); in ~ProcessFieldsSAR()
202 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in DumpFDData()
239 cellWidth[n]=new float[numLines[n]]; in DumpFDData()
240 for (unsigned int i=0;i<numLines[n];++i) in DumpFDData()
252 size_t datasize[]={numLines[0],numLines[1],numLines[2]}; in DumpFDData()
276 SAR_Calc.SetNumLines(numLines); in DumpFDData()
315 size_t datasize[]={numLines[0],numLines[1],numLines[2]}; in DumpFDData()
331 Delete3DArray(cell_volume,numLines); in DumpFDData()
332 Delete3DArray(cell_density,numLines); in DumpFDData()
333 Delete3DArray(cell_kappa,numLines); in DumpFDData()
[all …]
H A Dprocessfields.cpp41 numLines[n]=0; in ProcessFields()
231 numLines[n] = tmp_pos.size(); in CalcMeshPos()
233 discLines[n] = new double[numLines[n]]; in CalcMeshPos()
236 for (unsigned int i=0; i<numLines[n]; ++i) in CalcMeshPos()
266 numLines[n] = tmp_pos.size(); in CalcMeshPos()
268 discLines[n] = new double[numLines[n]]; in CalcMeshPos()
289 for (unsigned int i=0; i<numLines[0]; ++i) in CalcField()
308 for (unsigned int i=0; i<numLines[0]; ++i) in CalcField()
327 for (unsigned int i=0; i<numLines[0]; ++i) in CalcField()
346 for (unsigned int i=0; i<numLines[0]; ++i) in CalcField()
[all …]
H A Dprocessfields_fd.cpp36 Delete_N_3DArray(m_FD_Fields.at(n),numLines); in ~ProcessFieldsFD()
91 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in Process()
93 for (pos[1]=0; pos[1]<numLines[1]; ++pos[1]) in Process()
95 for (pos[2]=0; pos[2]<numLines[2]; ++pos[2]) in Process()
104 Delete_N_3DArray<FDTD_FLOAT>(field_td,numLines); in Process()
132 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in DumpFDData()
134 for (pos[1]=0; pos[1]<numLines[1]; ++pos[1]) in DumpFDData()
156 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in DumpFDData()
179 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in DumpFDData()
200 Delete_N_3DArray(field,numLines); in DumpFDData()
[all …]
/dports/devel/icu-lx/icu/source/test/perf/ustrperf/
H A Dstringperf.cpp96 filelines_ = new ULine[numLines]; in StringPerformanceTest()
97 for (int i =0; i < numLines; i++) { in StringPerformanceTest()
166 return new StringPerfFunction(ctor, filelines_, numLines, uselen); in TestCtor()
175 return new StringPerfFunction(ctor1, filelines_, numLines, uselen); in TestCtor1()
184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
193 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
202 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
249 return new StringPerfFunction(scan, filelines_, numLines, uselen); in TestScan()
258 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1()
[all …]
/dports/devel/icu/icu/source/test/perf/ustrperf/
H A Dstringperf.cpp96 filelines_ = new ULine[numLines]; in StringPerformanceTest()
97 for (int i =0; i < numLines; i++) { in StringPerformanceTest()
166 return new StringPerfFunction(ctor, filelines_, numLines, uselen); in TestCtor()
175 return new StringPerfFunction(ctor1, filelines_, numLines, uselen); in TestCtor1()
184 return new StringPerfFunction(ctor2, filelines_, numLines, uselen); in TestCtor2()
193 return new StringPerfFunction(ctor3, filelines_, numLines, uselen); in TestCtor3()
202 return new StringPerfFunction(assign, filelines_, numLines, uselen); in TestAssign()
230 return new StringPerfFunction(getch, filelines_, numLines, uselen); in TestGetch()
249 return new StringPerfFunction(scan, filelines_, numLines, uselen); in TestScan()
258 return new StringPerfFunction(scan1, filelines_, numLines, uselen); in TestScan1()
[all …]
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Dlongmenu.cpp51 unsigned int numLines = getNumVisibleLines(); in onMouseMove() local
55 if(m_Selected > screentop+numLines-1) in onMouseMove()
56 m_Selected = screentop+numLines-1; in onMouseMove()
67 unsigned int numLines = getNumVisibleLines(); in onMouseMove() local
71 else if(m_Selected == numLines-1 && screentop + numLines <= m_Lines.size()) in onMouseMove()
100 unsigned int numLines = getNumVisibleLines(); in onRedraw() local
109 else if(m_Selected > screentop + numLines - 1) in onRedraw()
111 screentop = m_Selected - numLines + 1; in onRedraw()
154 unsigned int numLines = getNumVisibleLines(); in getdy() local
156 if(m_Lines.size() < numLines) return CMenu::getdy(); in getdy()
[all …]
/dports/devel/icu-lx/icu/source/test/perf/normperf/
H A Dnormperf.cpp149 NFDFileLines = new ULine[numLines]; in NormalizerPerformanceTest()
150 NFCFileLines = new ULine[numLines]; in NormalizerPerformanceTest()
152 for(int32_t i=0;i<numLines;i++){ in NormalizerPerformanceTest()
184 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text()
193 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text()
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text()
213 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); in TestICU_NFD_NFD_Text()
231 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen); in TestICU_NFD_Orig_Text()
261 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen); in TestICU_FCD_Orig_Text()
290 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen); in TestWin_NFC_Orig_Text()
[all …]
/dports/devel/icu/icu/source/test/perf/normperf/
H A Dnormperf.cpp149 NFDFileLines = new ULine[numLines]; in NormalizerPerformanceTest()
150 NFCFileLines = new ULine[numLines]; in NormalizerPerformanceTest()
152 for(int32_t i=0;i<numLines;i++){ in NormalizerPerformanceTest()
184 … NormPerfFunction* func= new NormPerfFunction(ICUNormNFC, options,NFDFileLines,numLines, uselen); in TestICU_NFC_NFD_Text()
193 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,NFCFileLines,numLines, uselen); in TestICU_NFC_NFC_Text()
202 NormPerfFunction* func = new NormPerfFunction(ICUNormNFC, options,lines,numLines, uselen); in TestICU_NFC_Orig_Text()
213 … NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,NFDFileLines,numLines, uselen); in TestICU_NFD_NFD_Text()
231 NormPerfFunction* func = new NormPerfFunction(ICUNormNFD, options,lines,numLines, uselen); in TestICU_NFD_Orig_Text()
261 NormPerfFunction* func = new NormPerfFunction(ICUNormFCD, options,lines,numLines, uselen); in TestICU_FCD_Orig_Text()
290 NormPerfFunction* func = new NormPerfFunction(WinNormNFC, options,lines,numLines, uselen); in TestWin_NFC_Orig_Text()
[all …]
/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/extensions/
H A Dengine_ext_cylinder.cpp32 numLines[n] = op_ext->m_Op->GetNumberOfLines(n,true); in Engine_Ext_Cylinder()
53 for (pos[2]=0; pos[2]<numLines[2]; ++pos[2]) in DoPostVoltageUpdates()
56 for (pos[1]=0; pos[1]<numLines[1]-1; ++pos[1]) in DoPostVoltageUpdates()
61 for (pos[1]=0; pos[1]<numLines[1]; ++pos[1]) in DoPostVoltageUpdates()
63 for (pos[2]=0; pos[2]<numLines[2]; ++pos[2]) in DoPostVoltageUpdates()
74 unsigned int last_A_Line = numLines[1]-2; in DoPostVoltageUpdates()
75 for (pos[0]=0; pos[0]<numLines[0]; ++pos[0]) in DoPostVoltageUpdates()
77 for (pos[2]=0; pos[2]<numLines[2]; ++pos[2]) in DoPostVoltageUpdates()
92 for (pos[0]=0; pos[0]<numLines[0]-1; ++pos[0]) in DoPostCurrentUpdates()
94 unsigned int last_A_Line = numLines[1]-2; in DoPostCurrentUpdates()
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/github.com/colinmarc/hdfs/v2/cmd/hdfs/
H A Dcat.go40 if numLines != -1 && numBytes != -1 {
42 } else if numLines == -1 && numBytes == -1 {
43 numLines = 10
67 if numLines != -1 {
69 tailLines(file, numLines)
71 headLines(file, numLines)
85 func headLines(file *hdfs.FileReader, numLines int64) {
89 for newlines < numLines {
149 if foundNewlines >= numLines {
150 printOffset = newlines[foundNewlines-numLines] + 1
[all …]
/dports/net/liveMedia/live/liveMedia/
H A DRawVideoRTPSink.cpp68 unsigned specialHeaderSize = 2 + (6 * numLines); in doSpecialFrameHandling()
75 for (unsigned i = 0; i < numLines; ++i) { in doSpecialFrameHandling()
91 u_int8_t const continuationBit = i < numLines - 1; in doSpecialFrameHandling()
126 return 2 + (6 * numLines); in specialHeaderSize()
136 unsigned numLines = 0; in getNumLinesInPacket() local
157 if (++numLines > MAX_LINES_IN_PACKET) return 0; in getNumLinesInPacket()
170 curDataTotalLength += lengthArray[numLines-1]; in getNumLinesInPacket()
179 lengths = new u_int16_t[numLines]; in getNumLinesInPacket()
180 offsets = new u_int16_t[numLines]; in getNumLinesInPacket()
181 for (unsigned i = 0; i < numLines; i++) { in getNumLinesInPacket()
[all …]
/dports/devel/pear-SebastianBergmann_PHPCPD/phpcpd-2.0.0/src/
H A DCodeCloneMap.php82 protected $numLines = 0; variable in SebastianBergmann\\PHPCPD\\CodeCloneMap
124 if ($this->numLines > 0) {
125 $percent = ($this->numDuplicateLines / $this->numLines) * 100;
140 return $this->numLines;
146 * @param integer $numLines
148 public function setNumLines($numLines) argument
150 $this->numLines = $numLines;
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c210 pRect->numLines = height; in initRect()
232 int numLines = pSrcRect->numLines; in convertRect2() local
239 if (pDstRect->numLines < numLines) in convertRect2()
240 numLines = pDstRect->numLines; in convertRect2()
245 if (pSrcRect2->numLines < numLines) { in convertRect2()
246 numLines = pSrcRect2->numLines; in convertRect2()
254 for (j = 0; j < numLines; j++) { in convertRect2()
266 return numLines * pSrcRect->stride; in convertRect2()
272 int numLines = pDstRect->numLines; in fillRect() local
278 for (j = 0; j < numLines; j++) { in fillRect()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c210 pRect->numLines = height; in initRect()
232 int numLines = pSrcRect->numLines; in convertRect2() local
239 if (pDstRect->numLines < numLines) in convertRect2()
240 numLines = pDstRect->numLines; in convertRect2()
245 if (pSrcRect2->numLines < numLines) { in convertRect2()
246 numLines = pSrcRect2->numLines; in convertRect2()
254 for (j = 0; j < numLines; j++) { in convertRect2()
266 return numLines * pSrcRect->stride; in convertRect2()
272 int numLines = pDstRect->numLines; in fillRect() local
278 for (j = 0; j < numLines; j++) { in fillRect()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c210 pRect->numLines = height; in initRect()
232 int numLines = pSrcRect->numLines; in convertRect2() local
239 if (pDstRect->numLines < numLines) in convertRect2()
240 numLines = pDstRect->numLines; in convertRect2()
245 if (pSrcRect2->numLines < numLines) { in convertRect2()
246 numLines = pSrcRect2->numLines; in convertRect2()
254 for (j = 0; j < numLines; j++) { in convertRect2()
266 return numLines * pSrcRect->stride; in convertRect2()
272 int numLines = pDstRect->numLines; in fillRect() local
278 for (j = 0; j < numLines; j++) { in fillRect()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c210 pRect->numLines = height; in initRect()
232 int numLines = pSrcRect->numLines; in convertRect2() local
239 if (pDstRect->numLines < numLines) in convertRect2()
240 numLines = pDstRect->numLines; in convertRect2()
245 if (pSrcRect2->numLines < numLines) { in convertRect2()
246 numLines = pSrcRect2->numLines; in convertRect2()
254 for (j = 0; j < numLines; j++) { in convertRect2()
266 return numLines * pSrcRect->stride; in convertRect2()
272 int numLines = pDstRect->numLines; in fillRect() local
278 for (j = 0; j < numLines; j++) { in fillRect()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c210 pRect->numLines = height; in initRect()
232 int numLines = pSrcRect->numLines; in convertRect2() local
239 if (pDstRect->numLines < numLines) in convertRect2()
240 numLines = pDstRect->numLines; in convertRect2()
245 if (pSrcRect2->numLines < numLines) { in convertRect2()
246 numLines = pSrcRect2->numLines; in convertRect2()
254 for (j = 0; j < numLines; j++) { in convertRect2()
266 return numLines * pSrcRect->stride; in convertRect2()
272 int numLines = pDstRect->numLines; in fillRect() local
278 for (j = 0; j < numLines; j++) { in fillRect()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libsplashscreen/
H A Dsplashscreen_gfx_impl.c210 pRect->numLines = height; in initRect()
232 int numLines = pSrcRect->numLines; in convertRect2() local
239 if (pDstRect->numLines < numLines) in convertRect2()
240 numLines = pDstRect->numLines; in convertRect2()
245 if (pSrcRect2->numLines < numLines) { in convertRect2()
246 numLines = pSrcRect2->numLines; in convertRect2()
254 for (j = 0; j < numLines; j++) { in convertRect2()
266 return numLines * pSrcRect->stride; in convertRect2()
272 int numLines = pDstRect->numLines; in fillRect() local
278 for (j = 0; j < numLines; j++) { in fillRect()
[all …]

12345678910>>...61