HomeSort by relevance Sort by last modified time
    Searched full:high (Results 401 - 425 of 8253) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/flann/include/opencv2/flann/
kdtree_single_index.h 278 DistanceType low, high; member in struct:cvflann::KDTreeSingleIndex::Interval
319 bbox[i].high = (DistanceType)dataset_[0][i];
324 if (dataset_[k][i]>bbox[i].high) bbox[i].high = (DistanceType)dataset_[k][i];
352 bbox[i].high = (DistanceType)dataset_[vind_[left]][i];
357 if (bbox[i].high<dataset_[vind_[k]][i]) bbox[i].high=(DistanceType)dataset_[vind_[k]][i];
370 left_bbox[cutfeat].high = cutval;
377 node->divlow = left_bbox[cutfeat].high;
382 bbox[i].high = std::max(left_bbox[i].high, right_bbox[i].high)
    [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.h 344 HReg dst_hi; /* 128-bit result high part; 64-bit result */
346 HReg op2_hi; /* 128-bit operand high part; 64-bit opnd 1 */
348 HReg op3_hi; /* 128-bit operand high part; 64-bit opnd 2 */
355 HReg dst_hi; /* 128-bit result high part; 32/64-bit result */
357 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */
496 HReg dst_hi; /* 128-bit result high part; 32/64-bit result */
498 HReg op2_hi; /* 128-bit operand high part; 32/64-bit opnd */
503 HReg dst_hi; /* 128-bit result high part; 32/64-bit result */
505 HReg op_hi; /* 128-bit operand high part; 32/64-bit opnd */
511 HReg dst_hi; /* 128-bit result high part; 32/64-bit result *
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtc/
type_precision.hpp 169 /// High precision 8 bit signed integer type.
173 /// High precision 16 bit signed integer type.
177 /// High precision 32 bit signed integer type.
181 /// High precision 64 bit signed integer type.
185 /// High precision 8 bit signed integer type.
189 /// High precision 16 bit signed integer type.
197 /// High precision 64 bit signed integer type.
201 /// High precision 8 bit signed integer type.
205 /// High precision 16 bit signed integer type.
209 /// High precision 32 bit signed integer type
    [all...]
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
Packet.java 519 * value. If length is less than 8 bytes, the appropriate high bits in the
544 * value. If length is less than 8 bytes, the appropriate high bits in the
564 * value. If length is less than 8 bytes, the appropriate high bits in the
576 * value. If length is less than 8 bytes, the appropriate high bits in the
587 * VM-sensitive value. If length is less than 8 bytes, the appropriate high
599 * VM-sensitive value. If length is less than 8 bytes, the appropriate high
610 * value. If length is less than 8 bytes, the appropriate high bits in the
622 * value. If length is less than 8 bytes, the appropriate high bits in the
633 * VM-sensitive value. If length is less than 8 bytes, the appropriate high
645 * VM-sensitive value. If length is less than 8 bytes, the appropriate high
    [all...]
  /external/e2fsprogs/e2fsck/
dirinfo.c 186 int low, high, mid; local
226 high = ctx->dir_info->count-1;
235 if (ino == ctx->dir_info->array[high].ino) {
238 ctx->dir_info->array[high].dotdot,
239 ctx->dir_info->array[high].parent);
241 return &ctx->dir_info->array[high];
244 while (low < high) {
245 mid = (low+high)/2;
246 if (mid == low || mid == high)
257 high = mid
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
int-const-02.ll 15 ; Check the high end of the LGHI range.
31 ; Check the high end of the LLILL range.
55 ; Check the high end of the LGFI range.
79 ; Check the high end of the LLILH range.
95 ; Check the high end of the LLILF range.
120 ; Check the high end of the OILL range.
147 ; Check the high end of the OILH range.
156 ; Check the high end of the OILF range.
165 ; Check the high end of the LLIHL range.
206 ; Check the high end of the LLIHF range
    [all...]
int-cmp-30.ll 34 ; Check unsigned comparison near the high end of the CLHHSI range, using zero
48 ; Check unsigned comparison near the high end of the CLHHSI range, using sign
62 ; Check unsigned comparison above the high end of the CLHHSI range, using zero
92 ; ...and then the high end.
132 ; Check signed comparison near the high end of the CLHHSI range, using zero
146 ; Check signed comparison near the high end of the CLHHSI range, using sign
160 ; Check signed comparison above the high end of the CLHHSI range, using zero
173 ; Check signed comparison near the high end of the CHHSI range, using sign
187 ; Check signed comparison above the high end of the CHHSI range, using sign
  /external/webrtc/webrtc/modules/video_coding/
qm_select_unittest.cc 23 // Representative values of content metrics for: low/high/medium(default) state,
95 // No down-sampling action at high rates.
146 // High motion, low spatial: 2x2 spatial expected.
171 // High motion, high spatial: 2/3 temporal expected.
179 // Low motion, high spatial: 1/2 temporal expected.
187 // Medium motion, high spatial: 1/2 temporal expected.
196 // High motion, medium spatial: 2x2 spatial expected.
206 // Low motion, medium spatial: high frame rate, so 1/2 temporal expected.
215 // Medium motion, medium spatial: high frame rate, so 2/3 temporal expected
    [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 1145 int high = toIndex; local
1176 int high = toIndex; local
1207 int high = toIndex; local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 77 int low, high; local
80 high = hi;
82 if ( low < (high-2) ) {
85 maxx = sp[high];
87 spsorty( sp, low, high);
92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows)));
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
105 else if (low >= (high - 1)) { // two or one points
106 a = makeEdge(sp[low], sp[high]);
112 b = makeEdge(s2, (s3 = sp[high]));
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/cloudhsm/
layer1.py 66 Creates a high-availability partition group. A high-
71 :param label: The label of the new high-availability partition group.
152 Deletes a high-availability partition group.
155 :param hapg_arn: The ARN of the high-availability partition group to
190 Retrieves information about a high-availability partition
194 :param hapg_arn: The ARN of the high-availability partition group to
246 Gets the configuration files necessary to connect to all high
256 :param hapg_list: A list of ARNs that identify the high-availability
281 Lists the high-availability partition groups for the account
    [all...]
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Delaunay.cpp 77 int low, high; local
80 high = hi;
82 if ( low < (high-2) ) {
85 maxx = sp[high];
87 spsorty( sp, low, high);
92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows)));
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
105 else if (low >= (high - 1)) { // two or one points
106 a = makeEdge(sp[low], sp[high]);
112 b = makeEdge(s2, (s3 = sp[high]));
    [all...]
  /toolchain/binutils/binutils-2.25/gas/doc/
c-m32r.texi 155 @item -warn-unmatched-high
156 @cindex @samp{-warn-unmatched-high} option, M32R
158 @code{.high} pseudo op is encountered without a matching @code{.low}
162 @item -no-warn-unmatched-high
163 @cindex @samp{-no-warn-unmatched-high} option, M32R
164 Disables a previously enabled @emph{-warn-unmatched-high} option.
168 This is a shorter synonym for the @emph{-warn-unmatched-high} option.
172 This is a shorter synonym for the @emph{-no-warn-unmatched-high} option.
197 @item high @var{expression}
198 @cindex @code{high} directive, M32
    [all...]
  /external/icu/icu4c/source/common/
usc_impl.c 271 UChar high = scriptRun->textArray[scriptRun->scriptLimit]; local
272 UChar32 ch = high;
277 * if the character is a high surrogate and it's not the last one
280 if (high >= 0xD800 && high <= 0xDBFF && scriptRun->scriptLimit < scriptRun->textLength - 1) {
288 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
337 * end it before the high surrogate
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraConstrainedHighSpeedCaptureSessionImpl.java 45 * for the constrained high speed speed mode.
86 // the preview frame rate, should use maxBatch size for that high speed stream
153 checkCollectionNotEmpty(requestList, "High speed request list");
185 throw new UnsupportedOperationException("Constrained high speed session doesn't support"
195 "a constrained high speed capture session");
203 throw new UnsupportedOperationException("Constrained high speed session doesn't support"
213 "a constrained high speed capture session");
  /frameworks/base/graphics/java/android/graphics/drawable/
LevelListDrawable.java 68 public void addLevel(int low, int high, Drawable drawable) {
70 mLevelListState.addLevel(low, high, drawable);
120 int high = a.getInt( local
127 if (high < 0) {
147 mLevelListState.addLevel(low, high, dr);
197 public void addLevel(int low, int high, Drawable drawable) {
200 mHighs[pos] = high;
  /system/tpm/trunks/ftdi/
support.c 204 /* Set the low bit pins high/low */
215 /* Set the high bit pins high/low */
226 /* Set the GPIO pins high/low */
231 if (direction == HIGH) {
246 if (direction == HIGH) {
261 if (direction == HIGH) {
  /external/opencv3/modules/calib3d/src/
dls.h 165 int high = nn - 1; local
174 if (i < low || i > high) {
262 for (int i = low; i <= high; i++) {
418 for (int i = low; i <= high; i++) {
572 if (i < low || i > high) {
582 for (int i = low; i <= high; i++) {
584 for (int k = low; k <= std::min(j, high); k++) {
599 int high = n - 1; local
601 for (int m = low + 1; m <= high - 1; m++) {
606 for (int i = m; i <= high; i++)
    [all...]
  /docs/source.android.com/src/security/bulletin/
2015-08-01.jd 88 <td>High</td>
93 <td>High</td>
98 <td>High</td>
103 <td>High</td>
108 <td>High</td>
113 <td>High</td>
118 <td>High</td>
123 <td>High</td>
216 guidelines, this was rated as a High severity vulnerability and was reported to
250 guidelines, this was rated as a High severity vulnerability and was reported t
    [all...]
2015-09-01.jd 77 <td>High</td>
82 <td>High</td>
87 <td>High</td>
92 <td>High</td>
228 <p>This issue is rated as High severity because it allows a malicious application
240 <td>High</td>
246 <td>High</td>
260 <p>This issue is rated as High severity because it can be used to gain privileges
272 <td>High</td>
285 <p>This issue is rated as High severity because it can be used to gain privilege
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 144 uint64_t high; member in class:btConvexHullInternal::Int128
150 Int128(uint64_t low, uint64_t high): low(low), high(high)
154 Int128(uint64_t low): low(low), high(0)
158 Int128(int64_t value): low(value), high((value >= 0) ? 0 : (uint64_t) -1LL)
168 return Int128((uint64_t) -(int64_t)low, ~high + (low == 0));
177 : [rl] "=r" (result.low), [rh] "=r" (result.high)
178 : "0"(low), "1"(high), [bl] "g"(b.low), [bh] "g"(b.high)
582 static uint32_t high(uint64_t value) function in class:btConvexHullInternal::DMul
602 static uint64_t high(Int128 value) function in class:btConvexHullInternal::DMul
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZRegisterInfo.td 63 class GPR64<bits<16> num, string n, GPR32 low, GPR32 high>
64 : SystemZRegWithSubregs<n, [low, high]> {
70 class GPR128<bits<16> num, string n, GPR64 low, GPR64 high>
71 : SystemZRegWithSubregs<n, [low, high]> {
101 // Combine the low and high GR32s into a single class. This can only be
102 // used for virtual registers if the high-word facility is available.
177 class FPR64<bits<16> num, string n, FPR32 high>
178 : SystemZRegWithSubregs<n, [high]> {
184 class FPR128<bits<16> num, string n, FPR64 low, FPR64 high>
185 : SystemZRegWithSubregs<n, [low, high]> {
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
filterbanks.c 49 * This function creates low-pass and high-pass decimated versions of part of
65 HP: a FRAMESAMPLES_HALF array of high-pass filtered samples that
76 HP_la: a FRAMESAMPLES_HALF array of high-pass filtered samples
98 /* High pass filter */
222 /* Now Construct low-pass and high-pass signals as combinations of polyphase components */
225 HP[k] = 0.5f*(tempin_ch1[k] - tempin_ch2[k]);/* high pass signal*/
229 /* now create low pass and high pass signals of the input vector. However, no
231 Also, the input contains some samples that are lookahead samples. The high pass
250 HP_la[k] = (double)(0.5f*(tempin_ch1[k] - tempin_ch2[k])); /* high pass */
271 high-pass signals and creates a reconstructed fullban
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.h 53 * This is a high-performance, high-range accelerometer for extreme applications.
169 * REG2 HPCF (high-pass cutoff frequency) bits
179 * REG2 HPM (high-pass filter mode) bits
270 INT_CFG_XHIE = 0x02, // enable intr on high X event
284 INT_SRC_XH = 0x02, // X high intr event
360 * Sets a high-pass cutoff filter
368 * Sets a high-pass filter mode
386 * Enables a high-pass filter for interrupt 1 source
394 * Enables a high-pass filter for interrupt 2 sourc
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 196 high = level_factory(policy, levels[1].strip())
200 high = low
204 policy_range = qpol.qpol_mls_range_t(policy, low.qpol_symbol, high.qpol_symbol)
207 format(sym, low, high))
430 high = self.high
432 if high == low:
435 return "{0} - {1}".format(low, high)
442 return self.low == other.low and self.high == other.high
455 def high(self): member in class:Range
    [all...]

Completed in 1129 milliseconds

<<11121314151617181920>>