HomeSort by relevance Sort by last modified time
    Searched defs:low (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skia/gpu/include/
GrTBSearch.h 30 int low = 0; local
31 while (high > low) {
32 int index = (low + high) >> 1;
34 low = index + 1;
  /frameworks/compile/libbcc/runtime/lib/ppc/
floatditf.c 16 doublebits low = { .d = twop52 }; local
17 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a. */
22 * high_addend and low.d, and we wish to return their sum
32 result.s.hi = high_addend + low.d;
33 result.s.lo = (high_addend - result.s.hi) + low.d;
floatunditf.c 20 doublebits low = { .d = twop52 }; local
23 low.x |= a & UINT64_C(0x00000000ffffffff); /* 0x1.0p52 + low 32 bits of a */
28 * high_addend and low.d, and we wish to return their sum
37 result.s.hi = high_addend + low.d;
38 result.s.lo = (high_addend - result.s.hi) + low.d;
  /external/clang/test/CodeGen/
2002-09-18-UnionProblem.c 5 char high, low; member in struct:DWstruct
2005-09-24-BitFieldCrash.c 8 unsigned long long low; member in struct:tree_int_cst::tree_int_cst_lowhi
  /external/oprofile/module/ia64/
op_ia64_model.h 19 uint low; member in struct:op_saved_msr
  /bionic/libm/src/
e_hypot.c 70 u_int32_t low; local
72 GET_LOW_WORD(low,a);
73 if(((ha&0xfffff)|low)==0) w = a;
74 GET_LOW_WORD(low,b);
75 if(((hb^0x7ff00000)|low)==0) w = b;
85 u_int32_t low; local
86 GET_LOW_WORD(low,b);
87 if((hb|low)==0) return a;
s_atan.c 81 u_int32_t low; local
82 GET_LOW_WORD(low,x);
84 (ix==0x7ff00000&&(low!=0)))
s_cbrt.c 42 u_int32_t high,low; local
48 GET_LOW_WORD(low,x);
49 if((hx|low)==0)
s_expm1.c 146 u_int32_t low; local
147 GET_LOW_WORD(low,x);
148 if(((hx&0xfffff)|low)!=0)
  /cts/tests/tests/media/src/android/media/cts/
CameraProfileTest.java 36 private void checkQuality(int low, int mid, int high) {
37 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high);
38 assertTrue(low >= 0 && low <= 100);
41 assertTrue(low <= mid && mid <= high);
52 int low = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_LOW); local
55 checkQuality(low, mid, high);
68 int low = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_LOW); local
71 checkQuality(low, mid, high)
    [all...]
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
  /frameworks/base/media/libmedia/
autodetect.cpp 851 int low = 0; local
854 while (low < high) {
855 int i = (low + high) / 2;
860 low = i + 1;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP.c 96 OMX_S16 high, low, range; local
135 low = ( (-32) * scaleFactor);
211 if ( pDstMVCurMB[iBlk].dx < low )
220 if ( pDstMVCurMB[iBlk].dy < low )
  /frameworks/compile/libbcc/runtime/lib/
floatdidf.c 38 union { int64_t x; double d; } low = { .d = twop52 }; local
41 low.x |= a & INT64_C(0x00000000ffffffff);
43 const double result = (high - twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
floatundidf.c 41 union { uint64_t x; double d; } low = { .d = twop52 }; local
44 low.x |= a & UINT64_C(0x00000000ffffffff);
46 const double result = (high.d - twop84_plus_twop52) + low.d;
104 fb.u.low = (su_int)a; /* mantissa-low */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon19120
76 r.low = (unsigned HOST_WIDE_INT) cst;
98 r.low = cst;
154 return cst.low == 0 && cst.high == 0;
162 return cst.low == 1 && cst.high == 0;
170 return (cst.low == ALL_ONES && cst.high == -1);
178 return cst1.low == cst2.low && cst1.high == cst2.high;
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon19482
76 r.low = (unsigned HOST_WIDE_INT) cst;
98 r.low = cst;
154 return cst.low == 0 && cst.high == 0;
162 return cst.low == 1 && cst.high == 0;
170 return (cst.low == ALL_ONES && cst.high == -1);
178 return cst1.low == cst2.low && cst1.high == cst2.high;
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
double-int.h 56 unsigned HOST_WIDE_INT low; member in struct:__anon19859
76 r.low = (unsigned HOST_WIDE_INT) cst;
98 r.low = cst;
154 return cst.low == 0 && cst.high == 0;
162 return cst.low == 1 && cst.high == 0;
170 return (cst.low == ALL_ONES && cst.high == -1);
178 return cst1.low == cst2.low && cst1.high == cst2.high;
  /external/chromium/chrome/browser/safe_browsing/
chunk_range.cc 98 int low = 0; local
101 while (low <= high) {
103 int mid = ((unsigned int)low + (unsigned int)high) >> 1;
110 low = mid + 1;
  /external/oprofile/module/x86/
op_x86_model.h 18 uint low; member in struct:op_saved_msr
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODInterval.h 84 PODInterval(const T& low, const T& high)
85 : m_low(low)
93 PODInterval(const T& low, const T& high, const UserData data)
94 : m_low(low)
101 const T& low() const { return m_low; } function in class:WebCore::PODInterval
105 bool overlaps(const T& low, const T& high) const
107 if (this->high() < low)
109 if (high < this->low())
116 return overlaps(other.low(), other.high());
120 // comparison is performed on the low endpoints of the intervals
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
mf-runtime.h 44 struct __mf_cache { __mf_uintptr_t low; __mf_uintptr_t high; }; member in struct:__mf_cache
  /external/e2fsprogs/lib/blkid/
getsize.c 83 blkid_loff_t high, low; local
171 low = 0;
173 low = high;
174 while (low < high - 1)
176 const blkid_loff_t mid = (low + high) / 2;
179 low = mid;
183 return low + 1;
  /external/icu4c/extra/scrptrun/
scrptrun.cpp 129 // in the text, see if it's followed by a low surrogate
132 UChar low = charArray[scriptEnd + 1]; local
134 // if it is followed by a low surrogate,
136 if (low >= 0xDC00 && low <= 0xDFFF) {
137 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;

Completed in 1979 milliseconds

1 2 3 4 5 6 7 8 9