Home
last modified time | relevance | path

Searched refs:midValue (Results 1 – 25 of 59) sorted by relevance

123

/dports/sysutils/squashfs-tools/CPP/Common/
H A DMyVector.h86 const T& midValue = (*this)[mid]; in FindInSorted() local
87 if (item == midValue) in FindInSorted()
89 if (item < midValue) in FindInSorted()
104 if (item == midValue) in FindInSorted()
106 if (item < midValue) in FindInSorted()
121 if (item == midValue) in AddToUniqueSorted()
123 if (item < midValue) in AddToUniqueSorted()
228 if (item == midValue) in FindInSorted()
230 if (item < midValue) in FindInSorted()
244 if (item == midValue) in AddToSorted()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/Common/
H A DMyVector.h87 const T& midValue = (*this)[mid]; in FindInSorted() local
88 if (item == midValue) in FindInSorted()
90 if (item < midValue) in FindInSorted()
104 const T& midValue = (*this)[mid]; in AddToUniqueSorted() local
105 if (item == midValue) in AddToUniqueSorted()
107 if (item < midValue) in AddToUniqueSorted()
211 const T& midValue = (*this)[mid]; in FindInSorted() local
212 if (item == midValue) in FindInSorted()
214 if (item < midValue) in FindInSorted()
228 if (item == midValue) in AddToSorted()
[all …]
H A DLang.cpp112 UInt32 midValue = _langPairs[mid].Value; in FindItem() local
113 if (value == midValue) in FindItem()
115 if (value < midValue) in FindItem()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/Common/
H A DVector.h87 const T& midValue = (*this)[mid]; in FindInSorted() local
88 if (item == midValue) in FindInSorted()
90 if (item < midValue) in FindInSorted()
189 const T& midValue = (*this)[mid]; in FindInSorted() local
190 if (item == midValue) in FindInSorted()
192 if (item < midValue) in FindInSorted()
205 const T& midValue = (*this)[mid]; in AddToSorted() local
206 if (item == midValue) in AddToSorted()
211 if (item < midValue) in AddToSorted()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/Common/
H A DVector.h87 const T& midValue = (*this)[mid]; in FindInSorted() local
88 if (item == midValue) in FindInSorted()
90 if (item < midValue) in FindInSorted()
189 const T& midValue = (*this)[mid]; in FindInSorted() local
190 if (item == midValue) in FindInSorted()
192 if (item < midValue) in FindInSorted()
205 const T& midValue = (*this)[mid]; in AddToSorted() local
206 if (item == midValue) in AddToSorted()
211 if (item < midValue) in AddToSorted()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/Common/
H A DVector.h87 const T& midValue = (*this)[mid]; in FindInSorted() local
88 if (item == midValue) in FindInSorted()
90 if (item < midValue) in FindInSorted()
189 const T& midValue = (*this)[mid]; in FindInSorted() local
190 if (item == midValue) in FindInSorted()
192 if (item < midValue) in FindInSorted()
205 const T& midValue = (*this)[mid]; in AddToSorted() local
206 if (item == midValue) in AddToSorted()
211 if (item < midValue) in AddToSorted()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/base/
H A Dbinary_search.ts26 const midValue = haystack[mid]; constant
27 if (needle < midValue) {
46 const midValue = haystack[mid]; constant
48 if (needle < midValue) {
50 } else if (needle > midValue) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/ui/src/base/
H A Dbinary_search.ts27 const midValue = haystack[mid]; constant
28 if (needle < midValue) {
47 const midValue = haystack[mid]; constant
49 if (needle < midValue) {
51 } else if (needle > midValue) {
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Util/
H A DReaderUtil.cs104 int midValue = docStarts[mid]; in SubIndex()
105 if (n < midValue) in SubIndex()
107 else if (n > midValue) in SubIndex()
112 while (mid + 1 < size && docStarts[mid + 1] == midValue) in SubIndex()
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/jogamp/graph/font/typecast/
H A DTypecastRenderer.java174 midValue(p1.x, p2.x), in buildShapeImpl()
175 midValue(p1.y, p2.y), true); in buildShapeImpl()
186 midValue(p1.x, p2.x), in buildShapeImpl()
187 midValue(p1.y, p2.y), true); in buildShapeImpl()
200 midValue(p0.x, p1.x), midValue(p0.y, p1.y), true); in buildShapeImpl()
220 private static float midValue(final float a, final float b) {
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/core/tree/space_split/
H A Dmidpoint_space_split_impl.hpp31 double midValue; in SplitSpace() local
34 projVector, midValue)) in SplitSpace()
37 hyp = HyperplaneType(projVector, midValue); in SplitSpace()
H A Dspace_split_impl.hpp27 double& midValue) in GetProjVector() argument
49 midValue = bound[splitDim].Mid(); in GetProjVector()
61 double& midValue) in GetProjVector() argument
100 midValue = projVector.Project(midPoint); in GetProjVector()
H A Dspace_split.hpp43 double& midValue);
63 double& midValue);
H A Dmean_space_split_impl.hpp31 double midValue; in SplitSpace() local
34 projVector, midValue)) in SplitSpace()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/Common/
H A DVector.h140 const T& midValue = (*this)[mid]; in FindInSorted() local
141 if (item == midValue) in FindInSorted()
143 if (item < midValue) in FindInSorted()
156 const T& midValue = (*this)[mid]; in AddToSorted() local
157 if (item == midValue) in AddToSorted()
162 if (item < midValue) in AddToSorted()
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DMergeDocIDRemapper.cs102 int midValue = starts[mid]; in Remap()
103 if (oldDocID < midValue) in Remap()
105 else if (oldDocID > midValue) in Remap()
110 while (mid + 1 < docMaps.Length && starts[mid + 1] == midValue) in Remap()
/dports/archivers/lzmalib/lzmalib-0.0.1/Common/
H A DVector.h172 const T& midValue = (*this)[mid]; in FindInSorted() local
173 if (item == midValue) in FindInSorted()
175 if (item < midValue) in FindInSorted()
188 const T& midValue = (*this)[mid]; in AddToSorted() local
189 if (item == midValue) in AddToSorted()
194 if (item < midValue) in AddToSorted()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/wechat_qrcode/src/zxing/common/binarizer/
H A Dglobal_histogram_binarizer.cpp132 int midValue = LUMINANCE_BUCKETS / 2 + 1; in estimateBlackPoint2() local
157 if (maxPointArray[i] > midValue) { in estimateBlackPoint2()
166 if (maxPointArray[i] < midValue) { in estimateBlackPoint2()
174 int end = midValue; in estimateBlackPoint2()
201 int start = midValue; in estimateBlackPoint2()
228 if (maxIndex < midValue) { in estimateBlackPoint2()
/dports/finance/quantlib/QuantLib-1.20/ql/math/optimization/
H A Dspherecylinder.cpp41 Real midValue = objectiveFunction(x); in BrentMinimize() local
50 if (tentativeNewMidValue < midValue) { // go left in BrentMinimize()
53 midValue = tentativeNewMidValue; in BrentMinimize()
62 if (tentativeNewMidValue < midValue) { // go right in BrentMinimize()
65 midValue = tentativeNewMidValue; in BrentMinimize()
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Dsdp.go64 midValue := getMidValue(media)
65 if midValue == "" {
135 trackDetails.mid = midValue
149 mid: midValue,
214 …cription, shouldAddCandidates bool, dtlsFingerprints []DTLSFingerprint, midValue string, iceParams…
231 WithValueAttribute(sdp.AttrKeyMID, midValue).
279 …tes bool, dtlsFingerprints []DTLSFingerprint, mediaEngine *MediaEngine, midValue string, iceParams…
288 WithValueAttribute(sdp.AttrKeyMID, midValue).
390 appendBundle := func(midValue string) {
391 bundleValue += " " + midValue
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/php-font-lib/src/FontLib/Glyph/
H A DOutlineSimple.php309 …$point_p1['x']},{$point_p1['y']}," . $this->midValue($point_p1['x'], $point_p2['x']) . "," . $this…
320 …h .= "Q{$point['x']},{$point['y']}," . $this->midValue($point['x'], $point_p1['x']) . "," . $this-…
332 function midValue($a, $b) { function in FontLib\\Glyph\\OutlineSimple
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/search/
H A DMultiSearcher.cpp77 int32_t mid,midValue; in subSearcher() local
80 midValue = starts[mid]; in subSearcher()
81 if (n < midValue) in subSearcher()
83 else if (n > midValue) in subSearcher()
86 while (mid+1 < searchablesLen && starts[mid+1] == midValue) { in subSearcher()
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/
H A DMultiSearcher.cpp94 int32_t mid,midValue; in subSearcher() local
97 midValue = starts[mid]; in subSearcher()
98 if (n < midValue) in subSearcher()
100 else if (n > midValue) in subSearcher()
103 while (mid+1 < searchablesLen && starts[mid+1] == midValue) { in subSearcher()
/dports/math/jts/jts-jts-1.18.1/modules/core/src/main/java/org/locationtech/jts/operation/buffer/
H A DVariableBuffer.java143 double midValue, in interpolate() argument
147 midValue = Math.abs(midValue); in interpolate()
158 double delMidStart = midValue - startValue; in interpolate()
159 double delEndMid = endValue - midValue; in interpolate()
177 double val = midValue + lenFrac * delEndMid; in interpolate()
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Dpeerconnection.go414 appendBundle := func(midValue string) {
415 bundleValue += " " + midValue
449 appendBundle(midValue)
458 midValue := strconv.Itoa(bundleCount)
460 midValue = "data"
463 appendBundle(midValue)
631 bundleValue += " " + midValue
644 midValue := pc.getMidValue(media)
645 if midValue == "" {
651 appendBundle(midValue)
[all …]

123