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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fabs.c 27 u_int32_t high; local
28 GET_HIGH_WORD(high,x);
29 SET_HIGH_WORD(x,high&0x7fffffff);
s_cbrtf.c 37 u_int32_t high; local
50 GET_FLOAT_WORD(high,t);
51 SET_FLOAT_WORD(t,sign|((high&0x7fffffff)/3+B2));
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
63 GET_HIGH_WORD(high,x);
64 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 */
69 u_int32_t high; local
71 GET_HIGH_WORD(high,x);
72 INSERT_WORDS(x,high&0x80000000,0); /* return +-0 *
    [all...]
e_hypot.c 121 u_int32_t high; local
123 GET_HIGH_WORD(high,t1);
124 SET_HIGH_WORD(t1,high+(k<<20));
  /external/chromium_org/third_party/skia/src/gpu/
GrTBSearch.h 22 int high = count - 1; local
24 while (high > low) {
25 int index = (low + high) >> 1;
29 high = index;
34 if (EQ(array[high], target)) {
35 return high;
39 if (LT(array[high], target)) {
40 high += 1;
42 return ~high;
  /external/skia/src/gpu/
GrTBSearch.h 22 int high = count - 1; local
24 while (high > low) {
25 int index = (low + high) >> 1;
29 high = index;
34 if (EQ(array[high], target)) {
35 return high;
39 if (LT(array[high], target)) {
40 high += 1;
42 return ~high;
  /external/arduino/hardware/arduino/cores/arduino/
wiring_analog.c 42 uint8_t low, high; local
52 // 0 to 7 (MUX5 low) or 8 to 15 (MUX5 high).
56 // set the analog reference (high two bits of ADMUX) and select the
78 high = ADCH;
82 high = 0;
86 return (high << 8) | low;
107 digitalWrite(pin, HIGH);
255 digitalWrite(pin, HIGH);
  /external/chromium_org/net/base/
file_stream_metrics_win.cc 17 int high; member in struct:net::__anon8869::Range
130 if (error <= kErrorRangeList[n].high)
143 return kErrorRangeList[0].high + 1;
  /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/compiler-rt/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 */
  /external/compiler-rt/lib/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/elfutils/tests/
dwfl-bug-addr-overflow.c 55 Dwfl_Module *high = dwfl_report_module (dwfl, "high", local
58 assert (high);
72 assert (mod == high);
  /external/oprofile/module/ia64/
op_ia64_model.h 18 uint high; member in struct:op_saved_msr
  /art/compiler/utils/arm/
managed_register_arm.cc 40 Register high = AsRegisterPairHigh(); local
42 ArmManagedRegister::FromCoreRegister(high).Overlaps(other);
48 SRegister high = AsOverlappingDRegisterHigh(); local
50 return (low == other_sreg) || (high == other_sreg);
  /cts/tests/tests/media/src/android/media/cts/
CameraProfileTest.java 31 private void checkQuality(int low, int mid, int high) {
32 Log.v(TAG, "low = " + low + ", mid = " + mid + ", high = " + high);
35 assertTrue(high >= 0 && high <= 100);
36 assertTrue(low <= mid && mid <= high);
42 int high = CameraProfile.getJpegEncodingQualityParameter(CameraProfile.QUALITY_HIGH); local
43 checkQuality(low, mid, high);
51 int high = CameraProfile.getJpegEncodingQualityParameter(id, CameraProfile.QUALITY_HIGH); local
52 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);
  /external/valgrind/main/memcheck/tests/s390x/
cds.c 5 uint64_t high; member in struct:__anon28309
35 val.high = 0;
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
58 op1.high = op1.low = 42;
60 op3.high = op3.low = 0xdeadbeefdeadbabeull;
69 op1.high = op1.low = 42;
cdsg.c 5 uint64_t high; member in struct:__anon28310
37 op2.high = op2.low = 42;
38 op3.high = op3.low = 0xdeadbeefdeadbabeull;
46 op1.high = op1.low = 42;
48 op3.high = op3.low = 0xdeadbeefdeadbabeull;
56 op1.high = op1.low = 42;
  /external/valgrind/main/none/tests/s390x/
cds.c 5 uint64_t high; member in struct:__anon28427
23 printf("before op1 = (%#lx, %#lx)\n", op1.high, op1.low);
25 printf("before op3 = (%#lx, %#lx)\n", op3.high, op3.low);
39 printf("after op1 = (%#lx, %#lx)\n", op1.high, op1.low);
41 printf("after op3 = (%#lx, %#lx)\n", op3.high, op3.low);
50 if (op3.low != op3_before.low || op3.high != op3_before.high) {
58 if (op1.low != op1_before.low || op1.high != op1_before.high) {
66 // higher 32 bits of op2 are the lower 32 bits of op3.high
    [all...]
cdsg.c 5 uint64_t high; member in struct:__anon28428
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) {
62 if (_op1.low != op1_before.low || _op1.high != op1_before.high)
    [all...]
  /frameworks/av/media/libmedia/
autodetect.cpp 852 int high = rangeCount; local
854 while (low < high) {
855 int i = (low + high) / 2;
862 high = i;
  /frameworks/av/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)

Completed in 1470 milliseconds

1 2 3 4 5 6 7 8 91011>>