Searched defs:d0 (Results 1 - 25 of 91) sorted by relevance

1234

/external/libcxx/test/std/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.discrete/
H A Dparam_assign.pass.cpp26 double d0[] = {.3, .1, .6}; local
27 param_type p0(d0, d0+3);
H A Dparam_copy.pass.cpp26 double d0[] = {.3, .1, .6}; local
27 param_type p0(d0, d0+3);
H A Dset_param.pass.cpp25 double d0[] = {.3, .1, .6}; local
26 P p(d0, d0+3);
/external/libweave/third_party/modp_b64/
H A Dmodp_b64_data.h100 static const uint32_t d0[256] = { variable
293 static const uint32_t d0[256] = { variable
/external/modp_b64/
H A Dmodp_b64_data.h100 static const uint32_t d0[256] = { variable
293 static const uint32_t d0[256] = { variable
/external/clang/test/CodeGen/
H A Dfp16-ops.c16 volatile double d0; variable
536 h0 = d0;
543 h0 = (float)d0;
548 d0 = h0;
555 d0 = (float)h0;
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c55 __m128i d0 = _mm_cvtsi32_si128(*(const int *)(dest)); local
57 d0 = _mm_unpacklo_epi32(d0,
61 d0 = _mm_unpacklo_epi8(d0, zero);
63 d0 = _mm_add_epi16(d0, in[0]);
65 d0 = _mm_packus_epi16(d0, d2);
67 *(int *)dest = _mm_cvtsi128_si32(d0);
[all...]
/external/v8/test/mjsunit/asm/
H A Ddo-while-false.js8 function d0() {
53 return {d0: d0, d1: d1, d2: d2, d3: d3, d4: d4, d5: d5, d6: d6};
58 assertEquals(110, m.d0());
H A Dinfinite-loops.js20 function d0(a) {
44 return { w0: w0, w1: w1, d0: d0, d1: d1, f0: f0, f1: f1 };
50 assertEquals(42, m.d0(0));
/external/valgrind/memcheck/tests/amd64-solaris/
H A Dcontext_sse.c17 static upad128_t d0 = {0}; variable
24 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0;
60 "movups %[d0], %%xmm1\n"
61 "movups %[d0], %%xmm2\n"
64 "movups %[d0], %%xmm5\n"
65 "movups %[d0], %%xmm6\n"
79 : "a" (SYS_kill), "D" (pid), "S" (SIGUSR1), [y0] "m" (y0), [d0] "m" (d0)
/external/valgrind/memcheck/tests/x86-solaris/
H A Dcontext_sse.c15 static upad128_t d0 = {0}; variable
22 ucp->uc_mcontext.fpregs.fp_reg_set.fpchip_state.xmm[0] = d0;
58 "movups %[d0], %%xmm1\n"
59 "movups %[d0], %%xmm2\n"
62 "movups %[d0], %%xmm5\n"
63 "movups %[d0], %%xmm6\n"
85 [y0] "m" (y0), [d0] "m" (d0)
/external/eigen/test/eigen2/
H A Deigen2_parametrizedline.cpp32 VectorType d0 = VectorType::Random(dim).normalized(); local
34 LineType l0(p0, d0);
40 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(p0+s0*d0), RealScalar(1) );
43 VERIFY_IS_APPROX( Scalar(l0.distance((p0+s0*d0) + d0.unitOrthogonal() * s1)), s1 );
/external/jemalloc/test/integration/
H A Dallocated.c16 uint64_t a0, a1, d0, d1; local
38 sz = sizeof(d0);
39 if ((err = mallctl("thread.deallocated", &d0, &sz, NULL, 0))) {
52 assert_u64_eq(*dp0, d0,
86 assert_u64_le(d0 + usize, d1,
/external/boringssl/src/decrepit/des/
H A Dcfb64ede.c135 uint32_t d0, d1, v0, v1; local
156 c2ln(in, d0, d1, n);
158 d0 ^= ti[0];
160 l2cn(d0, d1, out, n);
166 v1 = d0;
168 v0 = d0;
174 l2c(d0, iv);
196 c2ln(in, d0, d1, n);
202 v1 = d0;
204 v0 = d0;
[all...]
/external/clang/test/CodeGenCXX/
H A Darm64.cpp73 const std::type_info &d0 = typeid(D<int>); member in namespace:test2
/external/opencv3/3rdparty/openexr/Imath/
H A DImathFrustumTest.h245 Vec3<T> d0 = planeNormX[0] * center.x local
251 if (d0.x >= 0 || d0.y >= 0 || d0.z >= 0)
279 Vec3<T> d0 = planeNormX[0] * center.x local
285 if (d0.x >= 0 || d0.y >= 0 || d0.z >= 0)
313 Vec3<T> d0 = planeNormX[0] * center.x local
321 if (d0
351 Vec3<T> d0 = planeNormX[0] * center.x local
385 Vec3<T> d0 = (planeNormX[0] * vec.x) local
[all...]
/external/vboot_reference/firmware/lib/cryptolib/
H A Drsa.c45 uint32_t d0 = (uint32_t)A * key->n0inv; local
46 uint64_t B = (uint64_t)d0 * key->n[0] + (uint32_t)A;
51 B = (B >> 32) + (uint64_t)d0 * key->n[i] + (uint32_t)A;
/external/clang/test/PCH/
H A Dexprs.h51 double d0, d1; variable
52 typedef typeof((&dplus)(d0, d1)) call_returning_double;
67 typedef typeof(i? : d0) conditional_operator;
97 typedef typeof(__builtin_choose_expr(17 > 19, d0, 1)) choose_expr;
/external/eigen/Eigen/src/SparseLU/
H A DSparseLU_kernel_bmod.h116 Scalar d0 = dense.coeff(i0); local
118 d0 -= f*a0;
120 dense.coeffRef(i0) = d0;
/external/eigen/test/
H A Dgeo_parametrizedline.cpp32 VectorType d0 = VectorType::Random(dim).normalized(); local
34 LineType l0(p0, d0);
40 VERIFY_IS_MUCH_SMALLER_THAN( l0.distance(p0+s0*d0), RealScalar(1) );
43 VERIFY_IS_APPROX( Scalar(l0.distance((p0+s0*d0) + d0.unitOrthogonal() * s1)), s1 );
/external/libdivsufsort/lib/
H A Ddivsufsort.c49 saint_t d0, d1; local
107 #pragma omp parallel default(shared) private(curbuf, k, l, d0, d1, tmp)
116 d0 = c0, d1 = c1;
118 k = BUCKET_BSTAR(d0, d1);
119 if(--d1 <= d0) {
121 if(--d0 < 0) { break; }
124 c0 = d0, c1 = d1, j = k;
/external/libjpeg-turbo/
H A Djdcol565.c114 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; local
130 r = range_limit[DITHER_565_R(y + Crrtab[cr], d0)];
133 SCALEBITS)), d0)];
134 b = range_limit[DITHER_565_B(y + Cbbtab[cb], d0)];
144 r = range_limit[DITHER_565_R(y + Crrtab[cr], d0)];
147 SCALEBITS)), d0)];
148 b = range_limit[DITHER_565_B(y + Cbbtab[cb], d0)];
149 d0 = DITHER_ROTATE(d0);
155 r = range_limit[DITHER_565_R(y + Crrtab[cr], d0)];
248 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; local
346 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; local
[all...]
H A Djdmrg565.c105 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; local
126 r = range_limit[DITHER_565_R(y + cred, d0)];
127 g = range_limit[DITHER_565_G(y + cgreen, d0)];
128 b = range_limit[DITHER_565_B(y + cblue, d0)];
129 d0 = DITHER_ROTATE(d0);
133 r = range_limit[DITHER_565_R(y + cred, d0)];
134 g = range_limit[DITHER_565_G(y + cgreen, d0)];
135 b = range_limit[DITHER_565_B(y + cblue, d0)];
136 d0
275 INT32 d0 = dither_matrix[cinfo->output_scanline & DITHER_MASK]; local
[all...]
/external/opencv3/modules/hal/src/
H A Dstat.cpp189 __m128 d0 = _mm_setzero_ps(), d1 = _mm_setzero_ps(); local
195 d0 = _mm_add_ps(d0, _mm_mul_ps(t0, t0));
198 _mm_store_ps(buf, _mm_add_ps(d0, d1));
224 __m128 d0 = _mm_setzero_ps(), d1 = _mm_setzero_ps(); local
231 d0 = _mm_add_ps(d0, _mm_and_ps(t0, absmask));
234 _mm_store_ps(buf, _mm_add_ps(d0, d1));
262 __m128i d0 = _mm_setzero_si128(); local
269 d0
[all...]
/external/webp/src/dsp/
H A Dalpha_processing_sse41.c58 const __m128i d0 = _mm_or_si128(c0, c1); local
60 _mm_storeu_si128((__m128i*)&alpha[i], d0);
62 all_alphas = _mm_and_si128(all_alphas, d0);

Completed in 1425 milliseconds

1234