Searched defs:p10 (Results 1 - 24 of 24) sorted by relevance

/external/clang/test/SemaCXX/
H A Dcxx11-ast-print.cpp39 // CHECK: const char *p10 = 3.300e+15_fritz;
40 const char *p10 = 3.300e+15_fritz; variable
/external/llvm/unittests/ADT/
H A DMakeUniqueTest.cpp63 auto p10 = local
66 EXPECT_TRUE((bool)p10);
67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10);
/external/ceres-solver/include/ceres/internal/
H A Dmanual_constructor.h182 const T9& p9, const T10& p10) {
183 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10);
191 const T9& p9, const T10& p10, const T11& p11) {
192 new(space()) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11);
180 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10) argument
189 Init(const T1& p1, const T2& p2, const T3& p3, const T4& p4, const T5& p5, const T6& p6, const T7& p7, const T8& p8, const T9& p9, const T10& p10, const T11& p11) argument
/external/deqp/framework/common/
H A DtcuBilinearImageCompare.cpp74 inline deUint8 interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) argument
79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11;
100 deUint32 p10 = readRGBA8Raw(access, x1, y0);
106 res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIFT;
107 res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SHIFT;
108 res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHIFT;
109 res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SHIFT;
H A DtcuFuzzyImageCompare.cpp141 deUint32 p10 = readUnorm8<NumChannels>(src, i1, j0); local
150 (getChannel(p10, c)*( a)*(1.0f-b)) +
H A DtcuTexLookupVerifier.cpp102 Vec4 p10; //!< (0, 1) member in struct:tcu::ColorQuad
109 dst.p10 = lookup<float>(level, sampler, x1, y0, z);
164 const Vec4 d0 = abs(quad.p10 - quad.p00);
166 const Vec4 d2 = abs(quad.p11 - quad.p10);
210 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11)));
215 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11)));
308 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a;
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;
341 const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1.p11*a*b;
409 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a
[all...]
H A DtcuTexture.cpp1410 Vec4 p10 = (i1UseBorder || j0UseBorder) ? sampler.borderColor : lookup(access, i1, j0, depth); local
1416 (p10*( a)*(1.0f-b)) +
1446 Vec4 p10 = (i1UseBorder || j0UseBorder) ? sampler.borderColor : lookup(access, i1, j0, offset.z()); local
1452 (p10*( a)*(1.0f-b)) +
1515 float p10 = execCompare(p10Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat); local
1521 (p10*( a)*(1.0f-b)) +
/external/deqp/framework/delibs/deimage/
H A DdeImage.c148 deARGB p10 = deImage_getPixel(srcImage, x1, y0); local
151 deARGB pix = deARGB_add(deARGB_add(deARGB_multiply(p00, f00), deARGB_multiply(p10, f10)),
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); local
118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f),
124 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des2pShaderOperatorTests.cpp220 , p10 (p10_)
230 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gles2::Performance::__anon19958::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); local
126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f),
132 log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestLog::EndMessage;
H A Des3pShaderOperatorTests.cpp220 , p10 (p10_)
230 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gles3::Performance::__anon20243::OperatorPerformanceCase::AttribSpec
368 dst[dstNdx++] = triQuadInterpolate((XF), (YF), tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx]))
/external/deqp/modules/glshared/
H A DglsShaderPerformanceMeasurer.hpp52 , p10 (p10_)
62 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gls::AttribSpec
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp421 _Point p10 = xy_at_t(quad1, t10); local
425 p10.x, p10.y, p1Seed.x, p1Seed.y, p12.x, p12.y);
H A DCubicIntersection_Test.cpp697 _Point p10 = xy_at_t(cubic1, t10); local
701 p10.x, p10.y, p1Seed.x, p1Seed.y, p12.x, p12.y);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp491 SkDPoint p10 = quad1.ptAtT(t10); local
495 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
H A DPathOpsCubicIntersectionTest.cpp523 SkDPoint p10 = cubic1.ptAtT(t10); local
527 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
/external/skia/experimental/Intersection/
H A DQuadraticIntersection_Test.cpp421 _Point p10 = xy_at_t(quad1, t10); local
425 p10.x, p10.y, p1Seed.x, p1Seed.y, p12.x, p12.y);
H A DCubicIntersection_Test.cpp697 _Point p10 = xy_at_t(cubic1, t10); local
701 p10.x, p10.y, p1Seed.x, p1Seed.y, p12.x, p12.y);
/external/skia/tests/
H A DPathOpsQuadIntersectionTest.cpp488 SkDPoint p10 = quad1.ptAtT(t10); local
492 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
H A DPathOpsCubicIntersectionTest.cpp523 SkDPoint p10 = cubic1.ptAtT(t10); local
527 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Drbbitst.cpp2643 int p10 = p1; local
2644 while (fSpSet->contains(cAt(p10))) {
2645 p10 = moveBack(p10);
2647 while (fCloseSet->contains(cAt(p10))) {
2648 p10 = moveBack(p10);
2650 if (fSTermSet->contains(cAt(p10)) || fATermSet->contains(cAt(p10))) {
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h473 p10 = 10, enumerator in enum:v8::internal::Coprocessor
/external/icu/icu4c/source/test/intltest/
H A Drbbitst.cpp2643 int p10 = p1; local
2644 while (fSpSet->contains(cAt(p10))) {
2645 p10 = moveBack(p10);
2647 while (fCloseSet->contains(cAt(p10))) {
2648 p10 = moveBack(p10);
2650 if (fSTermSet->contains(cAt(p10)) || fATermSet->contains(cAt(p10))) {

Completed in 3331 milliseconds