HomeSort by relevance Sort by last modified time
    Searched full:lsbit (Results 1 - 9 of 9) sorted by null

  /external/llvm/test/CodeGen/X86/
trunc-to-bool.ll 2 ; sure only the LSBit survives. Test that this is the case both for a returned
  /external/e2fsprogs/e2fsck/
crc32defs.h 20 * lsbit-first. Be sure to use cpu_to_le32() to append the computed CRC.
  /external/v8/src/arm/
disasm-arm.cc 454 uint32_t lsbit = instr->Bits(11, 7); local
459 width -= lsbit;
462 ASSERT((width + lsbit) <= 32);
464 "#%d, #%d", lsbit, width);
971 uint32_t lsbit = static_cast<uint32_t>(instr->Bits(11, 7)); local
972 uint32_t msbit = widthminus1 + lsbit;
983 uint32_t lsbit = static_cast<uint32_t>(instr->Bits(11, 7)); local
985 if (msbit >= lsbit) {
    [all...]
simulator-arm.cc 2472 uint32_t lsbit = static_cast<uint32_t>(instr->Bits(11, 7)); local
2494 uint32_t lsbit = static_cast<uint32_t>(instr->Bits(11, 7)); local
    [all...]
  /external/sonivox/arm-fm-22k/lib_src/
eas_math.h 295 /* we define 1 as 1.0 - 1 LSbit */
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_math.h 295 /* we define 1 as 1.0 - 1 LSbit */
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.h 295 /* we define 1 as 1.0 - 1 LSbit */
  /frameworks/base/media/libeffects/testlibs/
EffectsMath.h 287 /* we define 1 as 1.0 - 1 LSbit */
  /external/llvm/docs/
ProgrammersManual.html     [all...]

Completed in 541 milliseconds