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

1 2

  /frameworks/base/core/tests/coretests/src/android/content/pm/
RegisteredServicesCacheTest.java 49 private static final int U0 = 0;
79 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1));
80 cache.addServiceForQuerying(U0, r2, newServiceInfo(t2, UID2));
81 assertEquals(2, cache.getAllServicesSize(U0));
82 assertEquals(2, cache.getPersistentServicesSize(U0));
83 assertNotEmptyFileCreated(cache, U0);
86 assertEquals(2, cache.getPersistentServicesSize(U0));
91 cache.addServiceForQuerying(U0, r1, newServiceInfo(t1, UID1));
92 cache.addServiceForQuerying(U0, r2, newServiceInfo(t2, UID2));
93 cache.getAllServices(U0);
170 int u0 = 0; local
    [all...]
  /external/vulkan-validation-layers/scripts/
check_code_format.sh 32 FORMAT_DIFF=$(git diff -U0 master -- ${FILES_TO_CHECK} | python ./scripts/clang-format-diff.py -p1 -style=file)
  /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])));
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
DataExtractor.h 24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) {
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2;
  /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);
88 const __m128i Y0 = Load_HI_16_SSE2(y), U0 = Load_HI_16_SSE2(u),
90 ConvertYUV444ToRGB_SSE2(&Y0, &U0, &V0, R, G, B);
99 const __m128i Y0 = Load_HI_16_SSE2(y), U0 = Load_UV_HI_8_SSE2(u),
101 ConvertYUV444ToRGB_SSE2(&Y0, &U0, &V0, R, G, B);
664 __m128i rgb[6], U0, V0, U1, V1;
669 ConvertRGBToUV_SSE2(&rgb[0], &rgb[2], &rgb[4], &U0, &V0);
677 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 208 const int U0 = VP8RGBToU(4 * red, 4 * green, 4 * blue, 4 * YUV_HALF);
234 u[x] = BLEND_10BIT(U0, u[x], alpha);
239 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
  /development/vndk/tools/sourcedr/sourcedr/blueprint/tests/
test_lexer.py 292 '"\\u0" ',
321 '"\\U0" ',
  /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) {

Completed in 1102 milliseconds

1 2