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

1 2 3 4 5 6 7 8 910

  /ndk/tests/build/issue54465-invalid-asm-operand-out-of-range/jni/
issue54465-invalid-asm-operand-out-of-range.cpp 12 uint32_t be = htonl(foo); local
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 18 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
63 int be, kind; local
77 be = p->ext_exp - (LDBL_MAX_EXP - 1) - (LDBL_MANT_DIG - 1);
92 be++;
104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
dtoa.c 14 not be used in advertising or publicity pertaining to
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
47 * 3. Under the assumption that input will be rounded nearest,
102 ndigits can be negative.
118 int bbits, b2, b5, be, dig, i, ieps, ilim, ilim0, ilim1, local
200 b = d2b(dval(&d), &be, &bbits);
226 * We want k to be too large rather than too small.
249 i = bbits + be + (Bias + (P-1) - 1);
442 if (be >= 0 && k <= Int_max) {
455 /* If FLT_ROUNDS == 2, L will usually be high by 1 *
    [all...]
gdtoa.c 14 not be used in advertising or publicity pertaining to
20 IN NO EVENT SHALL LUCENT OR ANY OF ITS ENTITIES BE LIABLE FOR ANY
43 ULong *be, *x, *x0; local
58 be = bits + ((nbits - 1) >> kshift);
65 } while(++bits <= be);
92 * 3. Under the assumption that input will be rounded nearest,
116 (fpi, be, bits, kindp, mode, ndigits, decpt, rve)
117 FPI *fpi; int be; ULong *bits;
120 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
128 be = exponent: value = (integer represented by bits) * (2 to the power of be)
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
57 BLOCK *be = &x->block[ib]; local
67 vp8_subtract_b(be, b, 16);
69 x->short_fdct4x4(be->src_diff, be->coeff, 32);
71 x->quantize_b(be, b);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
subtract_test.cc 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
21 typedef void (*subtract_b_fn_t)(BLOCK *be, BLOCKD *bd, int pitch);
36 BLOCK be; local
47 be.src_diff = reinterpret_cast<int16_t*>(
48 vpx_memalign(16, kBlockHeight * kDiffPredStride * sizeof(*be.src_diff)));
54 be.src = 0;
55 be.base_src = &source;
56 be.src_stride = kSrcStride[i]
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
55 BLOCK *be = &x->block[ib]; local
65 vp8_subtract_b(be, b, 16);
67 x->short_fdct4x4(be->src_diff, be->coeff, 32);
69 x->quantize_b(be, b);
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-testutil/1.8.2/
ant-testutil-1.8.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-bsf.jar 
  /external/autotest/client/common_lib/cros/graphite/
es_utils.py 2 # Use of this source code is governed by a BSD-style license that can be
11 We will be using es to store our metadata.
33 We've included several methods that composes queries that would be useful.
75 logging.debug('Failed to import elasticsearch. Mock classes will be used ' namespace
76 'and calls to Elasticsearch server will be no-op. Test run '
290 that the key/vals will be stored in _source key of the hit object,
293 representing what each field should be between (inclusive).
295 If you want one side to be unbounded, you can use None.
298 @param sort_specs: A list of fields to sort on, tiebreakers will be
303 representing each field should be equal to one of the value
    [all...]
  /external/libvpx/libvpx/vp8/encoder/mips/msa/
encodeopt_msa.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
45 BLOCK *be; local
64 be = &mb->block[2 * loop_cnt];
66 coeff_ptr = be->coeff;
74 be = &mb->block[2 * loop_cnt + 1];
76 coeff_ptr = be->coeff;
114 BLOCK *be; local
126 be = &mb->block[loop_cnt]
    [all...]
  /external/ppp/pppd/plugins/pppoatm/
pppoatm.c 110 struct atm_backend_ppp be; local
111 be.backend_num = ATM_BACKEND_PPP;
113 be.encaps = PPPOATM_ENCAPS_VC;
115 be.encaps = PPPOATM_ENCAPS_LLC;
117 be.encaps = PPPOATM_ENCAPS_AUTODETECT;
118 if (ioctl(fd, ATM_SETBACKEND, &be) < 0)
125 atm_backend_t be = ATM_BACKEND_RAW;
127 (void) ioctl(fd, ATM_SETBACKEND, &be);
  /external/fio/
libfio.c 14 * This program is distributed in the hope that it will be useful,
275 int le = 0, be = 0; local
279 be = 1;
284 if (be)
293 if (!le && !be)
304 * We need these to be properly 64-bit aligned, otherwise we
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
TreeTraverserTest.java 109 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
110 static final BinaryTree bd = new BinaryTree('d', bb, be);
  /external/guava/guava-tests/test/com/google/common/collect/
TreeTraverserTest.java 111 static final BinaryTree be = new BinaryTree('e', null, bf); field in class:TreeTraverserTest
112 static final BinaryTree bd = new BinaryTree('d', bb, be);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_resampler.c 5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
74 float be, tnew; local
89 be = 1 + skew;
95 tnew = be * mm + obj->position;
104 tnew = be * mm + obj->position;
109 obj->position += (*size_out) * be - size;
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/internal/
diyfp.h 139 const uint64_t be = (e == kDpDenormalExponent && (f & kDpHiddenBit) == 0) ? 0 : local
141 u.u64 = (f & kDpSignificandMask) | (be << kDpSignificandSize);
224 double dk = (-61 - e) * 0.30102999566398114 + 347; // dk must be positive, so can do ceiling in positive
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java 105 Rect be = elements[0].getBounds(); local
107 if (be.isValid()) {
111 int offsetX = x - be.x + (feedback.dragBounds != null ? feedback.dragBounds.x : 0);
112 int offsetY = y - be.y + (feedback.dragBounds != null ? feedback.dragBounds.y : 0);
172 Rect be = element.getBounds();
187 if (be.isValid()) {
188 offset = new Point(x - be.x, y - be.y);
190 } else if (offset != null && be.isValid()) {
191 x = offset.x + be.x
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 67 BatteryEntry be; local
76 be = mRequestQueue.remove(0);
78 be.loadNameAndIcon();
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 2 # Use of this source code is governed by a BSD-style license that can be
20 import flimflam # Requires flimflam_test_path to be imported first. namespace
40 # Objects that need to be taken care of in cleanup() are initialized
217 # URLs to be only tested in foreground tab.
221 # URLs to be tested in both, background and foreground modes.
259 """To be passed as the callable to self._run_func()"""
401 # This URL must be visible from WiFi network used for test
446 # completes, those are manually tuned to be roughly around
481 # Most of the tests will be running in this tab.
535 logging.debug('test_server could not be stopped in cleanup'
    [all...]
  /external/autotest/utils/
run_pylint.py 27 print ("Unable to import pylint, it may need to be installed." namespace
45 @param path: optional list of paths where module should be searched for.
60 # need to put autotest root dir on sys.path so pylint will be happy
68 # are imported for their side-effects and are not meant to be used.
321 needs to be edited. If the options are already a part of
405 # W0611: All imported modules (except common) need to be used.
412 # this stage anyone who makes a tiny change to a file will be tasked with
440 # run_pylint can be invoked directly with command line arguments,
  /external/clang/test/CodeGenCXX/
dynamic-cast-hint.cpp 45 volatile E *be = dynamic_cast<E *>(b); local
  /external/e2fsprogs/lib/ext2fs/
crc32c.c 1114 uint32_t be, le; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
TailoredSet.java 27 * Every mapping in the tailoring needs to be compared to the base,
32 * It might be simpler to re-parse the rule string, but:
71 // Also, ICU4C requires handleCE32() to be public because it is used by the callback
144 // They might be useful for saving space,
162 // We might be comparing a tailoring CE which is a copy of
241 Entry te = null, be = null; local
254 be = basePrefixes.next();
255 bp = be.chars.toString();
257 be = null;
273 assert (be != null)
298 Entry te = null, be = null; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
TailoredSet.java 26 * Every mapping in the tailoring needs to be compared to the base,
31 * It might be simpler to re-parse the rule string, but:
69 // Also, ICU4C requires handleCE32() to be public because it is used by the callback
142 // They might be useful for saving space,
160 // We might be comparing a tailoring CE which is a copy of
239 Entry te = null, be = null; local
252 be = basePrefixes.next();
253 bp = be.chars.toString();
255 be = null;
271 assert (be != null)
296 Entry te = null, be = null; local
    [all...]

Completed in 2174 milliseconds

1 2 3 4 5 6 7 8 910