HomeSort by relevance Sort by last modified time
    Searched defs:i128 (Results 1 - 14 of 14) 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/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);
  /frameworks/av/media/mtp/
MtpProperty.h 36 int128_t i128; member in union:android::MtpPropertyValue::__anon38275
  /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/include/llvm/CodeGen/
MachineValueType.h 43 i128 = 6, // This is a 128 bit integer value enumerator in enum:llvm::MVT::SimpleValueType
46 LAST_INTEGER_VALUETYPE = i128,
408 case i128:
501 return MVT::i128;
  /external/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
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_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...]
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_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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/is.heap/
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_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...]
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_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);
  /art/test/083-compiler-regressions/src/
Main.java 1547 int i128 = 128; local
    [all...]

Completed in 2086 milliseconds