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

  /frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
typedefs.h 84 typedef long long Word64;
87 typedef __int64 Word64;
basic_op.h 58 #define MULHIGH(A,B) (int)(((Word64)(A)*(Word64)(B)) >> 32)
59 #define fixmul(a, b) (int)((((Word64)(a)*(Word64)(b)) >> 32) << 1)
  /external/v8/src/compiler/
representation-change.h 21 static Truncation Word64() { return Truncation(TruncationKind::kWord64); }
simplified-lowering.cc 82 return UseInfo(MachineRepresentation::kWord64, Truncation::Word64());
695 // Check that all the inputs agree on being Word64.
    [all...]

Completed in 76 milliseconds