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

12 3 4 5 6 7 8 91011>>

  /external/chromium-trace/catapult/telemetry/telemetry/value/
histogram_util_unittest.py 13 {"low": 1, "high": 2, "count": 1},
14 {"low": 2, "high": 3, "count": 2}]}"""
17 {"low": 1, "high": 2, "count": 1},
18 {"low": 2, "high": 3, "count": 3},
19 {"low": 3, "high": 4, "count": 10}]}"""
34 {"low": 1, "high": 2, "count": 1},
35 {"low": 2, "high": 3, "count": 2}]}""")
38 {"low": 2, "high": 3, "count": 10},
39 {"low": 3, "high": 4, "count": 10}]}""")
42 {"low": 1, "high": 2, "count": 4}
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
query.py 138 obj An object with attributes named "low" and "high", representing the range.
139 criteria An object with attributes named "low" and "high", representing the criteria.
148 return ((obj.low <= criteria.low <= obj.high) or (
149 obj.low <= criteria.high <= obj.high) or (
150 criteria.low <= obj.low and obj.high <= criteria.high))
153 return ((obj.low < criteria.low and criteria.high <= obj.high) or (
154 obj.low <= criteria.low and criteria.high < obj.high)
    [all...]
  /external/compiler-rt/lib/builtins/
clzdi2.c 26 const si_int f = -(x.s.high == 0);
27 return __builtin_clz((x.s.high & ~f) | (x.s.low & f)) +
clzti2.c 28 const di_int f = -(x.s.high == 0);
29 return __builtin_clzll((x.s.high & ~f) | (x.s.low & f)) +
ffsdi2.c 28 if (x.s.high == 0)
30 return __builtin_ctz(x.s.high) + (1 + sizeof(si_int) * CHAR_BIT);
ffsti2.c 30 if (x.s.high == 0)
32 return __builtin_ctzll(x.s.high) + (1 + sizeof(di_int) * CHAR_BIT);
ashldi3.c 33 result.s.high = input.s.low << (b - bits_in_word);
40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_word - b));
ashlti3.c 33 result.s.high = input.s.low << (b - bits_in_dword);
40 result.s.high = (input.s.high << b) | (input.s.low >> (bits_in_dword - b));
paritydi2.c 24 return __paritysi2(x.s.high ^ x.s.low);
parityti2.c 26 return __paritydi2(x.s.high ^ x.s.low);
fixunsxfdi.c 38 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
39 if (e < 0 || (fb.u.high.s.low & 0x00008000))
fixunsxfti.c 37 int e = (fb.u.high.s.low & 0x00007FFF) - 16383;
38 if (e < 0 || (fb.u.high.s.low & 0x00008000))
  /ndk/sources/cxx-stl/stlport/src/
collate.cpp 32 string collate<char>::do_transform(const char* low, const char* high) const
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const {
37 for ( ; low < high; ++low)
52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const {
57 for ( ; low < high; ++low)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/
uppercase.s 7 high: label
8 seth r0,#HIGH(high)
high-1.s 1 ; Test high/shigh handling.
4 seth r4,#high(foo+0x10000)
7 seth r4,#high(0x12348765)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
double-int.h 60 static double_int from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low);
194 HOST_WIDE_INT high; member in struct:double_int
210 r.high = cst < 0 ? -1 : 0;
233 r.high = 0;
238 double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low)
242 r.high = high;
325 return high == 0;
337 result.high = ~high;
    [all...]
  /external/selinux/libsepol/src/
port_record.c 9 /* Low - High range. Same for single ports. */
10 int low, high; member in struct:sepol_port
20 /* Low - High range. Same for single ports. */
21 int low, high; member in struct:sepol_port_key
29 int low, int high, int proto,
42 tmp_key->high = high;
52 int *low, int *high, int *proto)
56 *high = key->high;
    [all...]
  /external/compiler-rt/lib/builtins/ppc/
floatunditf.c 18 doublebits high = { .d = twop84 }; local
21 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */
24 const double high_addend = high.d - twop84_plus_twop52;
  /external/eigen/test/
nullary.cpp 43 Scalar high = internal::random<Scalar>(-500,500); local
44 Scalar low = (size == 1 ? high : internal::random<Scalar>(-500,500));
45 if (low>high) std::swap(low,high);
47 const Scalar step = ((size == 1) ? 1 : (high-low)/(size-1));
51 m.setLinSpaced(size,low,high);
60 m = VectorType::LinSpaced(size,low,high);
67 //VERIFY( m(m.size()-1) == high );
71 m = VectorType::LinSpaced(Sequential,size,low,high);
75 //VERIFY( m(m.size()-1) == high );
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
random.h 57 * @param high Upper limit
61 inline double rand_double(double high = 1.0, double low = 0)
63 return low + ((high-low) * (std::rand() / (RAND_MAX + 1.0)));
68 * @param high Upper limit
72 inline int rand_int(int high = RAND_MAX, int low = 0)
74 return low + (int) ( double(high-low) * (std::rand() / (RAND_MAX + 1.0)));
  /external/webrtc/webrtc/modules/audio_coding/codecs/ilbc/
augmented_cb_corr.h 38 size_t high, /* (i) Lag to end at (typically 39 */
get_lsp_poly.c 46 int16_t high, low; local
67 high = (int16_t)(fPtr[-1] >> 16);
68 low = (int16_t)((fPtr[-1] - ((int32_t)high << 16)) >> 1);
70 tmpW32 = ((high * *lspPtr) << 2) + (((low * *lspPtr) >> 15) << 2);
  /external/strace/tests/
llseek.c 43 const unsigned long high = 0xdefaced; local
47 int rc = syscall(__NR__llseek, -1, high, low, &result, SEEK_SET);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-powerpc/
vle-reloc-def-2.s 35 .globl high
36 high: label
  /device/google/dragon/
enctune.conf 24 QualityLevel high
38 QualityLevel high
54 QualityLevel high

Completed in 2923 milliseconds

12 3 4 5 6 7 8 91011>>