HomeSort by relevance Sort by last modified time
    Searched refs:U0 (Results 1 - 25 of 36) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/content/pm/
RegisteredServicesCacheTest.java 47 private static final int U0 = 0;
77 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1));
78 cache.addServiceForQuerying(U0, r2, newServiceInfo(t2, UID2));
79 assertEquals(2, cache.getAllServicesSize(U0));
80 assertEquals(2, cache.getPersistentServicesSize(U0));
81 assertNotEmptyFileCreated(cache, U0);
84 assertEquals(2, cache.getPersistentServicesSize(U0));
89 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1));
90 cache.addServiceForQuerying(U0, r2, newServiceInfo(t2, UID2));
91 cache.getAllServices(U0);
168 int u0 = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_PredictIntra_4x4.c 154 * UL U0 U1 U2 U3 U4 U5 U6 U7
162 #define U0 pSrcAbove[0]
180 pDst[y*dstStep+0] = U0;
203 pTmp[0] = (OMX_U8)((U0 + 2*U1 + U2 + 2)>>2);
235 pTmp[3] = (OMX_U8)((U0 + 2*UL + L0 + 2)>>2);
236 pTmp[4] = (OMX_U8)((U1 + 2*U0 + UL + 2)>>2);
237 pTmp[5] = (OMX_U8)((U2 + 2*U1 + U0 + 2)>>2);
255 pTmp[2] = (OMX_U8)((L0 + 2*UL + U0 + 2)>>2);
256 pTmp[3] = (OMX_U8)((UL + U0 + 1)>>1);
257 pTmp[4] = (OMX_U8)((UL + 2*U0 + U1 + 2)>>2)
    [all...]
  /external/fdlibm/
e_j1.c 49 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
136 static const double U0[5] = {
138 static double U0[5] = {
207 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])))
    [all...]
  /external/llvm/unittests/Transforms/Utils/
ValueMapperTest.cpp 33 MDNode *U0;
39 U0 = MDTuple::get(Context, Ops);
40 T->replaceOperandWith(0, U0);
42 U0->resolveCycles();
45 EXPECT_TRUE(U0->isResolved());
46 EXPECT_TRUE(U0->isUniqued());
49 EXPECT_EQ(U1, U0->getOperand(0));
50 EXPECT_EQ(U0, U1->getOperand(0));
55 EXPECT_EQ(U0, ValueMapper(VM).mapMDNode(*U0));
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_j1.c 52 * U(z) = U0[0] + U0[1]*z + ... + U0[4]*z^4
129 static const double U0[5] = {
194 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
e_j1f.c 90 static const float U0[5] = {
148 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4])));
  /external/webp/src/dsp/
yuv_sse2.c 30 const __m128i* const U0,
51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419);
58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050);
87 const __m128i Y0 = Load_HI_16(y), U0 = Load_HI_16(u), V0 = Load_HI_16(v);
88 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B);
96 const __m128i Y0 = Load_HI_16(y), U0 = Load_UV_HI_8(u), V0 = Load_UV_HI_8(v);
97 ConvertYUV444ToRGB(&Y0, &U0, &V0, R, G, B);
652 __m128i rgb[6], U0, V0, U1, V1;
657 ConvertRGBToUV(&rgb[0], &rgb[2], &rgb[4], &U0, &V0);
665 U0 = _mm_packus_epi16(U0, U1)
    [all...]
upsampling_neon.c 143 const int16x8_t U0 = vreinterpretq_s16_u16(vshll_n_u8(u, 7)); \
147 const int16x8_t G0 = vqdmulhq_lane_s16(U0, coeff1, 2); \
149 const int16x8_t B0 = vqdmulhq_n_s16(U0, 282); \
157 const int16x8_t B3 = vqaddq_s16(B2, U0); \
218 const int u0 = (top_u[0] + u_diag) >> 1; \
220 VP8YuvTo ## FMT(top_y[0], u0, v0, top_dst); \
223 const int u0 = (cur_u[0] + u_diag) >> 1; \
225 VP8YuvTo ## FMT(bottom_y[0], u0, v0, bottom_dst); \
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /external/webp/src/enc/
picture_tools_enc.c 161 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
187 u[x] = BLEND_10BIT(U0, u[x], alpha);
192 u[x] = BLEND_10BIT(U0, u[x], alpha);
  /prebuilts/go/darwin-x86/src/math/
j1.go 60 // U(z) = U0[0] + U0[1]*z + ... + U0[4]*z**4
  /prebuilts/go/linux-x86/src/math/
j1.go 60 // U(z) = U0[0] + U0[1]*z + ... + U0[4]*z**4
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-tuple.h 250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/googletest/googletest/include/gtest/internal/
gtest-tuple.h 258 template <typename U0, typename U1>
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
267 template <typename U0, typename U1>
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
gtest-tuple.h 258 template <typename U0, typename U1>
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
267 template <typename U0, typename U1>
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-tuple.h 228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/protobuf/gtest/include/gtest/internal/
gtest-tuple.h 228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/
gtest-tuple.h 228 template <typename U0, typename U1>
229 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
237 template <typename U0, typename U1>
238 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/v8/testing/gtest/include/gtest/internal/
gtest-tuple.h 258 template <typename U0, typename U1>
259 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
267 template <typename U0, typename U1>
268 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
gtest-tuple.h 250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /prebuilts/ndk/r11/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /prebuilts/ndk/r13/sources/third_party/googletest/googletest/include/gtest/internal/
gtest-tuple.h 250 template <typename U0, typename U1>
251 tuple(const ::std::pair<U0, U1>& p) : f0_(p.first), f1_(p.second) {}
259 template <typename U0, typename U1>
260 tuple& operator=(const ::std::pair<U0, U1>& p) {
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner_test.go 687 {`'\u0'`, token.CHAR, 4, `'\u0'`, "illegal character U+0027 ''' in escape sequence"},
693 {`'\U0'`, token.CHAR, 4, `'\U0'`, "illegal character U+0027 ''' in escape sequence"},
  /prebuilts/go/linux-x86/src/go/scanner/
scanner_test.go 687 {`'\u0'`, token.CHAR, 4, `'\u0'`, "illegal character U+0027 ''' in escape sequence"},
693 {`'\U0'`, token.CHAR, 4, `'\U0'`, "illegal character U+0027 ''' in escape sequence"},

Completed in 1518 milliseconds

1 2