/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/ |
D | sdiv.ll | 74 ; CHECK-NEXT: [[XY:%.*]] = sub nsw i32 [[X:%.*]], [[Y:%.*]] 76 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[XY]], [[YX]] 87 ; CHECK-NEXT: [[XY:%.*]] = sub i32 [[X:%.*]], [[Y:%.*]] 89 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[XY]], [[YX]] 100 ; CHECK-NEXT: [[XY:%.*]] = sub i32 [[X:%.*]], [[Y:%.*]] 102 ; CHECK-NEXT: [[DIV:%.*]] = sdiv i32 [[XY]], [[YX]] 124 ; CHECK-NEXT: [[XY:%.*]] = sub nsw <2 x i32> [[X:%.*]], [[Y:%.*]] 126 ; CHECK-NEXT: [[DIV:%.*]] = sdiv <2 x i32> [[XY]], [[YX]] 137 ; CHECK-NEXT: [[XY:%.*]] = sub <2 x i32> [[X:%.*]], [[Y:%.*]] 139 ; CHECK-NEXT: [[DIV:%.*]] = sdiv <2 x i32> [[XY]], [[YX]] [all …]
|
/external/libxml2/result/errors/ |
D | attr4.xml.err | 2 <ROOT attr="XY"/> 5 <ROOT attr="XY"/> 8 <ROOT attr="XY"/> 11 <ROOT attr="XY"/>
|
D | attr4.xml.str | 2 <ROOT attr="XY"/> 5 <ROOT attr="XY"/> 8 <ROOT attr="XY"/>
|
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-neon.c | 133 smix(uint8_t * B, size_t r, uint64_t N, void * V, void * XY) in smix() argument 135 uint8x16_t * X = XY; in smix() 136 uint8x16_t * Y = (void *)((uintptr_t)(XY) + 128 * r); in smix() 137 uint8x16_t * Z = (void *)((uintptr_t)(XY) + 256 * r); in smix() 199 uint32_t * XY; in crypto_scrypt() local 233 XY = (uint32_t *)(XY0); in crypto_scrypt() 245 XY = (uint32_t *)(((uintptr_t)(XY0) + 63) & ~ (uintptr_t)(63)); in crypto_scrypt() 274 smix(&B[i * 128 * r], r, N, V, XY); in crypto_scrypt()
|
D | crypto_scrypt-ref.c | 177 smix(uint8_t * B, size_t r, uint64_t N, uint8_t * V, uint8_t * XY) in smix() argument 179 uint8_t * X = XY; in smix() 180 uint8_t * Y = &XY[128 * r]; in smix() 226 uint8_t * XY; in crypto_scrypt() local 256 if ((XY = malloc(256 * r)) == NULL) in crypto_scrypt() 271 smix(&B[i * 128 * r], r, N, V, XY); in crypto_scrypt() 283 free(XY); in crypto_scrypt() 290 free(XY); in crypto_scrypt()
|
D | crypto_scrypt-sse.c | 197 smix(uint8_t * B, size_t r, uint64_t N, void * V, void * XY) in smix() argument 199 __m128i * X = XY; in smix() 200 __m128i * Y = (void *)((uintptr_t)(XY) + 128 * r); in smix() 201 __m128i * Z = (void *)((uintptr_t)(XY) + 256 * r); in smix() 273 uint32_t * XY; in crypto_scrypt() local 307 XY = (uint32_t *)(XY0); in crypto_scrypt() 319 XY = (uint32_t *)(((uintptr_t)(XY0) + 63) & ~ (uintptr_t)(63)); in crypto_scrypt() 348 smix(&B[i * 128 * r], r, N, V, XY); in crypto_scrypt()
|
/external/scrypt/patches/ |
D | arm_neon.patch | 259 + * smix(B, r, N, V, XY): 262 + * XY must be 256r bytes in length. The value N must be a power of 2. 265 +smix(uint8_t * B, size_t r, uint64_t N, void * V, void * XY) 267 + uint8x16_t * X = XY; 268 + uint8x16_t * Y = (void *)((uintptr_t)(XY) + 128 * r); 269 + uint8x16_t * Z = (void *)((uintptr_t)(XY) + 256 * r); 331 + uint32_t * XY; 365 + XY = (uint32_t *)(XY0); 377 + XY = (uint32_t *)(((uintptr_t)(XY0) + 63) & ~ (uintptr_t)(63)); 406 + smix(&B[i * 128 * r], r, N, V, XY);
|
/external/pcre/dist2/testdata/ |
D | testinput7 | 1442 \x{1c5}XY 1444 \x{1bb}XY 1445 \x{2b0}XY 1446 !XY 1451 \x{1c5}XY 1453 \x{1bb}XY 1454 \x{2b0}XY 1455 !XY 1464 \x{1bb}XY 1465 \x{2b0}XY [all …]
|
D | testinput4 | 1272 \x{1c5}XY 1274 \x{1bb}XY 1275 \x{2b0}XY 1276 !XY 1281 \x{1c5}XY 1283 \x{1bb}XY 1284 \x{2b0}XY 1285 !XY 1294 \x{1bb}XY 1295 \x{2b0}XY [all …]
|
D | testinput5 | 1866 XY 1873 XY 1874 XY! 1878 XY 1879 XY! 1883 XY 1884 XY! 1888 XY 1889 XY! 1890 XY\x{2f00}! [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | xor-01.ll | 38 ; Check the next word up, which should use XY instead of X. 49 ; Check the high end of the aligned XY range. 73 ; Check the high end of the negative aligned XY range. 84 ; Check the low end of the XY range. 121 ; Check that XY allows an index.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | xor-01.ll | 38 ; Check the next word up, which should use XY instead of X. 49 ; Check the high end of the aligned XY range. 73 ; Check the high end of the negative aligned XY range. 84 ; Check the low end of the XY range. 121 ; Check that XY allows an index.
|
/external/python/cpython3/Lib/test/ |
D | keycertecc.pem | 13 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 17 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost-ecc 44 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
D | keycert4.pem | 47 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 51 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=fakehostname 96 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
D | idnsans.pem | 47 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 51 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=idnsans 96 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
D | keycert3.pem | 47 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 51 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost 96 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | select.ll | 13 ; EG-DAG: MEM_RAT_CACHELESS STORE_RAW T{{[0-9]+}}.XY 14 ; EG-DAG: MEM_RAT_CACHELESS STORE_RAW T{{[0-9]+}}.XY
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | select.ll | 13 ; EG-DAG: MEM_RAT_CACHELESS STORE_RAW T{{[0-9]+}}.XY 14 ; EG-DAG: MEM_RAT_CACHELESS STORE_RAW T{{[0-9]+}}.XY
|
D | add.ll | 126 ; EG: MEM_RAT_CACHELESS STORE_RAW [[LO:T[0-9]+\.XY]] 147 ; EG: MEM_RAT_CACHELESS STORE_RAW [[LO:T[0-9]+\.XY]] 166 ; EG: MEM_RAT_CACHELESS STORE_RAW [[LO:T[0-9]+\.XY]]
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 43 typedef N4::BinOpOverload<N1::X, N2::Y>::type XY; in test_bin_op_overload() typedef 44 XY *xy = a1; in test_bin_op_overload()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/ |
D | tag-accelerators-no-caret.rc | 2 "XY", 1, ASCII
|
/external/python/cpython2/Lib/test/ |
D | keycert3.pem | 35 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 39 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=localhost 76 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
D | keycert4.pem | 35 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 39 Subject: C=XY, L=Castle Anthrax, O=Python Software Foundation, CN=fakehostname 76 DirName:/C=XY/O=Python Software Foundation CA/CN=our-ca-server
|
D | pycacert.pem | 7 Issuer: C=XY, O=Python Software Foundation CA, CN=our-ca-server 11 Subject: C=XY, O=Python Software Foundation CA, CN=our-ca-server
|
/external/eigen/demos/opengl/ |
D | README | 7 left button: pan (translate in the XY camera's plane)
|