Searched defs:d3 (Results 1 - 25 of 99) sorted by relevance

1234

/external/modp_b64/
H A Dmodp_b64_data.h241 static const uint32_t d3[256] = { variable
434 static const uint32_t d3[256] = { variable
/external/clang/test/CodeGenCXX/
H A Dcxx1z-initializer-aggregate.cpp26 D d3 = {1}; member in namespace:Constant
90 D d3 = {g(), h(), {}, i()}; member in namespace:Dynamic
H A Dcopy-assign-synthesis.cpp54 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
58 double d3; member in struct:X
60 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
H A Dcopy-assign-synthesis-1.cpp69 X() : d(0.0), d1(1.1), d2(1.2), d3(1.3) {}
73 double d3; member in struct:X
75 printf("d = %f d1 = %f d2 = %f d3 = %f\n", d, d1,d2,d3);
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1z.cpp19 constexpr D d3 = { A(5), C{2}, 1 }; member in namespace:BaseClassAggregateInit
20 static_assert(d3.a == 5 && d3.b == 15 && d3.c == 14 && d3.q == 2 && d3.k == 1);
H A Dstring-init.cpp24 char32_t d3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/llvm/test/MC/AArch64/
H A Darm64-variable-exprs.s14 d3 = d + 4 define
15 .globl d3
28 .long d3
/external/llvm/test/MC/MachO/
H A Dvariable-exprs.s20 d3 = d + 4 define
21 .globl d3
34 .long d3
112 // CHECK-I386: 0x24 0 2 1 GENERIC_RELOC_VANILLA 0 d3
206 // CHECK-I386: Name: d3 (15)
321 // CHECK-X86_64: 0x24 0 2 1 X86_64_RELOC_UNSIGNED 0 d3
415 // CHECK-X86_64: Name: d3 (15)
/external/llvm/test/MC/Mips/
H A Dsection-size.s30 d3: .word 1 label
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dvariable-exprs.s20 d3 = d + 4 define
21 .globl d3
34 .long d3
217 // CHECK-I386: ('_string', 'd3')
418 // CHECK-X86_64: ('_string', 'd3')
/external/valgrind/none/tests/s390x/
H A Dtest_sig.c46 double d1,d2,d3,d4,d5; local
49 d1 = d2 = d3 = d4 = d5 = 1;
59 printf("floating point is now: %f %f %f %f %f\n", d1, d2, d3, d4, d5);
/external/clang/test/SemaTemplate/
H A Dfun-template-def.cpp49 dummy d3 = __alignof(u1); // expected-error {{no viable conversion}} local
H A Dinstantiation-default-1.cpp17 Def1<int&, int&> *d3) {
20 d3->wibble();
16 test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, Def1<int&, int&> *d3) argument
/external/tensorflow/tensorflow/core/lib/hash/
H A Dhash_test.cc28 const unsigned char d3[3] = {0xe2, 0x99, 0xa5}; local
49 {0x3ba37e0eu, 0x02167564e4d06430ull, d3, sizeof(d3), 0xbc9f1d34},
/external/valgrind/massif/tests/
H A Dalloc-fns.c19 void d3(int n) { d4(n); } function
20 void d2(int n) { d3(n); }
32 d3(400);
/external/clang/test/OpenMP/
H A Dthreadprivate_messages.cpp120 static double d3; // expected-note {{'d3' defined here}} local
134 #pragma omp threadprivate(d3) // expected-error {{'#pragma omp threadprivate' must appear in the scope of the 'd3' variable declaration}}
136 #pragma omp threadprivate(d3)
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dshortidct4x4llm_neon.c28 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
35 d3 = vld1_s16(input + 4);
40 q1s16 = vcombine_s16(d2, d4); // Swap d3 d4 here
41 q2s16 = vcombine_s16(d3, d5);
57 d3 = vqadd_s16(d13, d10);
62 v2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
86 d3 = vqadd_s16(d13, d10);
91 d3 = vrshr_n_s16(d3, 3);
96 v2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s1
[all...]
H A Ddequant_idct_neon.c26 int16x4_t d2, d3, d4, d5, d10, d11, d12, d13; local
77 d3 = vqadd_s16(d13, d10);
82 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
105 d3 = vqadd_s16(d13, d10);
110 d3 = vrshr_n_s16(d3, 3);
115 d2tmp1 = vtrn_s32(vreinterpret_s32_s16(d3), vreinterpret_s32_s16(d5));
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dvpx_convolve_avg_neon.c88 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; local
99 d3 = vld1q_u8(dst + dst_stride + 16);
104 d3 = vrhaddq_u8(s3, d3);
110 vst1q_u8(dst + 16, d3);
115 uint8x16_t s0, s1, s2, s3, d0, d1, d2, d3; local
125 d3 = vld1q_u8(dst + 48);
130 d3 = vrhaddq_u8(s3, d3);
135 vst1q_u8(dst + 48, d3);
[all...]
H A Dhighbd_vpx_convolve_avg_neon.c94 uint16x8_t s0, s1, s2, s3, d0, d1, d2, d3; local
103 d3 = vld1q_u16(dst + 24);
109 d3 = vrhaddq_u16(s3, d3);
114 vst1q_u16(dst + 24, d3);
124 d3 = vld1q_u16(dst + 24);
130 d3 = vrhaddq_u16(s3, d3);
135 vst1q_u16(dst + 24, d3);
140 uint16x8_t s0, s1, s2, s3, d0, d1, d2, d3; local
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_userdict.py10 d3 = {"one": 1, "two": 3, "three": 5} variable
36 self.assertEqual(collections.UserDict([('one',1), ('two',2)], two=3, three=5), d3)
/external/clang/test/Sema/
H A Dstring-init.c29 char32_t d3[] = u"a"; // expected-error{{initializing wide char array with incompatible wide string literal}} local
/external/compiler-rt/test/esan/TestCases/
H A Dstruct-simple.cpp110 int d3; member in struct:D
/external/flac/libFLAC/
H A Dlpc_intrin_sse.c205 __m128 d, d0, d1, d2, d3; local
209 d3 = _mm_loadu_ps(data+i+12);
214 sum3 = _mm_add_ps(sum3, _mm_mul_ps(d3, d));
221 __m128 d3 = _mm_setzero_ps(); local
227 d3 = _mm_shuffle_ps(d3, d3, _MM_SHUFFLE(2,1,0,3));
231 d3 = _mm_move_ss(d3, d2);
235 sum3 = _mm_add_ps(sum3, _mm_mul_ps(d, d3));
[all...]
/external/libvpx/libvpx/vpx_dsp/ppc/
H A Dhadamard_vsx.c110 const int16x8_t d3 = vec_sub(c1, c3); local
115 store_tran_low(d3, 0, coeff + 192);

Completed in 537 milliseconds

1234