Home
last modified time | relevance | path

Searched refs:vSize (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dsparse_autoencoder_test.cpp23 const size_t vSize = 5; variable
26 const size_t c = vSize + 1;
66 const size_t vSize = 20; variable
69 const size_t l2 = vSize;
74 data.randu(vSize, points);
117 const size_t vSize = 20; variable
119 const size_t l2 = vSize;
159 const size_t vSize = 20; variable
162 const size_t l2 = vSize;
214 const size_t vSize = 20; variable
[all …]
/dports/math/timbl/timbl-6.6/src/
H A DChoppers.cxx132 vSize = len+1; in init()
133 choppedInput.resize(vSize); in init()
268 vSize = len+1; in init()
269 choppedInput.resize(vSize); in init()
300 vSize = len+1; in init()
301 choppedInput.resize(vSize); in init()
337 if ( res != vSize ){ in chop()
374 choppedInput[vSize-1] = p; in chop()
415 if ( len != vSize * fLen ){ in chop()
446 if ( res != vSize ){ in chop()
[all …]
/dports/cad/cura-engine/CuraEngine-fadb5d6b/tests/utils/
H A DPolygonUtilsTest.cpp58 ASSERT_LE(vSize(result - parameters.supposed), 10) in TEST_P()
60 …<< "\tPS: dist to boundary computed = " << vSize(cpp.location - result) << "; vs supposed = " << v… in TEST_P()
96 …ASSERT_TRUE(vSize(result - supposed1) <= maximum_error || vSize(result - supposed2) <= maximum_err… in TEST_F()
98 …oundary computed = " << vSize(cpp.location - result) << "; vs supposed = " << vSize(cpp.location -… in TEST_F()
114 …TRUE(vSize(result - supposed1) <= maximum_error || vSize(result - supposed2) <= maximum_error || v… in TEST_F()
116vSize(cpp.location - result) << "; vs supposed = " << vSize(cpp.location - supposed1) << ", " << v… in TEST_F()
129 ASSERT_LE(vSize(result - supposed), 10) in TEST_F()
131 …<< "\tPS: dist to boundary computed = " << vSize(cpp.location - result) << "; vs supposed = " << v… in TEST_F()
147 …ASSERT_TRUE(vSize(result - supposed1) <= maximum_error || vSize(result - supposed2) <= maximum_err… in TEST_F()
257 …ASSERT_LE(vSize(result - parameters.supposed), 10) << "Close to " << parameters.close_to << " we f… in TEST_P()
[all …]
H A DSparseGridTest.cpp49 …<< "Point " << point << " is near " << target << " (distance " << vSize(point - target) << "), but… in TEST_P()
55 …<< "Point " << point << " is far from " << target << " (distance " << vSize(point - target) << "),… in TEST_P()
78 const coord_t distance = vSize(point - target); in TEST_F()
100 …<< "Point " << point << " is near " << target << " (distance " << vSize(point - target) << "), but… in TEST_F()
106 …<< "Point " << point << " is far from " << target << " (distance " << vSize(point - target) << "),… in TEST_F()
123 const coord_t distance = vSize(point - target); in TEST_F()
145 …<< "Point " << point << " is near " << target << " (distance " << vSize(point - target) << "), but… in TEST_F()
151 …<< "Point " << point << " is far from " << target << " (distance " << vSize(point - target) << "),… in TEST_F()
191 …sult.val << " (distance " << vSize(target - result.val) << "), but it was " << *parameters.result … in TEST_P()
224 "), but it should've been " << expected1 << "(distance " << vSize(expected1 - target) << in TEST_F()
[all …]
/dports/science/plumed/plumed2-2.7.2/src/asmjit/
H A Dvmem.cpp294 size_t vSize; in vMemMgrCreateNode() local
322 node->size = vSize; in vMemMgrCreateNode()
326 node->largestBlock = vSize; in vMemMgrCreateNode()
545 vSize = Utils::alignTo<size_t>(vSize, permanentAlignment); in vMemMgrAllocPermanent()
557 if (nodeSize < vSize) nodeSize = vSize; in vMemMgrAllocPermanent()
577 node->used += vSize; in vMemMgrAllocPermanent()
578 self->_usedBytes += vSize; in vMemMgrAllocPermanent()
593 vSize = Utils::alignTo<size_t>(vSize, 32); in vMemMgrAllocFreeable()
594 if (vSize == 0) in vMemMgrAllocFreeable()
604 if ((node->getAvailable() < vSize) || (node->largestBlock < vSize && node->largestBlock != 0)) { in vMemMgrAllocFreeable()
[all …]
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dreordi_c.c173 SpiceInt vSize; in reordi_c() local
191 vSize = ndim * sizeof(SpiceInt); in reordi_c()
193 ordvec = (SpiceInt *) malloc( vSize ); in reordi_c()
201 errint_c ( "#", vSize ); in reordi_c()
H A Dreordd_c.c175 SpiceInt vSize; in reordd_c() local
194 vSize = ndim * sizeof(SpiceInt); in reordd_c()
196 ordvec = (SpiceInt *) malloc( vSize ); in reordd_c()
204 errint_c ( "#", vSize ); in reordd_c()
H A Disordv_c.c185 SpiceInt vSize; in isordv_c() local
211 vSize = n * sizeof(SpiceInt); in isordv_c()
213 ordvec = (SpiceInt *) malloc( vSize ); in isordv_c()
221 errint_c ( "#", vSize ); in isordv_c()
H A Dbschoi_c.c180 SpiceInt vSize; in bschoi_c() local
199 vSize = ndim * sizeof(SpiceInt); in bschoi_c()
201 ordvec = (SpiceInt *) malloc( vSize ); in bschoi_c()
209 errint_c ( "#", vSize ); in bschoi_c()
H A Dreordc_c.c192 SpiceInt vSize; in reordc_c() local
231 vSize = ndim * sizeof(SpiceInt); in reordc_c()
233 ordvec = (SpiceInt *) malloc( vSize ); in reordc_c()
243 errint_c ( "#", vSize ); in reordc_c()
H A Dreordl_c.c180 SpiceInt vSize; in reordl_c() local
198 vSize = ndim * sizeof(SpiceInt); in reordl_c()
200 ordvec = (SpiceInt *) malloc( vSize ); in reordl_c()
208 errint_c ( "#", vSize ); in reordl_c()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dreordd_c.c175 SpiceInt vSize; in reordd_c() local
194 vSize = ndim * sizeof(SpiceInt); in reordd_c()
196 ordvec = (SpiceInt *) malloc( vSize ); in reordd_c()
204 errint_c ( "#", vSize ); in reordd_c()
H A Dreordi_c.c173 SpiceInt vSize; in reordi_c() local
191 vSize = ndim * sizeof(SpiceInt); in reordi_c()
193 ordvec = (SpiceInt *) malloc( vSize ); in reordi_c()
201 errint_c ( "#", vSize ); in reordi_c()
H A Disordv_c.c185 SpiceInt vSize; in isordv_c() local
211 vSize = n * sizeof(SpiceInt); in isordv_c()
213 ordvec = (SpiceInt *) malloc( vSize ); in isordv_c()
221 errint_c ( "#", vSize ); in isordv_c()
H A Dbschoi_c.c180 SpiceInt vSize; in bschoi_c() local
199 vSize = ndim * sizeof(SpiceInt); in bschoi_c()
201 ordvec = (SpiceInt *) malloc( vSize ); in bschoi_c()
209 errint_c ( "#", vSize ); in bschoi_c()
H A Dreordc_c.c192 SpiceInt vSize; in reordc_c() local
231 vSize = ndim * sizeof(SpiceInt); in reordc_c()
233 ordvec = (SpiceInt *) malloc( vSize ); in reordc_c()
243 errint_c ( "#", vSize ); in reordc_c()
H A Dreordl_c.c180 SpiceInt vSize; in reordl_c() local
198 vSize = ndim * sizeof(SpiceInt); in reordl_c()
200 ordvec = (SpiceInt *) malloc( vSize ); in reordl_c()
208 errint_c ( "#", vSize ); in reordl_c()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dformat.cxx30 vSize[SIZ_TEXT] = 100; in SmFormat()
31 vSize[SIZ_INDEX] = 60; in SmFormat()
32 vSize[SIZ_FUNCTION] = in SmFormat()
33 vSize[SIZ_OPERATOR] = 100; in SmFormat()
34 vSize[SIZ_LIMITS] = 60; in SmFormat()
134 if (vSize[i] != rFormat.vSize[i]) in operator ==()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dformat.cxx30 vSize[SIZ_TEXT] = 100; in SmFormat()
31 vSize[SIZ_INDEX] = 60; in SmFormat()
32 vSize[SIZ_FUNCTION] = in SmFormat()
33 vSize[SIZ_OPERATOR] = 100; in SmFormat()
34 vSize[SIZ_LIMITS] = 60; in SmFormat()
134 if (vSize[i] != rFormat.vSize[i]) in operator ==()
/dports/cad/openroad/OpenROAD-2.0/src/par/src/
H A DHypergraph.cpp86 int vSize = vertexWeight.size(); in computeVertexWeightRange() local
87 if (vSize != 0) { in computeVertexWeightRange()
88 vSize = (int) (vSize * percentile); in computeVertexWeightRange()
89 vertexWeight.resize(vSize); in computeVertexWeightRange()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/
H A DwallOverlap.cpp98 coord_t normal_area = vSize(from - to) * line_width; in getFlow()
135 …const coord_t overlap_length_2 = vSize(other_to - other_from); //Twice the length of the overlap a… in getApproxOverlapArea()
144 …const coord_t overlap_length_2 = vSize(from - to); //Twice the length of the overlap area, alongsi… in getApproxOverlapArea()
174 const coord_t to_proj = dot(to - other_to, other_vec) / vSize(other_vec); in getApproxOverlapArea()
177 const coord_t other_to_proj = dot(other_to - to, vec) / vSize(vec); in getApproxOverlapArea()
194 const coord_t from_proj = dot(from - other_from, other_vec) / vSize(other_vec); in getApproxOverlapArea()
197 const coord_t other_from_proj = dot(other_from - from, vec) / vSize(vec); in getApproxOverlapArea()
207 …const coord_t overlap_length_2 = vSize(from_middle - to_middle); //(An approximation of) twice the… in getApproxOverlapArea()
H A DMergeInfillLines.cpp28 result += vSize(point - previous_point); in calcPathLength()
104 … merged_part_length = vSize(first_path.points[first_path.points.size() - 2] - average_second_path); in mergeLinesSideBySide()
110 …new_path_length -= vSize(first_path.points[first_path.points.size() - 2] - first_path.points[first… in mergeLinesSideBySide()
111 … new_path_length += vSize(first_path.points[first_path.points.size() - 2] - average_second_path); in mergeLinesSideBySide()
115 … new_path_length += vSize(first_path.points[first_path.points.size() - 1] - average_second_path); in mergeLinesSideBySide()
120 new_path_length -= vSize(first_path.points.back() - first_path_start); in mergeLinesSideBySide()
121 new_path_length += vSize(average_second_path - average_first_path); in mergeLinesSideBySide()
176 …rst_direction, second_direction) + max_dot_product_squared > vSize(first_direction) * vSize(second… in tryMerge()
/dports/net/liblinphone/linphone-3.12.0/java/impl/org/linphone/core/
H A DLinphoneCallParamsImpl.java176 VideoSize vSize = new VideoSize(); in getSentVideoSize() local
177 vSize.width = nativeSize[0]; in getSentVideoSize()
178 vSize.height = nativeSize[1]; in getSentVideoSize()
179 return vSize; in getSentVideoSize()
186 VideoSize vSize = new VideoSize(); in getReceivedVideoSize() local
187 vSize.width = nativeSize[0]; in getReceivedVideoSize()
188 vSize.height = nativeSize[1]; in getReceivedVideoSize()
189 return vSize; in getReceivedVideoSize()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_ui/ui/widgets/
H A Dcheckbox.cpp164 const auto vSize = 0. + _st->vsize; in paintXV() local
169 { vLeft, vTop + xSize - vSize + stroke }, in paintXV()
170 { vLeft + stroke, vTop + xSize - vSize }, in paintXV()
194 const auto vSize = 0. + _st->vsize; in paintXV() local
199 { vLeft, vTop + xSize - vSize + stroke }, in paintXV()
200 { vLeft + stroke, vTop + xSize - vSize }, in paintXV()
204 { vLeft + vSize, vTop + xSize - stroke }, in paintXV()
205 { vLeft + vSize, vTop + xSize - stroke }, in paintXV()
206 { vLeft + vSize - stroke, vTop + xSize }, in paintXV()
207 { vLeft + vSize - stroke, vTop + xSize }, in paintXV()
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/mesa/program/
H A Dprog_parameter.c53 const gl_constant_value v[], GLuint vSize, in lookup_parameter_constant() argument
58 assert(vSize >= 1); in lookup_parameter_constant()
59 assert(vSize <= 4); in lookup_parameter_constant()
73 for (j = 0; j < vSize; j++) { in lookup_parameter_constant()
77 if (match == vSize) { in lookup_parameter_constant()
84 if (vSize == 1) { in lookup_parameter_constant()
96 else if (vSize <= list->Parameters[i].Size) { in lookup_parameter_constant()
100 for (j = 0; j < vSize; j++) { in lookup_parameter_constant()
119 if (match == vSize) { in lookup_parameter_constant()

12345678910>>...18