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

/external/clang/test/SemaCXX/
H A Ddcl_init_aggr.cpp123 u u5 = { "asdf" }; // expected-error{{cannot initialize a member subobject of type 'int' with an lvalue of type 'const char [5]'}} variable
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java60 URL u5; field in class:URLTest
146 u5 = new URL("file:/testing.tst");
147 assertEquals("u5 returns a wrong protocol", "file", u5.getProtocol());
148 assertTrue("u5 returns a wrong host", u5.getHost().equals(""));
149 assertEquals("u5 returns a wrong port", -1, u5.getPort());
150 assertEquals("u5 returns a wrong file", "/testing.tst", u5
[all...]
/external/fdlibm/
H A De_lgamma_r.c129 u5 = 1.33810918536787660377e-02, /* 0x3F8B678B, 0xBF2BAB09 */ variable
271 p1 = y*(u0+y*(u1+y*(u2+y*(u3+y*(u4+y*u5)))));
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc587 // u5 tests an empty-string title.
674 int64 u5 = adds.AddURL( L"u5", url, f1, f2); // + u5 NOLINT local
675 int64 f6 = adds.AddFolder(L"f6", f1, u5); // + f6
698 ops.ModifyPosition(u5, f6, 0);
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_bookmark_unittest.cc797 // u5 tests an empty-string title.
892 int64 u5 = adds.AddURL( L"u5", url, f1, f2); // + u5 NOLINT local
893 int64 f6 = adds.AddFolder(L"f6", f1, u5); // + f6
916 ops.ModifyPosition(u5, f6, 0);
1283 // +-- u5, http://www.u5.com/
1335 { L"u5", "http://www.u5
[all...]
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp464 constexpr bool u5 = p < 0; // expected-error {{constant expression}} member in namespace:UnspecifiedRelations
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c348 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
357 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
410 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p12_p20); local
419 const __m128i v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
677 __m128i u0, u1, u2, u3, u4, u5, u6, u7; local
706 u5 = _mm_madd_epi16(v3, k__cospi_p24_p08);
716 v5 = _mm_add_epi32(u5, k__DCT_CONST_ROUNDING);
725 u5 = _mm_srai_epi32(v5, DCT_CONST_BITS);
730 in[2] = _mm_packs_epi32(u4, u5);
784 u5
824 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
1254 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p24_p08); local
1318 const __m128i u5 = _mm_madd_epi16(t3, k__cospi_p12_p20); local
[all...]
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_idct_intrin_sse2.c709 __m128i u0, u1, u2, u3, u4, u5, u6, u7, u8, u9, u10, u11, u12, u13, u14, u15; local
745 u5 = _mm_madd_epi16(s3, k__cospi_p10_p22);
763 w5 = _mm_add_epi32(u5, u13);
771 w13 = _mm_sub_epi32(u5, u13);
798 u5 = _mm_srai_epi32(v5, DCT_CONST_BITS);
813 in[2] = _mm_packs_epi32(u4, u5);
862 u5 = _mm_srai_epi32(v5, DCT_CONST_BITS);
869 s6 = _mm_packs_epi32(u4, u5);
892 u5 = _mm_add_epi32(v5, k__DCT_CONST_ROUNDING);
901 v5 = _mm_srai_epi32(u5, DCT_CONST_BIT
[all...]

Completed in 193 milliseconds