HomeSort by relevance Sort by last modified time
    Searched full:significant (Results 1126 - 1150 of 2960) sorted by null

<<41424344454647484950>>

  /system/bt/btif/src/
btif_pan.c 331 /* The IEEE has specified that the most significant bit of the most significant byte is used to
  /system/bt/embdrv/sbc/decoder/include/
oi_cpu_dep.h 91 #define OI_BIG_ENDIAN_BYTE_ORDER 0 /**< Multiple-byte values are stored in memory beginning with the most significant byte at the lowest address. */
92 #define OI_LITTLE_ENDIAN_BYTE_ORDER 1 /**< Multiple-byte values are stored in memory beginning with the least significant byte at the lowest address. */
  /cts/hostsidetests/sustainedperf/dhrystone/
Drystone-2.1.sh 54 X not significant) differences.
60 X optimizing compilers should be prevented from removing significant
92 XIn general, version 2 follows - in the parts that are significant for
452 X * had small (though not significant) differences.
456 X * removing significant statements.
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 865 // operand has a known-zero bit in a more significant place than it (not
875 // Find the most significant known 0 other than the sign bit.
904 // If the carry into the most significant position is 0, X and Y can't both
907 // If the carry into the most significant position is 1, X and Y can't both
910 // Since the carry into the most significant position is always equal to
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
FloatingDecimal.java 279 * all the significant bits, after scaling, are held in lvalue.
299 // Discard non-significant low-order bits, while rounding,
367 // add one to the least significant digit.
535 int nFractBits; // number of significant bits of fractBits;
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
m10300-opc.c 348 /* We call f[sd]m registers those whose most significant bit is stored
350 * least significant bits, and f[sd]n registers those whose most
351 * significant bit is stored at the end of the full word, after the 4
352 * least significant bits. They're not numbered after their position
359 * specifications are only 3-bits long, the two least-significant bits
360 * are shifted by 16, and the most-significant bit is shifted by -2
361 * (i.e., it's stored in the least significant bit of the full
    [all...]
  /dalvik/docs/
prettify.js 435 * significant for tokenization (<br>) into their textual equivalent.
437 * @param {string} s html where whitespace is considered significant.
459 // <br> tags are lexically significant so convert them to text.
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h 185 * significant 4 bits are set to 0. P0 is stored at LSB.
187 * significant 4 bits are set to 0. P0 is stored at LSB. */
272 * significant 4 bits are set to 0. P0 is stored at LSB.
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h 185 * significant 4 bits are set to 0. P0 is stored at LSB.
187 * significant 4 bits are set to 0. P0 is stored at LSB. */
272 * significant 4 bits are set to 0. P0 is stored at LSB.
    [all...]
  /external/ceres-solver/include/ceres/
solver.h 432 // can have a significant of impact on the efficiency and accuracy
508 // The first option incurs a significant memory penalty. The
607 // Generally speaking, inner iterations make significant progress
    [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h 224 * The least significant byte has the same format than the GUS .PAT
382 /* least significant bytes of the controllers 0x00 to 0x1f. */
    [all...]
  /external/libpng/contrib/libtests/
pngimage.c 60 * significant in a PNG with the sBIT chunk.
    [all...]
  /external/llvm/docs/
DeveloperPolicy.rst 131 #. All developers are required to have significant changes reviewed before they
407 resolved before any significant work is done.
423 In the LLVM project, we do all significant changes as a series of incremental
MergeFunctions.rst 279 most-significant-item-first order. Result of items comparison would be the
656 some significant attributes. For example we have to compare alignment for
752 * the address itself of *G* should be not significant, not named and not
  /external/protobuf/src/google/protobuf/io/
coded_stream.h 100 // The first byte contains the least-significant 7 bits of the number, the
101 // second byte (if present) contains the next-least-significant 7 bits,
662 // type, inlining may lead to a significant amount of code bloat, with only a
    [all...]
  /external/v8/src/compiler/mips/
instruction-selector-mips.cc 264 // The mask must be contiguous, and occupy the least-significant bits.
268 // significant bits.
371 // shifted into the least-significant bits.
    [all...]
  /frameworks/base/core/java/android/hardware/
Sensor.java 306 * A constant describing a significant motion trigger sensor.
310 * and will automatically wake the device to notify when significant
320 * A constant string describing a significant motion trigger sensor.
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 208 * significant 4 bits are set to 0. P0 is stored at LSB.
210 * significant 4 bits are set to 0. P0 is stored at LSB. */
295 * significant 4 bits are set to 0. P0 is stored at LSB.
    [all...]
  /libcore/luni/src/main/java/java/math/
BigInteger.java 264 * significant byte first.
290 * representation. The most significant byte is the entry at index 0. The
291 * most significant bit of this entry determines the sign of the new {@code
    [all...]
  /libcore/ojluni/src/main/java/java/util/stream/
package-info.java 121 * <p> Processing streams lazily allows for significant efficiencies; in a
144 * significant data. Pipelines containing exclusively stateless intermediate
470 * significant work can be optimized away by combining mapping and reducing
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 1077 /* Creates a vector of two 32-bit values; I0 is least significant. */
1097 /* Creates a vector of four 16-bit values; W0 is least significant. */
1107 /* Creates a vector of eight 8-bit values; B0 is least significant. */
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
mmintrin.h 1077 /* Creates a vector of two 32-bit values; I0 is least significant. */
1097 /* Creates a vector of four 16-bit values; W0 is least significant. */
1107 /* Creates a vector of eight 8-bit values; B0 is least significant. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
mmintrin.h 1077 /* Creates a vector of two 32-bit values; I0 is least significant. */
1097 /* Creates a vector of four 16-bit values; W0 is least significant. */
1107 /* Creates a vector of eight 8-bit values; B0 is least significant. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9/include/
mmintrin.h 1077 /* Creates a vector of two 32-bit values; I0 is least significant. */
1097 /* Creates a vector of four 16-bit values; W0 is least significant. */
1107 /* Creates a vector of eight 8-bit values; B0 is least significant. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
soundcard.h 220 * The least significant byte has the same format than the GUS .PAT
378 /* least significant bytes of the controllers 0x00 to 0x1f. */
    [all...]

Completed in 2062 milliseconds

<<41424344454647484950>>