Searched defs:a12 (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/main/massif/tests/
H A Ddeep.c5 // - In deep-B.vgtest, we have --alloc-fn=a6..a12, which means that get_XCon
8 // - In deep-C.vgtest, we have --alloc-fn=a3..a12, which means that get_XCon
11 // - In deep-D.vgtest, we have --alloc-fn=main..a12, which means we have a
16 void a12(int n) { malloc(n); } function
17 void a11(int n) { a12(n); }
/external/clang/test/CodeGen/
H A Dx86_32-arguments-linux.c11 // CHECK: <4 x double> %a12, %struct.s56_6* byval align 4)
47 t56_v4d a12, struct s56_6 a13) {
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.c237 // CHECK: <4 x double> %a12, %struct.s56_6* byval align 4)
273 t56_v4d a12, struct s56_6 a13) {
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/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp53 A2<X_ptr> *a12; // expected-error{{must have its address taken}} member in namespace:pointer_to_object_parameters
/external/opencv/cv/src/
H A Dcvsamplers.cpp152 worktype a11, a12, a21, a22, b1, b2; \
165 a12 = scale_macro(a*(1.f-b)); \
192 cast_macro(src[j+1])*a12 + \
196 cast_macro(src[j+2])*a12 + \
207 cast_macro(src[j+1])*a12 + \
240 cast_macro(src[j+1])*a12 + \
397 float a12, a22, b1, b2; local
414 a12 = a*(1.f-b);
441 float t = a12*CV_8TO32F(src[j+1]) + a22*CV_8TO32F(src[j+1+src_step]);
475 float t = a12*CV_8TO32
[all...]
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;
146 a12 +=
188 moments->m12 = a12 * db1_60;
/external/opencv/cvaux/src/
H A Dcvepilines.cpp553 double a11,a12,a21,a22; local
557 a12 = -(xD-xC)*(xB-xA)-(yD-yC)*(yB-yA)-(zD-zC)*(zB-zA);
567 delta = a11*a22-a12*a21;
574 deltaA = b1*a22-b2*a12;
/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;
7809 breakV128to4x64U( mkexpr(aOO), &a12, &a8, &a4, &a0 ); local
7816 binop(Iop_Add64, mkexpr(a13), mkexpr(a12)))) );
7849 breakV128to4x64S( mkexpr(aOO), &a12, &a8, &a4, &a0 ); local
7856 binop(Iop_Add64, mkexpr(a13), mkexpr(a12)))) );

Completed in 804 milliseconds