Home
last modified time | relevance | path

Searched refs:numVals (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/dports/devel/R-cran-caret/caret/R/
H A Dlattice.train.R22 numVals <- unlist( functionVar
25 if(any(numVals == 1))
30 tNames <- tNames[tNames %in% names(numVals)[numVals > 1]]
138 numVals <- unlist( functionVar
146 tNames <- tNames[tNames %in% names(numVals)[numVals > 1]]
185 numVals <- unlist( functionVar
193 tNames <- tNames[tNames %in% names(numVals)[numVals > 1]]
197 tNames1 <- names(which.max(numVals[names(numVals) %in% tNames]))
256 numVals <- unlist( functionVar
264 tNames <- tNames[tNames %in% names(numVals)[numVals > 1]]
[all …]
/dports/devel/upp/upp/uppsrc/ScatterDraw/
H A DHistogram.cpp34 int numVals = 1; in Create2D() local
36 numVals *= _ranges[ix].GetCount(); in Create2D()
40 values.resize(numVals); in Create2D()
58 int numVals = 1; in Create() local
60 numVals *= dataAxis[ix].numVals; in Create()
64 values.resize(numVals); in Create()
85 if (val >= dataAxis[ix].numVals) in Create()
103 values.resize(numVals); in Create()
106 ranges[0].SetCount(numVals); in Create()
117 if (val >= numVals) in Create()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Math/
H A DvtkRungeKutta4.cxx66 int i, numDerivs, numVals; in ComputeNextStep() local
84 numVals = numDerivs + 1; in ComputeNextStep()
85 for(i=0; i<numVals-1; i++) in ComputeNextStep()
89 this->Vals[numVals-1] = t; in ComputeNextStep()
102 memcpy(xnext, this->Vals, (numVals-1)*sizeof(double)); in ComputeNextStep()
106 for(i=0; i<numVals-1; i++) in ComputeNextStep()
110 this->Vals[numVals-1] = t + delT/2.0; in ComputeNextStep()
120 for(i=0; i<numVals-1; i++) in ComputeNextStep()
124 this->Vals[numVals-1] = t + delT/2.0; in ComputeNextStep()
134 for(i=0; i<numVals-1; i++) in ComputeNextStep()
[all …]
H A DvtkRungeKutta2.cxx31 int i, numDerivs, numVals; in ComputeNextStep() local
49 numVals = numDerivs + 1; in ComputeNextStep()
50 for(i=0; i<numVals-1; i++) in ComputeNextStep()
54 this->Vals[numVals-1] = t; in ComputeNextStep()
66 memcpy(xnext, this->Vals, (numVals-1)*sizeof(double)); in ComputeNextStep()
71 for(i=0; i<numVals-1; i++) in ComputeNextStep()
75 this->Vals[numVals-1] = t + delT/2.0; in ComputeNextStep()
80 memcpy(xnext, this->Vals, (numVals-1)*sizeof(double)); in ComputeNextStep()
/dports/math/vtk9/VTK-9.1.0/Common/Math/
H A DvtkRungeKutta4.cxx63 int i, numDerivs, numVals; in ComputeNextStep() local
81 numVals = numDerivs + 1; in ComputeNextStep()
82 for (i = 0; i < numVals - 1; i++) in ComputeNextStep()
86 this->Vals[numVals - 1] = t; in ComputeNextStep()
99 memcpy(xnext, this->Vals, (numVals - 1) * sizeof(double)); in ComputeNextStep()
103 for (i = 0; i < numVals - 1; i++) in ComputeNextStep()
107 this->Vals[numVals - 1] = t + delT / 2.0; in ComputeNextStep()
117 for (i = 0; i < numVals - 1; i++) in ComputeNextStep()
121 this->Vals[numVals - 1] = t + delT / 2.0; in ComputeNextStep()
131 for (i = 0; i < numVals - 1; i++) in ComputeNextStep()
[all …]
H A DvtkRungeKutta2.cxx35 int i, numDerivs, numVals; in ComputeNextStep() local
53 numVals = numDerivs + 1; in ComputeNextStep()
54 for (i = 0; i < numVals - 1; i++) in ComputeNextStep()
58 this->Vals[numVals - 1] = t; in ComputeNextStep()
70 memcpy(xnext, this->Vals, (numVals - 1) * sizeof(double)); in ComputeNextStep()
75 for (i = 0; i < numVals - 1; i++) in ComputeNextStep()
79 this->Vals[numVals - 1] = t + delT / 2.0; in ComputeNextStep()
84 memcpy(xnext, this->Vals, (numVals - 1) * sizeof(double)); in ComputeNextStep()
/dports/java/jgraphx/jgraphx-4.2.2/src/com/mxgraph/util/svg/
H A DExtendedGeneralPath.java53 int numVals = 0; field in ExtendedGeneralPath
159 values[numVals++] = rx; in arcTo()
160 values[numVals++] = ry; in arcTo()
314 values[numVals++] = x1; in quadTo()
315 values[numVals++] = y1; in quadTo()
371 path.moveTo(values[numVals - 2], values[numVals - 1]); in checkMoveTo()
378 path.moveTo(values[numVals - 2], values[numVals - 1]); in checkMoveTo()
533 if (numVals == 0) in getCurrentPoint()
546 numVals = 0; in reset()
782 result.numVals = numVals; in clone()
[all …]
/dports/lang/gauche/Gauche-0.9.10/src/
H A Dvminsn.c667 {VAL0=(val);(vm)->numVals=(1);NEXT_PUSHCHECK;}}} in CASE()
679 {VAL0=(SCM_NIL);(vm)->numVals=(1);NEXT_PUSHCHECK;}} in CASE()
685 {VAL0=(SCM_FALSE);(vm)->numVals=(1);NEXT_PUSHCHECK;}} in CASE()
727 {VAL0=(val);(vm)->numVals=(1);RETURN_OP();NEXT;}}} in CASE()
877 {VAL0=(clo);(vm)->numVals=(1);NEXT_PUSHCHECK;}}} in CASE()
1129 (vm)->numVals=(nvals); in CASE()
1174 (vm)->numVals=(1);NEXT;}} in CASE()
1656 {VAL0=(cp);(vm)->numVals=(1);NEXT_PUSHCHECK;}}} in CASE()
1669 {VAL0=(cp);(vm)->numVals=(1);NEXT_PUSHCHECK;}}} in CASE()
1735 {VAL0=(cp);(vm)->numVals=(1);NEXT_PUSHCHECK;}}} in CASE()
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Math/
H A DvtkRungeKutta4.cxx65 int i, numDerivs, numVals; in ComputeNextStep() local
83 numVals = numDerivs + 1; in ComputeNextStep()
84 for(i=0; i<numVals-1; i++) in ComputeNextStep()
88 this->Vals[numVals-1] = t; in ComputeNextStep()
104 for(i=0; i<numVals-1; i++) in ComputeNextStep()
108 this->Vals[numVals-1] = t + delT/2.0; in ComputeNextStep()
116 for(i=0; i<numVals-1; i++) in ComputeNextStep()
120 this->Vals[numVals-1] = t + delT/2.0; in ComputeNextStep()
128 for(i=0; i<numVals-1; i++) in ComputeNextStep()
132 this->Vals[numVals-1] = t + delT; in ComputeNextStep()
H A DvtkRungeKutta2.cxx35 int i, numDerivs, numVals; in ComputeNextStep() local
53 numVals = numDerivs + 1; in ComputeNextStep()
54 for(i=0; i<numVals-1; i++) in ComputeNextStep()
58 this->Vals[numVals-1] = t; in ComputeNextStep()
70 memcpy(xnext, this->Vals, (numVals-1)*sizeof(double)); in ComputeNextStep()
75 for(i=0; i<numVals-1; i++) in ComputeNextStep()
79 this->Vals[numVals-1] = t + delT/2.0; in ComputeNextStep()
84 memcpy(xnext, this->Vals, (numVals-1)*sizeof(double)); in ComputeNextStep()
/dports/databases/grass7/grass-7.8.6/lib/raster/
H A Dnull_val.c84 G_zero((char *)rast, numVals * Rast_cell_size(data_type)); in Rast__set_null_value()
88 Rast_set_null_value(rast, numVals, data_type); in Rast__set_null_value()
102 Rast_set_c_null_value((CELL *) buf, numVals); in Rast_set_null_value()
106 Rast_set_f_null_value((FCELL *) buf, numVals); in Rast_set_null_value()
110 Rast_set_d_null_value((DCELL *) buf, numVals); in Rast_set_null_value()
124 void Rast_set_c_null_value(CELL * cellVals, int numVals) in Rast_set_c_null_value() argument
128 for (i = 0; i < numVals; i++) in Rast_set_c_null_value()
138 void Rast_set_f_null_value(FCELL * fcellVals, int numVals) in Rast_set_f_null_value() argument
145 for (i = 0; i < numVals; i++) in Rast_set_f_null_value()
155 void Rast_set_d_null_value(DCELL * dcellVals, int numVals) in Rast_set_d_null_value() argument
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/openmp/internal/
H A DParallelQuickSortOpenMP.h130 const vtkm::Id numVals = range[1] - range[0]; in SelectPivot() local
131 assert(numVals >= 9); in SelectPivot()
136 const vtkm::Id seed = range[0] * 3 / 2 + range[1] * 11 / 3 + numVals * 10 / 7; in SelectPivot()
137 const vtkm::Id delta = (numVals / 9) * 4 / 3; in SelectPivot()
140 range[0] + ((seed + 0 * delta) % numVals), range[0] + ((seed + 1 * delta) % numVals), in SelectPivot()
141 range[0] + ((seed + 2 * delta) % numVals), range[0] + ((seed + 3 * delta) % numVals), in SelectPivot()
142 range[0] + ((seed + 4 * delta) % numVals), range[0] + ((seed + 5 * delta) % numVals), in SelectPivot()
143 range[0] + ((seed + 6 * delta) % numVals), range[0] + ((seed + 7 * delta) % numVals), in SelectPivot()
144 range[0] + ((seed + 8 * delta) % numVals) in SelectPivot()
233 const vtkm::Id numVals = range[1] - range[0]; in Sort() local
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/openmp/internal/
H A DParallelQuickSortOpenMP.h140 const vtkm::Id numVals = range[1] - range[0]; in SelectPivot() local
141 assert(numVals >= 9); in SelectPivot()
146 const vtkm::Id seed = range[0] * 3 / 2 + range[1] * 11 / 3 + numVals * 10 / 7; in SelectPivot()
147 const vtkm::Id delta = (numVals / 9) * 4 / 3; in SelectPivot()
150 range[0] + ((seed + 0 * delta) % numVals), range[0] + ((seed + 1 * delta) % numVals), in SelectPivot()
151 range[0] + ((seed + 2 * delta) % numVals), range[0] + ((seed + 3 * delta) % numVals), in SelectPivot()
152 range[0] + ((seed + 4 * delta) % numVals), range[0] + ((seed + 5 * delta) % numVals), in SelectPivot()
153 range[0] + ((seed + 6 * delta) % numVals), range[0] + ((seed + 7 * delta) % numVals), in SelectPivot()
154 range[0] + ((seed + 8 * delta) % numVals) in SelectPivot()
243 const vtkm::Id numVals = range[1] - range[0]; in Sort() local
[all …]
/dports/math/py-or-tools/or-tools-9.2/examples/tests/
H A DCpSolverTest.java69 int numVals = 3; in testCpSolver_solve() local
71 final IntVar x = model.newIntVar(0, numVals - 1, "x"); in testCpSolver_solve()
72 final IntVar y = model.newIntVar(0, numVals - 1, "y"); in testCpSolver_solve()
133 int numVals = 3; in testCpSolver_searchAllSolutions() local
134 final IntVar x = model.newIntVar(0, numVals - 1, "x"); in testCpSolver_searchAllSolutions()
136 model.newIntVar(0, numVals - 1, "z"); in testCpSolver_searchAllSolutions()
155 final int numVals = 3; in testCpSolver_objectiveValue() local
206 final int numVals = 3; in testCpSolver_customLog() local
234 int numVals = 3; in testCpSolver_customLogMultiThread() local
236 IntVar x = model.newIntVar(0, numVals - 1, "x"); in testCpSolver_customLogMultiThread()
[all …]
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xephyr/xorg-server-1.20.13/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xwayland/xorg-server-1.20.13/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xorg-server/xorg-server-1.20.13/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xarcan/xarcan-0.6.0/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/glx/
H A Drender2swap.c224 swapArray(GLint numVals, GLenum datatype, in swapArray() argument
241 for (j = 0; j < numVals; j++) { in swapArray()
252 for (j = 0; j < numVals; j++) { in swapArray()
262 for (j = 0; j < numVals; j++) { in swapArray()
272 for (j = 0; j < numVals; j++) { in swapArray()
306 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
310 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
321 GLint numVals = compHeader[i].numVals; in __glXDispSwap_DrawArrays() local
325 __GLX_SWAP_INT(&numVals); in __glXDispSwap_DrawArrays()
333 glVertexPointer(numVals, datatype, stride, pc); in __glXDispSwap_DrawArrays()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/vtkm/vtk-m/vtkm/cont/internal/
H A DArrayHandleBasicImpl.cxx150 const vtkm::Id numVals = this->GetNumberOfValues(sizeOfT); in PrepareForInput() local
151 const vtkm::UInt64 numBytes = sizeOfT * static_cast<vtkm::UInt64>(numVals); in PrepareForInput()
163 this->ExecutionInterface->Allocate(execArray, numVals, sizeOfT); in PrepareForInput()
174 void ArrayHandleImpl::PrepareForOutput(vtkm::Id numVals, vtkm::UInt64 sizeOfT) in PrepareForOutput() argument
183 this->ExecutionInterface->Allocate(execArray, numVals, sizeOfT); in PrepareForOutput()
184 const vtkm::UInt64 numBytes = sizeOfT * static_cast<vtkm::UInt64>(numVals); in PrepareForOutput()
193 const vtkm::Id numVals = this->GetNumberOfValues(sizeOfT); in PrepareForInPlace() local
194 const vtkm::UInt64 numBytes = sizeOfT * static_cast<vtkm::UInt64>(numVals); in PrepareForInPlace()
207 this->ExecutionInterface->Allocate(execArray, numVals, sizeOfT); in PrepareForInPlace()
267 const vtkm::Id numVals = static_cast<vtkm::Id>(numBytes / sizeOfT); in SyncControlArray() local
[all …]
/dports/math/vtk8/VTK-8.2.0/Charts/Core/Testing/Cxx/
H A DTestFunctionalBagPlot.cxx37 const int numVals = 100; in TestFunctionalBagPlot() local
46 arr[i]->SetNumberOfValues(numVals); in TestFunctionalBagPlot()
47 for (int j = 0; j < numVals; j++) in TestFunctionalBagPlot()
51 static_cast<float>(numVals))) * j + i * 20); in TestFunctionalBagPlot()
59 xArr->SetNumberOfValues(numVals); in TestFunctionalBagPlot()
60 for (int j = 0; j < numVals; j++) in TestFunctionalBagPlot()
70 q3Arr->SetNumberOfTuples(numVals); in TestFunctionalBagPlot()
74 q2Arr->SetNumberOfTuples(numVals); in TestFunctionalBagPlot()
76 for (int i = 0; i < numVals; i++) in TestFunctionalBagPlot()

12345678910>>...15