Searched defs:a11 (Results 1 - 16 of 16) sorted by relevance

/external/valgrind/main/massif/tests/
H A Ddeep.c17 void a11(int n) { a12(n); } function
18 void a10(int n) { a11(n); }
/external/clang/test/SemaTemplate/
H A Dtemp_arg_template.cpp37 A<: :N::Z> *a11; // expected-error{{expected expression}} \ variable
H A Dtemp_arg_nontype.cpp35 A<X(17, 42)> *a11; // expected-error{{non-type template argument of type 'X' must have an integral or enumeration type}} variable
/external/skia/src/core/
H A DSkBitmapProcState_filter.h37 SkPMColor a10, SkPMColor a11,
47 "vmov.32 d5[1], %[a11] \n\t" // set top of d5 to a11
50 "vmull.u8 q0, d5, d0 \n\t" // q0 = [a11|a10] * y
57 "vmla.i16 d4, d1, d5 \n\t" // d4 += a11 * x
63 : [x] "r" (x), [y] "r" (y), [a00] "r" (a00), [a01] "r" (a01), [a10] "r" (a10), [a11] "r" (a11), [dst] "r" (dst)
70 SkPMColor a10, SkPMColor a11,
80 "vmov.32 d5[1], %[a11] \n\t" // set top of d5 to a11
35 Filter_32_opaque_neon(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor *dst) argument
68 Filter_32_alpha_neon(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor *dst, uint16_t scale) argument
106 Filter_32_opaque_portable(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor* dstColor) argument
134 Filter_32_alpha_portable(unsigned x, unsigned y, SkPMColor a00, SkPMColor a01, SkPMColor a10, SkPMColor a11, SkPMColor* dstColor, unsigned alphaScale) argument
[all...]
H A DSkBitmapProcState.cpp11 uint32_t a10, uint32_t a11) {
18 a11 = SkExpand_rgb_16(a11);
24 a11 * xy;
39 uint32_t a10, uint32_t a11) {
46 a11 = SkExpand_4444(a11);
52 a11 * xy;
59 U8CPU a10, U8CPU a11) {
67 a11 * x
9 Filter_565_Expanded(unsigned x, unsigned y, uint32_t a00, uint32_t a01, uint32_t a10, uint32_t a11) argument
37 Filter_4444_D32(unsigned x, unsigned y, uint32_t a00, uint32_t a01, uint32_t a10, uint32_t a11) argument
57 Filter_8(unsigned x, unsigned y, U8CPU a00, U8CPU a01, U8CPU a10, U8CPU a11) argument
[all...]
H A DSkFilterProc.cpp24 static unsigned bilerp00(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return a00; } argument
25 static unsigned bilerp01(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (3 * a00 + a01) >> 2; } argument
26 static unsigned bilerp02(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (a00 + a01) >> 1; } argument
27 static unsigned bilerp03(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (a00 + 3 * a01) >> 2; } argument
29 static unsigned bilerp10(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (3 * a00 + a10) >> 2; } argument
30 static unsigned bilerp11(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (9 * a00 + 3 * (a01 + a10) + a11) >> 4; } argument
31 static unsigned bilerp12(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { return (3 * (a00 + a01) + a10 + a11) >> 3; } argument
32 static unsigned bilerp13(unsigned a00, unsigned a01, unsigned a10, unsigned a11) { retur argument
34 bilerp20(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
35 bilerp21(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
36 bilerp22(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
37 bilerp23(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
39 bilerp30(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
40 bilerp31(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
41 bilerp32(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
42 bilerp33(unsigned a00, unsigned a01, unsigned a10, unsigned a11) argument
162 bilerptr00(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
165 bilerptr01(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
172 bilerptr02(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
179 bilerptr03(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
187 bilerptr10(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
194 bilerptr11(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
203 bilerptr12(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
212 bilerptr13(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
222 bilerptr20(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
229 bilerptr21(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
238 bilerptr22(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
247 bilerptr23(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
257 bilerptr30(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
264 bilerptr31(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
273 bilerptr32(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
282 bilerptr33(const uint32_t* a00, const uint32_t* a01, const uint32_t* a10, const uint32_t* a11) argument
[all...]
/external/clang/test/CodeGen/
H A Dx86_32-arguments-linux.c46 t56_v8i a10, struct s56_5 a11,
50 a10, a11, a12, a13);
41 f56(char a0, struct s56_0 a1, t56_v2i a2, struct s56_1 a3, t56_v1d a4, struct s56_2 a5, t56_v4i a6, struct s56_3 a7, t56_v2d a8, struct s56_4 a9, t56_v8i a10, struct s56_5 a11, t56_v4d a12, struct s56_6 a13) argument
H A Dx86_32-arguments-darwin.c272 t56_v8i a10, struct s56_5 a11,
276 a10, a11, a12, a13);
267 f56(char a0, struct s56_0 a1, t56_v2i a2, struct s56_1 a3, t56_v1d a4, struct s56_2 a5, t56_v4i a6, struct s56_3 a7, t56_v2d a8, struct s56_4 a9, t56_v8i a10, struct s56_5 a11, t56_v4d a12, struct s56_6 a13) argument
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSE2.cpp82 __m128i a11 = _mm_cvtsi32_si128(row1[x1]); local
97 __m128i a01a11 = _mm_unpacklo_epi32(a11, a01);
102 // (a01 * (16-y)), (a11 * y)
105 // (a01 * (16-y) * x), (a11 * y * x)
108 // (a00*w00 + a01*w01, a10*w10 + a11*w11)
114 // (DC, a00*w00 + a01*w01 + a10*w10 + a11*w11)
192 __m128i a11 = _mm_cvtsi32_si128(row1[x1]); local
207 __m128i a01a11 = _mm_unpacklo_epi32(a11, a01);
212 // (a01 * (16-y)), (a11 * y)
215 // (a01 * (16-y) * x), (a11 *
[all...]
/external/valgrind/main/memcheck/tests/
H A Dwrap6.c533 UInt a7, UInt a8, UInt a9, UInt a10, UInt a11 )
547 words[11-1] = a11;
555 UInt a7, UInt a8, UInt a9, UInt a10, UInt a11 )
563 (int)a7, (int)a8, (int)a9, (int)a10, (int)a11);
564 CALL_FN_W_11W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11);
573 UInt a7, UInt a8, UInt a9, UInt a10, UInt a11, UInt a12 )
587 words[11-1] = a11;
596 UInt a7, UInt a8, UInt a9, UInt a10, UInt a11, UInt a12 )
605 (int)a7, (int)a8, (int)a9, (int)a10, (int)a11, (int)a12);
606 CALL_FN_W_12W(r, fn, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a1
572 fn_12( UInt a1, UInt a2, UInt a3, UInt a4, UInt a5, UInt a6, UInt a7, UInt a8, UInt a9, UInt a10, UInt a11, UInt a12 ) argument
[all...]
/external/fdlibm/
H A De_lgamma_r.c104 a11 = 4.48640949618915160150e-05, /* 0x3F07858E, 0x90A45837 */ variable
259 p2 = z*(a1+z*(a3+z*(a5+z*(a7+z*(a9+z*a11)))));
/external/opencv/cv/src/
H A Dcvinpaint.cpp212 double sol, a11, a22, m12; local
213 a11=CV_MAT_ELEM(*t,float,i1,j1);
215 m12=MIN(a11,a22);
219 if( fabs(a11-a22) >= 1.0 )
222 sol = (a11+a22+sqrt((double)(2-(a11-a22)*(a11-a22))))*0.5;
224 sol = 1+a11;
H A Dcvmoments.cpp92 double a00, a10, a01, a20, a11, a02, a30, a21, a12, a03; local
96 a00 = a10 = a01 = a20 = a11 = a02 = a30 = a21 = a12 = a03 = 0;
139 a11 += dxy * (xi_1 * (yii_1 + yi_1) + xi * (yii_1 + yi));
184 moments->m11 = a11 * db1_24;
/external/webp/src/enc/
H A Ddsp_sse2.c104 // a01 a11 a21 a31 x x x x
117 // a01 a11 a21 a31 b01 b11 b21 b31
150 // a10 a11 a12 a13 b10 b11 b12 b13
157 // a00 a10 a01 a11 a02 a12 a03 a13
165 // a00 a10 a20 a30 a01 a11 a21 a31
174 // a01 a11 a21 a31 b01 b11 b21 b31
212 // a10 a11 a12 a13 b10 b11 b12 b13
219 // a00 a10 a01 a11 a02 a12 a03 a13
227 // a00 a10 a20 a30 a01 a11 a21 a31
236 // a01 a11 a2
404 const __m128i a11 = _mm_unpackhi_epi64(a01, a01); local
[all...]
/external/opencv/cvaux/src/
H A Dcvepilines.cpp553 double a11,a12,a21,a22; local
556 a11 = (xB-xA)*(xB-xA)+(yB-yA)*(yB-yA)+(zB-zA)*(zB-zA);
567 delta = a11*a22-a12*a21;
575 deltaB = a11*b2-b1*a21;
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c7509 IRTemp a15, a14, a13, a12, a11, a10, a9, a8; local
7514 a15 = a14 = a13 = a12 = a11 = a10 = a9 = a8 = IRTemp_INVALID;
7806 breakV128to4x64U( mkexpr(aEE), &a15, &a11, &a7, &a3 ); local
7819 binop(Iop_Add64, mkexpr(a11), mkexpr(a10)),
7846 breakV128to4x64S( mkexpr(aEE), &a15, &a11, &a7, &a3 ); local
7859 binop(Iop_Add64, mkexpr(a11), mkexpr(a10)),

Completed in 8099 milliseconds