HomeSort by relevance Sort by last modified time
    Searched defs:a2 (Results 301 - 325 of 592) sorted by null

<<11121314151617181920>>

  /external/valgrind/main/none/tests/amd64/
avx-1.c 16 typedef struct { YMM a1; YMM a2; YMM a3; YMM a4; ULong u64; } Block; member in struct:__anon30163
32 printf(" "); showYMM(&block->a2); printf("\n");
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
filterbanks.c 60 WebRtc_Word32 a2 = 0, b2 = 0; local
74 "smmulr %[a2], %[tmp_coeff0], %[state0]\n\t"
80 :[a2]"+r"(a2),
97 a2 = WEBRTC_SPL_MUL_32_32_RSFT32(coefficient[1], coefficient[0], state0);
104 c = WEBRTC_SPL_LSHIFT_W32((WebRtc_Word32)in, 2) - a2 - b2; // In Q2.
  /libcore/luni/src/main/java/org/xml/sax/ext/
Attributes2Impl.java 205 Attributes2 a2 = (Attributes2) atts; local
207 declared [i] = a2.isDeclared (i);
208 specified [i] = a2.isSpecified (i);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-tuple_test.cc 153 tuple<int, double> a2, b2; local
154 b2 = a2;
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
AccountWithDataSetTest.java 39 AccountWithDataSet a2 = new AccountWithDataSet("name2", "typeB", null); local
44 AccountWithDataSet a2r = AccountWithDataSet.unstringify(a2.stringify());
48 assertEquals(a2, a2r);
54 MoreAsserts.assertNotEqual(a2, a1r);
55 MoreAsserts.assertNotEqual(a2, a3r);
63 AccountWithDataSet a2 = new AccountWithDataSet("name2", "typeB", null); local
75 final List<AccountWithDataSet> listB = stringifyListAndUnstringify(a2, a1);
77 assertEquals(a2, listB.get(0));
81 final List<AccountWithDataSet> listC = stringifyListAndUnstringify(a3, a2, a1);
84 assertEquals(a2, listC.get(1))
97 AccountWithDataSet a2 = new AccountWithDataSet("name2", "typeB", null); local
    [all...]