Searched defs:d3 (Results 1 - 25 of 84) 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/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.c93 uint16x8_t s0, s1, s2, s3, d0, d1, d2, d3; local
102 d3 = vld1q_u16(dst + 24);
108 d3 = vrhaddq_u16(s3, d3);
113 vst1q_u16(dst + 24, d3);
123 d3 = vld1q_u16(dst + 24);
129 d3 = vrhaddq_u16(s3, d3);
134 vst1q_u16(dst + 24, d3);
139 uint16x8_t s0, s1, s2, s3, d0, d1, d2, d3; local
[all...]
/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/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);
/external/pdfium/third_party/agg23/
H A Dagg_curves.cpp65 FX_FLOAT d3 = FXSYS_fabs(((x3 - x4) * dy) - ((y3 - y4) * dx)); local
67 int(d3 > curve_collinearity_epsilon)) {
78 if ((d3 * d3) <=
92 if (((d2 + d3) * (d2 + d3)) <=
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsmtrx.c76 cmsFloat64Number d3 = a ->n[VZ] - b ->n[VZ]; local
78 return sqrt(d1*d1 + d2*d2 + d3*d3);
/external/skia/src/opts/
H A DSkBlitRow_opts.h67 d3 = (__m128i*)(dst) + 3; local
75 _mm_storeu_si128(d3, s3);
87 _mm_storeu_si128(d3, SkPMSrcOver_SSE2(s3, _mm_loadu_si128(d3)));
116 d3 = (__m128i*)(dst) + 3; local
125 _mm_storeu_si128(d3, s3);
137 _mm_storeu_si128(d3, SkPMSrcOver_SSE2(s3, _mm_loadu_si128(d3)));

Completed in 596 milliseconds

1234