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

1 2 3 4 5 6 7 8 9

  /bionic/libm/src/
s_fabs.c 27 u_int32_t high; local
28 GET_HIGH_WORD(high,x);
29 SET_HIGH_WORD(x,high&0x7fffffff);
s_modf.c 39 if(j0<20) { /* integer part in high x */
46 u_int32_t high; local
48 GET_HIGH_WORD(high,x);
49 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
57 u_int32_t high; local
59 GET_HIGH_WORD(high,x);
60 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
65 u_int32_t high; local
67 GET_HIGH_WORD(high,x);
68 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 *
    [all...]
e_hypot.c 119 u_int32_t high; local
121 GET_HIGH_WORD(high,t1);
122 SET_HIGH_WORD(t1,high+(k<<20));
s_cbrtf.c 44 u_int32_t high; local
57 GET_FLOAT_WORD(high,t);
58 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
68 GET_FLOAT_WORD(high,t);
69 SET_FLOAT_WORD(t,(high&0xfffff000)+0x00001000);
s_cbrt.c 42 u_int32_t high,low; local
70 GET_HIGH_WORD(high,t);
71 SET_HIGH_WORD(t,sign|((high&0x7fffffff)/3+B2));
81 GET_HIGH_WORD(high,t);
82 INSERT_WORDS(t,high+0x00000001,0);
e_jn.c 253 u_int32_t high; local
257 GET_HIGH_WORD(high,b);
258 for(i=1;i<n&&high!=0xfff00000;i++){
261 GET_HIGH_WORD(high,b);
  /external/skia/gpu/include/
GrTBSearch.h 29 int high = count - 1; local
31 while (high > low) {
32 int index = (low + high) >> 1;
36 high = index;
41 if (EQ(array[high], target)) {
42 return high;
46 if (LT(array[high], target)) {
47 high += 1;
49 return ~high;
  /external/clang/test/CodeGen/
2002-09-18-UnionProblem.c 5 char high, low; member in struct:DWstruct
18 rr.s.high = n1;
22 rr.s.high = bm;
2005-09-24-BitFieldCrash.c 9 long long high; member in struct:tree_int_cst::tree_int_cst_lowhi
  /external/oprofile/module/ia64/
op_ia64_model.h 18 uint high; member in struct:op_saved_msr
  /frameworks/compile/libbcc/runtime/lib/ppc/
floatunditf.c 19 doublebits high = { .d = twop84 }; local
22 high.x |= a >> 32; /* 0x1.0p84 + high 32 bits of a */
25 const double high_addend = high.d - twop84_plus_twop52;
  /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);
40 assertTrue(high >= 0 && high <= 100);
41 assertTrue(low <= mid && mid <= high);
54 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); local
55 checkQuality(low, mid, high);
70 int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); local
71 checkQuality(low, mid, high);
    [all...]
  /external/e2fsprogs/e2fsck/
dx_dirinfo.c 83 int low, high, mid; local
86 high = ctx->dx_dir_info_count-1;
91 if (ino == ctx->dx_dir_info[high].ino)
92 return &ctx->dx_dir_info[high];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
101 high = mid;
  /external/e2fsprogs/lib/uuid/
uuid_time.c 60 uint32_t high; local
65 high = uuid.time_mid | ((uuid.time_hi_and_version & 0xFFF) << 16);
66 clock_reg = uuid.time_low | ((uint64_t) high << 32);
  /frameworks/base/media/libmedia/
autodetect.cpp 852 int high = rangeCount; local
854 while (low < high) {
855 int i = (low + high) / 2;
862 high = i;
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_DecodePadMV_PVOP.c 96 OMX_S16 high, low, range; local
134 high = ( 32 * scaleFactor) - 1;
215 if (pDstMVCurMB[iBlk].dx > high)
224 if (pDstMVCurMB[iBlk].dy > high)
  /frameworks/compile/libbcc/runtime/lib/
floatdidf.c 40 const double high = (int32_t)(a >> 32) * twop32; local
43 const double result = (high - twop52) + low.d;
101 fb.u.high = ((su_int)s & 0x80000000) | /* sign */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floatundidf.c 40 union { uint64_t x; double d; } high = { .d = twop84 }; local
43 high.x |= a >> 32;
46 const double result = (high.d - twop84_plus_twop52) + low.d;
102 fb.u.high = ((e + 1023) << 20) | /* exponent */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
double-int.h 57 HOST_WIDE_INT high; member in struct:__anon19123
77 r.high = cst < 0 ? -1 : 0;
99 r.high = 0;
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 57 HOST_WIDE_INT high; member in struct:__anon19485
77 r.high = cst < 0 ? -1 : 0;
99 r.high = 0;
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 57 HOST_WIDE_INT high; member in struct:__anon19862
77 r.high = cst < 0 ? -1 : 0;
99 r.high = 0;
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 99 int high = ranges.size() - 1; local
101 while (low <= high) {
103 int mid = ((unsigned int)low + (unsigned int)high) >> 1;
112 high = mid - 1;
  /external/oprofile/module/x86/
op_x86_model.h 17 uint high; member in struct:op_saved_msr
  /external/webkit/Source/WebCore/platform/graphics/gpu/
PODInterval.h 84 PODInterval(const T& low, const T& high)
86 , m_high(high)
88 , m_maxHigh(high)
93 PODInterval(const T& low, const T& high, const UserData data)
95 , m_high(high)
97 , m_maxHigh(high)
102 const T& high() const { return m_high; } 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()
    [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

Completed in 1246 milliseconds

1 2 3 4 5 6 7 8 9