HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 426 - 450 of 1418) sorted by null

<<11121314151617181920>>

  /external/opencv3/modules/imgproc/test/
test_templmatch.cpp 55 void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
92 void CV_TemplMatchTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
94 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
99 high = Scalar::all(10.);
  /external/selinux/checkpolicy/
policy_scan.l 246 low-high |
247 LOW-HIGH { return(LOW_HIGH); }
248 high |
249 HIGH { return(HIGH); }
  /external/selinux/libsepol/include/sepol/policydb/
mls_types.h 47 mls_level_t level[2]; /* low == level[0], high == level[1] */
133 uint32_t high; /* last bit represented - equals low for a single cat */ member in struct:mls_semantic_cat
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/
auth.h 71 u_int32_t high; member in struct:des_block::__anon39072
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/
auth.h 71 u_int32_t high; member in struct:des_block::__anon41062
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/asm/
setup.h 77 __u32 high; member in struct:tag_serialnr
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/asm/
setup.h 77 __u32 high; member in struct:tag_serialnr
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/asm/
setup.h 77 __u32 high; member in struct:tag_serialnr
  /toolchain/binutils/binutils-2.25/bfd/
hash.c 346 const unsigned long *high = &primes[sizeof (primes) / sizeof (primes[0])]; local
348 while (low != high)
350 const unsigned long *mid = low + (high - low) / 2;
354 high = mid;
  /toolchain/binutils/binutils-2.25/binutils/
coffgrok.h 73 int high; member in struct:coff_isection
  /toolchain/binutils/binutils-2.25/gas/
flonum-mult.c 88 int P; /* Scan product low-order -> high. */
104 size_of_product = product->high - product->low;
172 /* No room at high order for carry littlenum. */
  /external/boringssl/src/crypto/bn/asm/
x86_64-gcc.c 73 register BN_ULONG high, low; \
74 asm("mulq %3" : "=a"(low), "=d"(high) : "a"(word), "m"(a) : "cc"); \
76 : "+r"(carry), "+d"(high) \
80 : "+m"(r), "+d"(high) \
83 carry = high; \
88 register BN_ULONG high, low; \
89 asm("mulq %3" : "=a"(low), "=d"(high) : "a"(word), "g"(a) : "cc"); \
91 : "+r"(carry), "+d"(high) \
94 (r) = carry, carry = high; \
315 /* Keep in mind that carrying into high part of multiplication result can no
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
math.h 88 unsigned int low, high; member in struct:__mingw_dbl_type_t::__anon43206
101 unsigned int low, high; member in struct:__mingw_ldbl_type_t::__anon43207
341 in the high byte of status word and differ from
374 h = hlp.lh.high;
438 h = hlp.lh.high & 0x7fffffff;
497 return ((hlp.lh.high & 0x80000000) != 0);
659 hx = hlp.lh.high & 0x7fffffff; /* high |x| */
682 v = hlp.val & 0x7fffffff; /* high |x| */
917 hx.lh.high = (hx.lh.high & 0x7fffffff) | (hy.lh.high & 0x80000000)
    [all...]
  /external/icu/icu4c/source/test/intltest/
ssearch.cpp 338 void add(int32_t order, int32_t low, int32_t high);
365 int32_t order, low, high; local
388 high = ucol_getOffset(elems);
395 add(order, low, high);
407 void OrderList::add(int32_t order, int32_t low, int32_t high)
421 list[listSize].highOffset = high;
636 int32_t order, low, high; local
641 high = iter->getOffset();
643 forwardList.add(order, low, high);
652 high = iter->getOffset()
    [all...]
  /bionic/libc/kernel/uapi/linux/
bcache.h 28 __u64 high; member in struct:bkey
42 ((struct bkey) {.high = (1ULL << 63) | ((__u64) (size) << 20) | (inode),.low = (offset) \
  /development/ndk/platforms/android-21/include/linux/
bcache.h 25 __u64 high; member in struct:bkey
35 #define KEY(inode, offset, size) ((struct bkey) { .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), .low = (offset) })
  /external/clang/test/CodeGen/
aarch64-poly64.c 135 poly64x2_t test_vcombine_p64(poly64x1_t low, poly64x1_t high) {
137 return vcombine_p64(low, high);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
PluralRangesTest.java 100 double high = (Double) test[1]; local
109 actual = mf.formatMeasureRange(new Measure(low, unit), new Measure(high, unit));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
PluralRangesTest.java 96 double high = (Double) test[1]; local
105 actual = mf.formatMeasureRange(new Measure(low, unit), new Measure(high, unit));
  /external/javassist/src/main/javassist/bytecode/
CodeAnalyzer.java 171 int high = ci.s32bitAt(index2 + 8); local
172 int n = high - low + 1;
InstructionPrinter.java 248 int high = iter.s32bitAt(index += 4); local
249 int end = (high - low + 1) * 4 + (index += 4);
  /external/libunwind/src/
os-linux.h 206 unsigned long *low, unsigned long *high, unsigned long *offset,
265 /* scan: "LOW-HIGH PERM OFFSET MAJOR:MINOR INUM PATH" */
268 cp = scan_hex (cp, high);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_highbd_error_avx.asm 70 psrlq xm2, 32 ; Zero extended high of a pair of 32 bits
73 psrlq xm0, 32 ; Zero extended high of a pair of 32 bits
108 ; Push the negative size as the high precision code might need it
188 ;; Generic case of size != 16, high precision case
  /external/opencv3/samples/gpu/performance/
performance.cpp 134 void gen(Mat& mat, int rows, int cols, int type, Scalar low, Scalar high)
138 rng.fill(mat, RNG::UNIFORM, low, high);
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 107 double low, double high, double inc)
113 for (double f = low; f < high; f += inc) {

Completed in 1576 milliseconds

<<11121314151617181920>>