Searched defs:i128 (Results 1 – 12 of 12) sorted by relevance
/external/clang/test/Sema/ |
D | 128bitint.c | 5 typedef int i128 __attribute__((__mode__(TI))); typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/ |
D | APIntTest.cpp | 1793 APInt i128(128, 0); in TEST() local 2052 APInt i128(128, 0); in TEST() local 2066 APInt i128(128, 0xfa); in TEST() local 2075 APInt i128(128, 0xfa); in TEST() local 2169 APInt i128(APInt::getHighBitsSet(128, 1)); in TEST() local 2280 APInt i128 = APInt::getOneBitSet(128, 64); in TEST() local
|
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/ |
D | ffi64.c | 57 UINT128 i128; member
|
/external/libffi/src/x86/ |
D | ffi64.c | 57 UINT128 i128; member
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineValueType.h | 44 i128 = 6, // This is a 128 bit integer value enumerator
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | ValueTypes.h | 43 i128 = 6, // This is a 128 bit integer value enumerator
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader_internal.h | 204 LLVMTypeRef i128; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | MachineValueType.h | 45 i128 = 7, // This is a 128 bit integer value enumerator
|
/external/libcxx/test/std/algorithms/alg.sorting/alg.heap.operations/is.heap/ |
D | is_heap_until.pass.cpp | 281 int i128[] = {0, 0, 0, 1, 0, 0, 0}; in test() local
|
D | is_heap.pass.cpp | 281 int i128[] = {0, 0, 0, 1, 0, 0, 0}; in test() local
|
D | is_heap_until_comp.pass.cpp | 282 int i128[] = {0, 0, 0, 1, 0, 0, 0}; in test() local
|
D | is_heap_comp.pass.cpp | 282 int i128[] = {0, 0, 0, 1, 0, 0, 0}; in test() local
|