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

1 2 3 4 5 6

  /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)
e_rem_pio2.c 81 u_int32_t low; local
154 GET_LOW_WORD(low,x);
155 SET_LOW_WORD(z,low);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/util/
BinarySearch.java 34 int low = 0, high = data.length() - 1; local
35 while (low <= high) {
36 int mid = (low + high) >> 1;
43 low = mid + 1;
59 int low = 0, mid = -1, high = data.length() - 1; local
60 while (low <= high) {
61 mid = (low + high) >> 1;
64 low = mid + 1;
  /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;
  /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:__anon12791
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/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;
  /external/icu4c/layout/
LEFontInstance.cpp 64 LEUnicode16 low = chars[i + 1]; local
66 if (low >= 0xDC00 && low <= 0xDFFF) {
67 code = (high - 0xD800) * 0x400 + low - 0xDC00 + 0x10000;
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low = huff & mask
    [all...]
  /external/qemu/
elf_ops.h 188 uint64_t addr, low = (uint64_t)-1, high = 0; local
252 if (addr < low)
253 low = addr;
263 *lowaddr = (uint64_t)(elf_sword)low;
  /external/qemu/slirp-android/
ip_icmp.c 142 int low = so->so_faddr_ip & 0xff; local
144 if (low >= CTL_DNS && low < CTL_DNS + dns_addr_count)
145 addr_ip = dns_addr[low - CTL_DNS];
  /external/zlib/contrib/infback9/
inftree9.c 51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
201 low = (unsigned)(-1); /* trigger new sub-table when len > root */
203 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
277 low = huff & mask
    [all...]
  /external/zlib/
inftrees.c 51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low = huff & mask
    [all...]
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 211 int high = start + len, low = start - 1, guess; local
213 while (high - low > 1) {
214 guess = (high + low) / 2;
217 low = guess;
  /dalvik/libcore/luni/src/main/native/
org_apache_harmony_luni_util_NumberConvert.c 96 int high, low, i; local
229 low = compareHighPrecision (R, RLength, mminus, mminus_Length) <= 0;
238 if (low || high)
255 if (low && !high)
257 else if (high && !low)
  /dalvik/vm/
Bits.h 59 u4 low, high; local
65 low = pSrc[4];
66 low = (low << 8) | pSrc[5];
67 low = (low << 8) | pSrc[6];
68 low = (low << 8) | pSrc[7];
70 return ((u8) high << 32) | (u8) low;
101 u4 low, high local
156 u4 low, high; local
204 u4 low, high; local
    [all...]
  /external/e2fsprogs/lib/ext2fs/
badblocks.c 164 int low, high, mid; local
172 low = 0;
174 if (blk == bb->list[low])
175 return low;
179 while (low < high) {
180 mid = (low+high)/2;
181 if (mid == low || mid == high)
188 low = mid;
  /external/e2fsprogs/resize/
extent.c 144 int low, high, mid; local
153 low = 0;
155 while (low <= high) {
157 mid = (low+high)/2;
159 if (low == high)
160 mid = low;
163 lowval = extent->list[low].old_loc;
173 mid = low + ((int) (range * (high-low)));
183 low = mid+1
    [all...]
  /external/icu4c/i18n/
japancal.cpp 384 int32_t low = 0; local
395 low = kCurrentEra;
397 fprintf(stderr, " low=%d (special)\n", low);
406 while (low < high - 1) {
407 int32_t i = (low + high) / 2;
411 fprintf(stderr, " d=%d low=%d, high=%d. Considering %d:M%d D%d Y%d. { we are ?:M%d D%d Y%d }\n",
412 diff,low, high, i, kEraInfo[i].month-1, kEraInfo[i].day, kEraInfo[i].year, internalGet(UCAL_MONTH), internalGet(UCAL_DATE),year);
431 low = i;
436 fprintf(stderr, ". low=%d, high=%d, i=%d, diff=%d.. %d\n", low, high, i, diff, year)
    [all...]
  /external/icu4c/test/intltest/
tsnmfmt.cpp 141 double low = -high; local
144 } while (low > it || it > high);
  /external/libxml2/
chvalid.c 169 int low, high, mid; local
177 low = 0;
180 while (low <= high) {
181 mid = (low + high) / 2;
182 if ((unsigned short) val < sptr[mid].low) {
186 low = mid + 1;
196 low = 0;
199 while (low <= high) {
200 mid = (low + high) / 2;
201 if (val < lptr[mid].low) {
    [all...]

Completed in 928 milliseconds

1 2 3 4 5 6