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

  /external/chromium_org/base/containers/
hash_tables.h 142 std::size_t high_bits = static_cast<std::size_t>( local
144 return high_bits;
177 std::size_t high_bits = static_cast<std::size_t>( local
179 return high_bits;
  /external/llvm/test/CodeGen/AArch64/
arm64-vadd.ll 811 %high_bits = lshr <8 x i16> %sum, <i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8>
812 %narrowed = trunc <8 x i16> %high_bits to <8 x i8>
822 %high_bits = lshr <4 x i32> %sum, <i32 16, i32 16, i32 16, i32 16>
823 %narrowed = trunc <4 x i32> %high_bits to <4 x i16>
833 %high_bits = lshr <2 x i64> %sum, <i64 32, i64 32>
834 %narrowed = trunc <2 x i64> %high_bits to <2 x i32>
844 %high_bits = lshr <8 x i16> %sum, <i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8, i16 8>
845 %narrowed = trunc <8 x i16> %high_bits to <8 x i8>
856 %high_bits = lshr <4 x i32> %sum, <i32 16, i32 16, i32 16, i32 16>
857 %narrowed = trunc <4 x i32> %high_bits to <4 x i16
    [all...]
  /external/chromium_org/v8/test/cctest/
test-log-stack-tracer.cc 94 int32_t high_bits = static_cast<int32_t>(fp >> 32); local
96 args.This()->Set(v8_str("high_bits"), v8_num(high_bits));
125 " %s(fp.low_bits, fp.high_bits);"
trace-extension.cc 68 int64_t high_bits = *reinterpret_cast<uint64_t*>(*args[1]); local
69 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
  /art/compiler/dex/quick/arm64/
utility_arm64.cc 408 uint16_t high_bits = High16Bits(value); local
412 bool high_fast = ((uint16_t)(high_bits + 1) <= 1);
416 if (LIKELY(low_bits == high_bits)) {
426 uniform_bits = high_bits;
431 useful_bits = high_bits;
448 NewLIR3(kA64Movk3rdM, r_dest.GetReg(), high_bits, 1);
    [all...]
  /external/libvorbis/doc/
08-residue.tex 196 2) [high_bits] = 0
199 5) if ( [bitflag] is set ) then [high_bits] = read five bits as unsigned integer
200 6) vector [residue_cascade] element [i] = [high_bits] * 8 + [low_bits]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pickle.py 451 high_bits = obj >> 31 # note that Python shift sign-extends
452 if high_bits == 0 or high_bits == -1:
    [all...]

Completed in 1498 milliseconds