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

  /external/clang/test/Sema/
128bitint.c 5 typedef int i128 __attribute__((__mode__(TI))); typedef
8 int a[((i128)-1 ^ (i128)-2) == 1 ? 1 : -1];
20 __int128_t Signed128 = 123456789012345678901234567890i128;
21 long long Signed64 = 123456789012345678901234567890i128; // expected-warning {{implicit conversion from '__int128' to 'long long' changes value from 123456789012345678901234567890 to -4362896299872285998}}
  /external/clang/test/Lexer/
ms-extensions.c 9 __int64 x4 = 70000000i128;
  /frameworks/av/media/mtp/
MtpProperty.h 36 int128_t i128; member in union:android::MtpPropertyValue::__anon29982
MtpProperty.cpp 394 buffer.appendFormat("%08X%08X%08X%08X", value.u.i128[0], value.u.i128[1],
395 value.u.i128[2], value.u.i128[3]);
448 packet.getInt128(value.u.i128);
501 packet.putInt128(value.u.i128);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyAgreementSpi.java 41 Integer i128 = Integers.valueOf(128); typedefs
46 algorithms.put("BLOWFISH", i128);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 63 Integer i128 = Integers.valueOf(128); typedefs
67 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); typedefs
70 algorithms.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128); typedefs
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp 421 if (RetVT == MVT::i128)
432 if (RetVT == MVT::i128)
439 if (RetVT == MVT::i128)
446 if (RetVT == MVT::i128)
453 if (RetVT == MVT::i128)
471 if (RetVT == MVT::i128)
482 if (RetVT == MVT::i128)
489 if (RetVT == MVT::i128)
496 if (RetVT == MVT::i128)
503 if (RetVT == MVT::i128)
    [all...]
  /external/llvm/include/llvm/CodeGen/
ValueTypes.h 48 i128 = 6, // This is a 128 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
51 LAST_INTEGER_VALUETYPE = i128,
388 case i128:
476 return MVT::i128;
  /external/llvm/lib/IR/
ValueTypes.cpp 120 case MVT::i128: return "i128";
186 case MVT::i128: return IntegerType::get(Context, 128);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
is_heap_until.pass.cpp 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
397 assert(std::is_heap_until(i128, i128+7) == i128+3);
is_heap.pass.cpp 270 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
397 assert(std::is_heap(i128, i128+7) == (std::is_heap_until(i128, i128+7) == i128+7));
is_heap_until_comp.pass.cpp 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
398 assert(std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7);
is_heap_comp.pass.cpp 271 int i128[] = {0, 0, 0, 1, 0, 0, 0}; local
398 assert(std::is_heap(i128, i128+7, std::greater<int>()) == (std::is_heap_until(i128, i128+7, std::greater<int>()) == i128+7));
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenTarget.cpp 59 case MVT::i128: return "MVT::i128";
  /external/llvm/lib/Target/R600/
SIISelLowering.cpp 55 addRegisterClass(MVT::i128, &AMDGPU::SReg_128RegClass);
    [all...]
AMDGPUISelDAGToDAG.cpp 300 if (N->getValueType(0) == MVT::i128) {
  /external/clang/lib/AST/
StmtPrinter.cpp 803 case BuiltinType::Int128: OS << "i128"; break;
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 242 setOperationAction(ISD::FP_TO_SINT, MVT::i128, Custom);
245 setOperationAction(ISD::FP_TO_UINT, MVT::i128, Custom);
248 setOperationAction(ISD::SINT_TO_FP, MVT::i128, Custom);
251 setOperationAction(ISD::UINT_TO_FP, MVT::i128, Custom);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 430 else if (VT == MVT::i128)
437 else if (VT == MVT::i128)
458 if (VT == MVT::i128)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /art/test/083-compiler-regressions/src/
Main.java 506 int i128 = 128; local
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp 592 setOperationAction(ISD::ATOMIC_CMP_SWAP, MVT::i128, Custom);
    [all...]

Completed in 3905 milliseconds