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

  /external/v8/test/cctest/
test-log-stack-tracer.cc 139 int64_t high_bits = *reinterpret_cast<uint64_t*>(*args[1]); local
140 Address fp = reinterpret_cast<Address>(high_bits | low_bits);
231 int32_t high_bits = static_cast<int32_t>(fp >> 32); local
233 args.This()->Set(v8_str("high_bits"), v8_num(high_bits));
260 " %s(fp.low_bits, fp.high_bits);"
test-api.cc     [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]

Completed in 2412 milliseconds