Home
last modified time | relevance | path

Searched refs:c64 (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/xla/tools/parser/
Dhlo_parser_test.cc589 ENTRY %Fft (input: c64[8,32]) -> c64[8,32] {
590 %input = c64[8,32]{1,0} parameter(0)
591 ROOT %fft = c64[8,32]{1,0} fft(c64[8,32]{1,0} %input), fft_type=FFT, fft_length={32}
601 ENTRY %Ifft2d (input: c64[5,8,32]) -> c64[5,8,32] {
602 %input = c64[5,8,32]{2,1,0} parameter(0)
603 ROOT %fft = c64[5,8,32]{2,1,0} fft(c64[5,8,32]{2,1,0} %input), fft_type=IFFT, fft_length={8,32}
613 ENTRY %Rfft2d (input: f32[5,64,32]) -> c64[5,64,17] {
615 ROOT %fft = c64[5,64,17]{2,1,0} fft(f32[5,64,32]{2,1,0} %input), fft_type=RFFT, fft_length={64,32}
625 ENTRY %Irfft3d (input: c64[5,64,128,33]) -> f32[5,64,128,64] {
626 %input = c64[5,64,128,33]{3,2,1,0} parameter(0)
[all …]
/external/llvm/test/CodeGen/X86/
D2007-05-15-maskmovq.ll6 define void @test(<1 x i64> %c64, <1 x i64> %mask1, i8* %P) {
9 %tmp6 = bitcast <1 x i64> %c64 to x86_mmx ; <x86_mmx> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2007-05-15-maskmovq.ll6 define void @test(<1 x i64> %c64, <1 x i64> %mask1, i8* %P) {
9 %tmp6 = bitcast <1 x i64> %c64 to x86_mmx ; <x86_mmx> [#uses=1]
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DInstructionsTest.cpp121 const Constant* c64 = Constant::getNullValue(V8x64Ty); in TEST() local
128 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/
DPrimes.java500 long c64 = c & 0xFFFFFFFFL; in implSTRandomPrime() local
501 if (isPrime32(c64)) in implSTRandomPrime()
503 return new STOutput(BigInteger.valueOf(c64), primeSeed, primeGenCounter); in implSTRandomPrime()
/external/protobuf/src/google/protobuf/stubs/
Dint128.h348 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; variable
349 this->hi_ = (c96 << 32) + c64;
/external/clang/test/Sema/
Dattr-mode.c34 typedef _Complex float c64 __attribute((mode(DC)));
/external/tcpdump/tests/
Dicmpv6.out13 0x0020: 0464 6f6d 3104 646f 6d32 0374 6c64 0000
Dprint-xx.out82 0x0260: 4954 4c45 3e50 6c61 6365 686f 6c64 6572
205 0x0a10: 6f75 6c64 2062 6520 756e 6465 7220 3c54
278 0x0ea0: 3e57 6f72 6c64 0a57 6964 6520 5765 6220
307 0x1070: 6974 2077 6f75 6c64 2067 6976 6520 4465
Dprint-x.out76 0x0250: 3c54 4954 4c45 3e50 6c61 6365 686f 6c64
199 0x0a00: 7368 6f75 6c64 2062 6520 756e 6465 7220
272 0x0e90: 2f22 3e57 6f72 6c64 0a57 6964 6520 5765
301 0x1060: 6420 6974 2077 6f75 6c64 2067 6976 6520
Dprint-capX.out76 0x0250: 3c54 4954 4c45 3e50 6c61 6365 686f 6c64 <TITLE>Placehold
199 0x0a00: 7368 6f75 6c64 2062 6520 756e 6465 7220 should.be.under.
272 0x0e90: 2f22 3e57 6f72 6c64 0a57 6964 6520 5765 /">World.Wide.We
301 0x1060: 6420 6974 2077 6f75 6c64 2067 6976 6520 d.it.would.give.
Dprint-capXX.out82 0x0260: 4954 4c45 3e50 6c61 6365 686f 6c64 6572 ITLE>Placeholder
205 0x0a10: 6f75 6c64 2062 6520 756e 6465 7220 3c54 ould.be.under.<T
278 0x0ea0: 3e57 6f72 6c64 0a57 6964 6520 5765 6220 >World.Wide.Web.
307 0x1070: 6974 2077 6f75 6c64 2067 6976 6520 4465 it.would.give.De
/external/boringssl/src/third_party/fiat/
DREADME.md21 taken from curve25519-donna-c64. It is found in
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_coverage_libcdep.cc496 u64 c64 = *pc64; in Update8bitCounterBitsetAndClearCounters() local
499 if (c64) { in Update8bitCounterBitsetAndClearCounters()
502 u64 x = (c64 >> (8 * k)) & 0xff; in Update8bitCounterBitsetAndClearCounters()
/external/tensorflow/tensorflow/compiler/xla/
Dliteral_util_test.cc1157 auto c64 = Literal::CreateR4WithLayout<complex64>({{ in TEST_F() local
1211 EXPECT_EQ(*conv, *c64); in TEST_F()
1214 EXPECT_EQ(*conv, *c64); in TEST_F()
1222 EXPECT_EQ(c64->Convert(F32).status().code(), in TEST_F()
1224 EXPECT_EQ(c64->Convert(S32).status().code(), in TEST_F()
/external/llvm/unittests/IR/
DInstructionsTest.cpp206 const Constant* c64 = Constant::getNullValue(V8x64Ty); in TEST() local
215 EXPECT_EQ(CastInst::Trunc, CastInst::getCastOpcode(c64, true, V8x8Ty, true)); in TEST()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D31daa736fecf42739f4d1892367ecc40.00006202.honggfuzz.cov90 …$,�H���f�����-91@�f#��\W v]5��o W�iw����!��TocL�([�F������P@G E���c64.MW̓�Y�*���h��Gj�״K…
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D31daa736fecf42739f4d1892367ecc40.00006202.honggfuzz.cov90 …$,�H���f�����-91@�f#��\W v]5��o W�iw����!��TocL�([�F������P@G E���c64.MW̓�Y�*���h��Gj�״K…
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/
Dbreakpad_unittests.sym1883 23c64 4 441 6
3377 26c64 4 1615 82
7686 31c64 4 95 135
9491 35c64 8 156 25
15811 44c64 8 85 79
21326 51c64 4 310 80
22176 53c64 4 244 78
23083 55c64 8 453 95
24617 58c64 4 1984 95
29170 63c64 4 39 134
[all …]
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym362 13c64 4 484 85
1574 15c64 6 105 159
3571 17c64 4 79 63
9328 22c64 6 112 20
10348 24c64 4c 463 25
12359 28c64 8 168 104
12941 29c64 6 256 82
17752 32c64 2 172 54
22088 39c64 4 581 91
26499 40c64 2 5281 95
[all …]
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf563 category c64; category c65; category c66; category c67;
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym2582 8c64 12 1106 43
5975 STACK CFI 5c64 $r12: .cfa -40 + ^ .cfa: $rsp 40 +
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Domap_reorder_bbs.sym2123 FUNC 6c64 18 0 _malloc_crt
2127 6c64 b 44 333
5275 STACK WIN 4 6c64 18 0 0 4 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + =
5283 STACK WIN 4 6c64 18 0 0 4 4 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
5290 STACK WIN 4 6c64 18 0 0 4 8 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
Domap_reorder_funcs.sym2377 2c64 8 245 1800
Domap_stretched_filled.sym2346 5c64 29 95 3507

12