/external/icu/icu4c/source/test/testdata/ |
sh.txt | 13 a2{"a02"}
|
/external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann-better/ |
AnnotationTest.java | 8 @interface A02 {} 51 if (param instanceof @A02 /*@C02*/ HashSet)
|
/external/clang/test/SemaCXX/ |
constexpr-many-arguments.cpp | 13 constexpr type2(T a00, T a01, T a02, T a03, T a04, T a05, T a06, T a07, T a08, T a09, 16 : my_data{a00, a01, a02, a03, a04, a05, a06, a07, a08, a09,
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/ |
mips16-pcrel-relax-1.d | 14 [0-9a-f]+ <[^>]*> 0a02 la v0,00001008 <foo\+0x8>
|
mips16-pcrel-relax-3.d | 14 [0-9a-f]+ <[^>]*> 0a02 la v0,00001008 <foo\+0x8>
|
24k-triple-stores-6.d | 20 2c: 00130a02 srl at,s3,0x8
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/arc/ |
st.d | 13 10: 1a02 004c st[hw]+.aw r1,\[r2,2\] 19 2c: 1a02 0060 st.di r1,\[r2,2\]
|
/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mips-elf/ |
pic-and-nonpic-1.dd | 33 41050: f000 6a02 li v0,2
|
/external/dng_sdk/source/ |
dng_matrix.cpp | 319 dng_matrix_3by3::dng_matrix_3by3 (real64 a00, real64 a01, real64 a02, 330 fData [0] [2] = a02; 385 dng_matrix_4by3::dng_matrix_4by3 (real64 a00, real64 a01, real64 a02, 397 fData [0] [2] = a02; 869 real64 a02 = A [0] [2]; local 880 temp [0] [1] = a21 * a02 - a01 * a22; 881 temp [0] [2] = a01 * a12 - a11 * a02; 883 temp [1] [1] = a00 * a22 - a20 * a02; 884 temp [1] [2] = a10 * a02 - a00 * a12; 891 a02 * temp [2] [0]) [all...] |
dng_matrix.h | 125 dng_matrix_3by3 (real64 a00, real64 a01, real64 a02, 146 dng_matrix_4by3 (real64 a00, real64 a01, real64 a02,
|
/external/libavc/common/x86/ |
ih264_iquant_itrans_recon_ssse3.c | 130 src_r0_r1 = _mm_loadu_si128((__m128i *) (pi2_src)); //a00 a01 a02 a03 a10 a11 a12 a13 -- the source matrix 0th,1st row 145 src_r0 = _mm_unpacklo_epi16(src_r0_r1, zero_8x16b); // a00 0 a01 0 a02 0 a03 0 -- 16 bit long 412 src_r0 = _mm_loadu_si128((__m128i *) (pi2_src)); //a00 a01 a02 a03 a04 a05 a06 a07 -- the source matrix 0th row 415 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long 421 temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 -- 32 bits long 433 resq_r0_1 = _mm_packs_epi32(resq_r0_1, resq_r0_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 16 bit long 435 src_r0 = _mm_loadu_si128((__m128i *) (pi2_src + 8)); //a00 a01 a02 a03 a04 a05 a06 a07 a08 -- the source matrix 1st row 438 src_r0_1 = _mm_unpacklo_epi16(src_r0, zero_8x16b); //a00 0 a01 0 a02 0 a03 0 -- 16 bit long 443 temp5 = _mm_madd_epi16(src_r0_1, scalemat_r0_1); // a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 -- 32 bits long 454 resq_r1_1 = _mm_packs_epi32(resq_r1_1, resq_r1_2); //a00*b00*q0 a01*b01*q1 a02*b02*q2 a03*b03*q3 a04*b04*q4 a05*b05*q5 a06*b06*q6 a07*b07*q7 -- 16 bit lon [all...] |
/external/annotation-tools/annotation-file-utilities/tests/system-test/ |
expected-annos-better-UNUSED.jaif | 62 annotation invisible @A02: 113 instanceof #0: @annotations.tests.A02 @annotations.tests.C02
|
/external/annotation-tools/annotation-file-utilities/tests/system-test/source-ann/ |
AnnotationTest.java | 12 @interface A02 {} 134 if (param instanceof @A02 /*@C02*/ HashSet)
|
/external/skia/src/core/ |
SkMatrix44.cpp | 439 double a02 = fMat[0][2]; local 455 double b01 = a00 * a12 - a02 * a10; 457 double b03 = a01 * a12 - a02 * a11; 459 double b05 = a02 * a13 - a03 * a12; 543 double a02 = fMat[0][2]; local 570 double b01 = a00 * a12 - a02 * a10; 571 double b03 = a01 * a12 - a02 * a11; 601 inverse->fMat[0][1] = SkDoubleToMScalar(a02 * b10 - a01 * b11); 605 inverse->fMat[1][1] = SkDoubleToMScalar(a00 * b11 - a02 * b08); 613 inverse->fMat[3][1] = SkDoubleToMScalar(a00 * b09 - a01 * b07 + a02 * b06) [all...] |
/external/skqp/src/core/ |
SkMatrix44.cpp | 439 double a02 = fMat[0][2]; local 455 double b01 = a00 * a12 - a02 * a10; 457 double b03 = a01 * a12 - a02 * a11; 459 double b05 = a02 * a13 - a03 * a12; 543 double a02 = fMat[0][2]; local 570 double b01 = a00 * a12 - a02 * a10; 571 double b03 = a01 * a12 - a02 * a11; 601 inverse->fMat[0][1] = SkDoubleToMScalar(a02 * b10 - a01 * b11); 605 inverse->fMat[1][1] = SkDoubleToMScalar(a00 * b11 - a02 * b08); 613 inverse->fMat[3][1] = SkDoubleToMScalar(a00 * b09 - a01 * b07 + a02 * b06) [all...] |
/external/eigen/Eigen/src/Core/products/ |
GeneralMatrixVector.h | 230 LhsPacket A00, A01, A02, A03, A10, A11, A12, A13; 234 A02 = lhs2.template load<LhsPacket, Aligned>(alignedStart-2); 240 A12 = lhs2.template load<LhsPacket, Aligned>(j-2+LhsPacketSize); palign<2>(A02,A12); 250 T0 = pcj.pmadd(A02, ptmp2, T0); 251 A02 = lhs2.template load<LhsPacket, Aligned>(j-2+2*LhsPacketSize); palign<2>(A12,A02); 512 LhsPacket A01, A02, A03, A11, A12, A13; 514 A02 = lhs2.template load<LhsPacket, Aligned>(alignedStart-2); 521 A12 = lhs2.template load<LhsPacket, Aligned>(j-2+LhsPacketSize); palign<2>(A02,A12); 527 ptmp2 = pcj.pmadd(A02, b, ptmp2) [all...] |
/external/skia/src/sksl/ |
SkSLGLSLCodeGenerator.cpp | 275 " float a00 = m[0][0], a01 = m[0][1], a02 = m[0][2];" 281 " return a00 * b01 + a01 * b11 + a02 * b21;" 292 " float a00 = m[0][0], a01 = m[0][1], a02 = m[0][2], a03 = m[0][3];" 297 " float b01 = a00 * a12 - a02 * a10;" 299 " float b03 = a01 * a12 - a02 * a11;" 301 " float b05 = a02 * a13 - a03 * a12;" 341 " float a00 = m[0][0], a01 = m[0][1], a02 = m[0][2];" 347 " float det = a00 * b01 + a01 * b11 + a02 * b21;" 348 " return mat3(b01, (-a22 * a01 + a02 * a21), (a12 * a01 - a02 * a11), [all...] |
/external/skqp/src/sksl/ |
SkSLGLSLCodeGenerator.cpp | 275 " float a00 = m[0][0], a01 = m[0][1], a02 = m[0][2];" 281 " return a00 * b01 + a01 * b11 + a02 * b21;" 292 " float a00 = m[0][0], a01 = m[0][1], a02 = m[0][2], a03 = m[0][3];" 297 " float b01 = a00 * a12 - a02 * a10;" 299 " float b03 = a01 * a12 - a02 * a11;" 301 " float b05 = a02 * a13 - a03 * a12;" 341 " float a00 = m[0][0], a01 = m[0][1], a02 = m[0][2];" 347 " float det = a00 * b01 + a01 * b11 + a02 * b21;" 348 " return mat3(b01, (-a22 * a01 + a02 * a21), (a12 * a01 - a02 * a11), [all...] |
/external/webp/src/dsp/ |
common_sse2.h | 73 // a00 a01 a02 a03 b00 b01 b02 b03 81 // a00 a10 a01 a11 a02 a12 a03 a13 91 // a02 a12 a22 a32 a03 a13 a23 a33 99 // a02 a12 a22 a32 b02 b12 b22 b32
|
/external/clang/test/CodeGenCXX/ |
partial-destruction.cpp | 193 // CHECK: [[A02:%.*]] = getelementptr inbounds [[A]], [[A]]* [[A01]], i64 1 194 // CHECK-NEXT: store [[A]]* [[A02]], 195 // CHECK-NEXT: invoke void @_ZN5test41AC1Ej([[A]]* [[A02]], i32 2)
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/ |
rd-bkw3b.d | 182 81e2: 4a02 moveq 10,r0 230 8202: 5a02 moveq 26,r0 278 8222: 6a02 moveq -22,r0
|
rd-brokw-pic-3.d | 121 [ ]+81dc:[ ]+4a02[ ]+moveq 10,\$?r0 153 [ ]+81fc:[ ]+5a02[ ]+moveq 26,\$?r0 185 [ ]+821c:[ ]+6a02[ ]+moveq -22,\$?r0
|
/art/test/dexdump/ |
const-method-handle.txt | 82 0003e4: 1a02 3000 |0006: const-string v2, "main" // string@0030 159 000442: 1a02 1e00 |0007: const-string v2, "MethodHandle " // string@001e 164 000456: 1a02 0000 |0011: const-string v2, " => " // string@0000 200 0004b2: 1a02 1f00 |0007: const-string v2, "MethodType " // string@001f
|
invoke-custom.txt | 195 000a2a: 1a02 1a00 |000d: const-string v2, "InvokeCustom.<init>(" // string@001a 200 000a3e: 1a02 0800 |0017: const-string v2, ")" // string@0008 230 000a7a: 1a02 6000 |0007: const-string v2, "bsmCreateCallSite [" // string@0060 235 000a8e: 1a02 5900 |0011: const-string v2, "]" // string@0059 302 000b1e: 1a02 6400 |0007: const-string v2, "bsmLookupStaticWithExtraArgs [" // string@0064 307 000b32: 1a02 0900 |0011: const-string v2, ", " // string@0009 312 000b46: 1a02 0900 |001b: const-string v2, ", " // string@0009 317 000b5a: 1a02 0900 |0025: const-string v2, ", " // string@0009 322 000b6e: 1a02 5900 |002f: const-string v2, "]" // string@0059 367 000bd2: 1a02 6600 |0007: const-string v2, "bsmLookupTest9 [" // string@006 [all...] |
/dalvik/dx/tests/137-dexmerger-dex38/ |
expected.txt | 132 004146: 1a02 1800 |000d: const-string v2, "InvokeCustom.<init>(" // string@0018 137 00415a: 1a02 0700 |0017: const-string v2, ")" // string@0007 167 004196: 1a02 5600 |0007: const-string v2, "bsmCreateCallSite [" // string@0056 172 0041aa: 1a02 5200 |0011: const-string v2, "]" // string@0052 239 00423a: 1a02 5a00 |0007: const-string v2, "bsmLookupStaticWithExtraArgs [" // string@005a 244 00424e: 1a02 0800 |0011: const-string v2, ", " // string@0008 249 004262: 1a02 0800 |001b: const-string v2, ", " // string@0008 254 004276: 1a02 0800 |0025: const-string v2, ", " // string@0008 259 00428a: 1a02 5200 |002f: const-string v2, "]" // string@0052 304 0042ee: 1a02 5c00 |0007: const-string v2, "bsmLookupTest9 [" // string@005 [all...] |