Searched refs:c0 (Results 176 - 200 of 277) sorted by relevance

1234567891011>>

/external/llvm/unittests/ADT/
H A DSmallVectorTest.cpp124 friend bool operator==(const Constructable & c0, const Constructable & c1) { argument
125 return c0.getValue() == c1.getValue();
129 operator!=(const Constructable & c0, const Constructable & c1) { argument
130 return c0.getValue() != c1.getValue();
/external/skia/tests/
H A DWritePixelsTest.cpp141 unsigned c0 = SkGetPackedR32(color); local
144 c0 = SkMulDiv255Ceiling(c0, a);
147 return SkPackARGB32NoCheck(a, c0, c1, c2);
H A DImageDecodingTest.cpp128 // "c0" is the color of the premultiplied bitmap at (i, j).
129 const SkPMColor c0 = *bm8888.getAddr32(i, j); local
134 int da = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
135 int dr = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1));
136 int dg = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1));
137 int db = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1));
/external/chromium_org/third_party/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h136 static void Build16bitCache(uint16_t[], SkColor c0, SkColor c1, int count);
137 static void Build32bitCache(SkPMColor[], SkColor c0, SkColor c1, int count,
/external/chromium_org/tools/resources/
H A Doptimize-png-files.sh109 # TODO(oshima): Experiment with -d0 w/o -c0.
113 pngout_loop $file -c0 $opt
241 pngout -q -s4 -c0 -force $file $file.tmp.png
/external/skia/src/effects/gradients/
H A DSkGradientShaderPriv.h136 static void Build16bitCache(uint16_t[], SkColor c0, SkColor c1, int count);
137 static void Build32bitCache(SkPMColor[], SkColor c0, SkColor c1, int count,
/external/valgrind/main/exp-sgcheck/
H A Dh_intercepts.c217 UChar c0 = (UChar)c; \
220 if (p[i] == c0) return (void*)(&p[i]); \
/external/libsepol/tests/policies/test-expander/
H A Dsmall-base.conf403 category c0; category c1; category c2; category c3;
410 level s0:c0.c23;
682 gen_user(system_u,, system_r, s0, s0 - s0:c0.c23)
683 gen_user(root,, user_r sysadm_r, s0, s0 - s0:c0.c23)
684 gen_user(joe,, user_r, s0, s0 - s0:c0.c23)
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm705 movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
732 punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
767 punpcklqdq xmm2, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1051 movdqa xmm0, [rsp+_p3] ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1052 movdqa xmm1, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1055 punpckhbw xmm1, xmm2 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1067 movdqa xmm4, xmm1 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1070 punpckhwd xmm4, xmm6 ; f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
[all...]
H A Dloopfilter_block_sse2.asm387 punpcklbw xmm3, s13 ; c0 d0
396 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0
406 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
624 punpcklbw xmm3, i13 ; c0 d0
633 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0
643 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_sse2.asm705 movq xmm1, [rsi+4*rax] ; xx xx xx xx xx xx xx xx c7 c6 c5 c4 c3 c2 c1 c0
715 punpcklbw xmm1, xmm6 ; d7 c7 d6 c6 d5 c5 d4 c4 d3 c3 d2 c2 d1 e1 d0 c0
724 punpcklwd xmm1, xmm5 ; f3 e3 d3 c3 f2 e2 d2 c2 f1 e1 d1 c1 f0 e0 d0 c0
732 punpckldq xmm0, xmm1 ; f1 e1 d1 c1 b1 a1 91 81 f0 e0 d0 c0 b0 a0 90 80
767 punpcklqdq xmm2, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1051 movdqa xmm0, [rsp+_p3] ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1052 movdqa xmm1, xmm0 ; f0 e0 d0 c0 b0 a0 90 80 70 60 50 40 30 20 10 00
1055 punpckhbw xmm1, xmm2 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1067 movdqa xmm4, xmm1 ; f1 f0 e1 e0 d1 d0 c1 c0 b1 b0 a1 a0 91 90 81 80
1070 punpckhwd xmm4, xmm6 ; f3 f2 f1 f0 e3 e2 e1 e0 d3 d2 d1 d0 c3 c2 c1 c0
[all...]
H A Dloopfilter_block_sse2.asm387 punpcklbw xmm3, s13 ; c0 d0
396 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0
406 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
624 punpcklbw xmm3, i13 ; c0 d0
633 punpcklwd xmm3, xmm6 ; c0 d0 e0 f0
643 punpckldq xmm0, xmm3 ; 80 90 a0 b0 c0 d0 e0 f0
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c832 cmsS15Fixed16Number c0, c1, c2, c3, Rest; local
860 c0 = DENS(X0, Y0, Z0);
864 c1 = DENS(X1, Y0, Z0) - c0;
871 c1 = DENS(X1, Y0, Z0) - c0;
880 c3 = DENS(X0, Y0, Z1) - c0;
886 c2 = DENS(X0, Y1, Z0) - c0;
893 c2 = DENS(X0, Y1, Z0) - c0;
901 c3 = DENS(X0, Y0, Z1) - c0;
909 Output[OutChan] = (cmsUInt16Number)c0 + ((Rest + (Rest>>16))>>16);
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DXPathParser.java337 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0);
339 isToken = (c0 == '|') ? false : (c0 == c);
374 char c0 = (lookbehind == null) ? '|' : lookbehind.charAt(0);
376 hasToken = (c0 == '|') ? false : true;
2021 char c0 = m_tokenChar;
2024 if (((c0 == '\"') && (cX == '\"')) || ((c0 == '\'') && (cX == '\'')))
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp467 SkVector c0 = p[0];
468 c0 += ab;
472 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1);
474 SkPoint cAvg = c0;
494 SkScalar d0Sqd = c0.distanceToSqd(cAvg);
/external/chromium_org/third_party/skia/tests/
H A DImageDecodingTest.cpp128 // "c0" is the color of the premultiplied bitmap at (i, j).
129 const SkPMColor c0 = *bm8888.getAddr32(i, j); local
134 int da = SkAbs32(SkGetPackedA32(c0) - SkGetPackedA32(c1));
135 int dr = SkAbs32(SkGetPackedR32(c0) - SkGetPackedR32(c1));
136 int dg = SkAbs32(SkGetPackedG32(c0) - SkGetPackedG32(c1));
137 int db = SkAbs32(SkGetPackedB32(c0) - SkGetPackedB32(c1));
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp254 const Vec4& c0,
262 const Vec4 i0 = c0*(1.0f - fBounds[0]) + c1*fBounds[0];
263 const Vec4 i1 = c0*(1.0f - fBounds[1]) + c1*fBounds[1];
308 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a; local
311 if (isLinearRangeValid(prec, c0, c1, yBounds, result))
340 const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0.p11*a*b; local
343 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
369 const Vec4 c0 = line0.p0*(1.0f-a0) + line0.p1*a0; local
376 if (isLinearRangeValid(prec, c0, c1, zBounds, result))
409 const Vec4 c0 local
253 isLinearRangeValid(const LookupPrecision& prec, const Vec4& c0, const Vec4& c1, const Vec2& fBounds, const Vec4& result) argument
465 const float c0 = de::min(z0, zBounds0.y()); local
779 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), coordY, 0); local
827 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ); local
888 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), wrap(sampler.wrapR, k0, d0)); local
[all...]
/external/opencv/cv/src/
H A Dcvsubdivision2d.cpp662 double a0, b0, c0, a1, b1, c1; local
671 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
674 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
691 icvCreateCenterNormalLine( edge0, &a0, &b0, &c0 );
694 icvIntersectLines3( &a0, &b0, &c0, &a1, &b1, &c1, &virt_point );
H A Dcvgeometry.cpp146 icvIntersectLines3( double *a0, double *b0, double *c0, argument
154 point->x = (float) ((b0[0] * c1[0] - b1[0] * c0[0]) * det);
155 point->y = (float) ((a1[0] * c0[0] - a0[0] * c1[0]) * det);
/external/skia/src/gpu/
H A DGrPathUtils.cpp467 SkVector c0 = p[0];
468 c0 += ab;
472 SkScalar dSqd = sublevel > kMaxSubdivs ? 0 : c0.distanceToSqd(c1);
474 SkPoint cAvg = c0;
494 SkScalar d0Sqd = c0.distanceToSqd(cAvg);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dbocu1tst.c947 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable
967 { c0, LENGTHOF(c0) }
/external/chromium_org/third_party/skia/gm/
H A Dgradients.cpp273 SkPoint c0; local
274 c0.iset(-80, 25);
279 SkShader* s = SkGradientShader::CreateTwoPointRadial(c0, r0, c1, r1, colors,
/external/icu/icu4c/source/test/cintltst/
H A Dbocu1tst.c948 static const UChar c0[]={ 1, 0xe40, 0x20, 9 }; variable
968 { c0, LENGTHOF(c0) }
/external/skia/gm/
H A Dgradients.cpp273 SkPoint c0; local
274 c0.iset(-80, 25);
279 SkShader* s = SkGradientShader::CreateTwoPointRadial(c0, r0, c1, r1, colors,
/external/libsepol/tests/policies/test-hooks/
H A Dcmp_policy.conf403 category c0; category c1; category c2; category c3;
410 level s0:c0.c23;
438 gen_user(g_b_user_1,, g_b_role_1, s0, s0 - s0:c0.c23)

Completed in 2292 milliseconds

1234567891011>>