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

  /cts/suite/audio_quality/lib/src/
SignalProcessingImpl.cpp 144 bool isI64 = (val->getType() == TaskCase::Value::ETypeI64);
145 mBuffer.write<int32_t>((int32_t)(isI64 ? EValue64Int : EValueDouble));
146 if (isI64) {
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/clang/lib/CodeGen/
TargetInfo.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h 654 bool isI64 = Ty == IceType_i64;
674 return !isI64;
    [all...]

Completed in 3759 milliseconds