Home
last modified time | relevance | path

Searched refs:XY (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstSimplify/
Dsdiv.ll74 ; 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/
Dattr4.xml.err2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
8 <ROOT attr="XY"/>
11 <ROOT attr="XY"/>
Dattr4.xml.str2 <ROOT attr="XY"/>
5 <ROOT attr="XY"/>
8 <ROOT attr="XY"/>
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon.c133 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()
Dcrypto_scrypt-ref.c177 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()
Dcrypto_scrypt-sse.c197 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/
Darm_neon.patch259 + * 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/
Dtestinput71442 \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 …]
Dtestinput41272 \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 …]
Dtestinput51866 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/
Dxor-01.ll38 ; 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/
Dxor-01.ll38 ; 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/
Dkeycertecc.pem13 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
Dkeycert4.pem47 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
Didnsans.pem47 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
Dkeycert3.pem47 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/
Dselect.ll13 ; 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/
Dselect.ll13 ; EG-DAG: MEM_RAT_CACHELESS STORE_RAW T{{[0-9]+}}.XY
14 ; EG-DAG: MEM_RAT_CACHELESS STORE_RAW T{{[0-9]+}}.XY
Dadd.ll126 ; 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/
Dinstantiate-expr-2.cpp43 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/
Dtag-accelerators-no-caret.rc2 "XY", 1, ASCII
/external/python/cpython2/Lib/test/
Dkeycert3.pem35 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
Dkeycert4.pem35 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
Dpycacert.pem7 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/
DREADME7 left button: pan (translate in the XY camera's plane)

12345678910>>...13