HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 451 - 475 of 2106) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
mman.h 121 The status is returned in a vector of bytes. The least significant
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
longobject.h 96 /* _PyLong_AsByteArray: Convert the least-significant 8*n bits of long
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 2 # If we end up with a significant number of tests that don't require
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
longobject.h 96 /* _PyLong_AsByteArray: Convert the least-significant 8*n bits of long
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imaplib.py 2 # If we end up with a significant number of tests that don't require
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 70 * <li> There are a significant number of calls to {@link #isWorkspaceApp(String)}, with
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DomUtilitiesTest.java 52 // Differences in text are NOT significant!
  /system/bt/embdrv/sbc/decoder/srce/
dequant.c 179 * processing (which leaves the most significant bit equal to the sign bit if
  /external/icu/icu4c/source/i18n/
decNumberLocal.h 280 uByte *msd; /* -> most significant digit */
345 /* In DFISZERO the first test checks the least-significant word */
397 /* [the top 2 bits will always be in the more-significant uInt] */
451 /* In-line sequence to convert least significant 10 bits of uInt */
540 /* a base-billion uInt array, with the least-significant */
594 /* the MSD), with the least-significant 0-999 'digit' at offset 0.*/
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
amrencode.cpp 539 least significant bit) to WMF (aka, non-IF2). The WMF format stores the data
540 in octets. The least significant 4 bits of the first octet contains the 3GPP
541 frame type information and the most significant 4 bits are zeroed out. The
548 The least significant nibble of the first octet contains the 3GPP frame type
549 and the most significant nibble contains the first 4 encoded speech bits. The
567 pEncOutput in the little endian configuration, i.e., least significant byte,
568 followed by most significant byte. The num_enc_bytes is set to
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduComposer.java 210 * ; with the most significant bit set to one (1xxx xxxx) and with
211 * ; the value in the remaining least significant bits.
254 * ; most significant octet encoded first (big-endian representation).
359 * and place them in the payloads of multiple octets. The most significant
360 * bits are placed in the first octets with the least significant bits
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
PduComposer.java 217 * ; with the most significant bit set to one (1xxx xxxx) and with
218 * ; the value in the remaining least significant bits.
261 * ; most significant octet encoded first (big-endian representation).
366 * and place them in the payloads of multiple octets. The most significant
367 * bits are placed in the first octets with the least significant bits
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info-2 47 * Call HGCD recursively, on the most significant N/2 limbs. Apply the
55 * Call HGCD recursively, on the most significant N/2 limbs of the
67 subquadratic GCD chops off the most significant third of the limbs (the
94 code chops off the most significant half of the inputs for the call to
95 HGCD in the first iteration, and the most significant two thirds for
256 A significant fraction of non-squares can be quickly identified by
367 Since the base case produces digits from least to most significant
656 significant when N is small, and when N is large clearly the multiply
673 The assembly subroutines in GMP are the most significant source of
730 `mpn_mul_basecase' and `mpn_sqr_basecase' give significant speedups
    [all...]
  /docs/source.android.com/src/devices/sensors/
sensor-types.jd 236 <li><a href="#step_detector">Step detector</a> and <a href="#significant_motion">Significant motion</a>, which are usually based on an accelerometer, but could be based on other
337 <td><p><a href="#significant_motion">Significant motion</a> <img
394 <h3 id="significant_motion">Significant motion</h3>
400 <p>A significant motion detector triggers when the detecting a ?significant
402 <p>Examples of such significant motions are:</p>
407 <p>Examples of situations that do not trigger significant motion:</p>
413 <p>At the high level, the significant motion detector is used to reduce the power
416 on significant motion to wake the device up when the user is changing location.</p>
    [all...]
batching.jd 30 <p>Batching can enable significant power savings by preventing the SoC from waking
169 counter-productive. The goal here is to save significant amounts of power.
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp     [all...]
  /external/llvm/lib/Support/
APInt.cpp     [all...]
APFloat.cpp 338 significant BITS bits. */
407 when the least significant BITS are truncated. BITS cannot be
523 significant nibble. Write out exactly COUNT hexdigits, return
955 // Note that there are three significant bits at the left-hand side of the
1013 // Convert the result having "2 * precision" significant-bits back to the one
1014 // having "precision" significant-bits. First, move the radix point from
1021 // the radix point (i.e. "MSB . rest-significant-bits").
    [all...]
  /external/valgrind/
NEWS.old 66 3.3.0 is a feature release with many significant improvements and the
82 has some significant improvements aimed at reducing the false error
474 3.2.0 is a feature release with many significant improvements and the
710 3.1.0 is a feature release with a number of significant improvements:
    [all...]
  /hardware/libhardware/include/hardware/
sensors.h 135 * The least significant 2nd, 3rd and 4th bits are used to represent four possible reporting
262 * Note: Proximity sensor and significant motion sensor which were defined in previous
477 * A sensor of this type triggers an event each time significant motion
479 * For Significant Motion sensor to be useful, it must be defined as a
480 * wake-up sensor. (set SENSOR_FLAG_WAKE_UP). Implement the wake-up significant motion
    [all...]
  /art/runtime/base/
bit_utils.h 56 // Find the bit position of the most significant bit (0-based), or -1 if there were no bits set.
65 // Find the bit position of the least significant bit (0-based), or -1 if there were no bits set.
  /art/runtime/
utils.h 76 // True, if the most significant bits of divisor are 0.
82 // True, if the most significant bits of divisor are 0.
  /external/compiler-rt/lib/builtins/
README.txt 48 si_int __ffsdi2(di_int a); // find least significant 1 bit
49 si_int __ffsti2(ti_int a); // find least significant 1 bit
  /external/fdlibm/
readme 74 (sign,exponent,the first 21 significant bits)
75 __LO(x) the least 32 significant bits of x
  /external/flac/libFLAC/
fixed.c 83 * Whittle err down to 16 bits max. 16 significant bits is enough for
162 * Whittle err down to 16 bits max. 16 significant bits is enough for

Completed in 212 milliseconds

<<11121314151617181920>>