/external/clang/test/SemaCXX/ |
H A D | cxx11-ast-print.cpp | 39 // CHECK: const char *p10 = 3.300e+15_fritz; 40 const char *p10 = 3.300e+15_fritz; variable
|
/external/llvm/unittests/ADT/ |
H A D | MakeUniqueTest.cpp | 63 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/syslinux/com32/lib/math/ |
H A D | strtod.c | 53 double p10; local 135 p10 = 10.; 142 number /= p10; 144 number *= p10; 147 p10 *= p10;
|
/external/webrtc/webrtc/base/ |
H A D | refcount.h | 85 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) 86 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10), ref_count_(0) { 93 P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, 95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) { 84 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10) argument 92 RefCountedObject( P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6, P7 p7, P8 p8, P9 p9, P10 p10, P11 p11) argument
|
/external/deqp/framework/common/ |
H A D | tcuBilinearImageCompare.cpp | 74 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 D | tcuFuzzyImageCompare.cpp | 143 deUint32 p10 = readUnorm8<NumChannels>(src, i1, j0); local 152 (getChannel(p10, c)*( a)*(1.0f-b)) +
|
H A D | tcuTexLookupVerifier.cpp | 97 Vec4 p10; //!< (0, 1) member in struct:tcu::ColorQuad 104 dst.p10 = lookup<float>(level, sampler, x1, y0, z); 159 const Vec4 d0 = abs(quad.p10 - quad.p00); 161 const Vec4 d2 = abs(quad.p11 - quad.p10); 205 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11))); 210 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11))); 305 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a; 341 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; 342 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; 422 const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a [all...] |
H A D | tcuTexture.cpp | 1845 Vec4 p10 = (i1UseBorder || j0UseBorder) ? lookupBorder(access.getFormat(), sampler) : lookup(access, i1, j0, offset.z()); local 1851 (p10*( a)*(1.0f-b)) + 1914 float p10 = execCompare(p10Clr, sampler.compare, sampler.compareChannel, ref, isFixedPointDepthFormat); local 1920 (p10*( a)*(1.0f-b)) +
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
H A D | manual_constructor.h | 221 const T9& p9, const T10& p10) { 222 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10); 230 const T9& p9, const T10& p10, const T11& p11) { 231 new (space_) Type(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11); 219 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 228 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/delibs/deimage/ |
H A D | deImage.c | 148 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 D | es2pTextureCases.cpp | 113 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 D | es2pShaderOperatorTests.cpp | 220 , p10 (p10_) 230 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gles2::Performance::__anon5027::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 D | es3pTextureCases.cpp | 121 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 D | es3pShaderOperatorTests.cpp | 220 , p10 (p10_) 230 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gles3::Performance::__anon5314::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 D | glsShaderPerformanceMeasurer.hpp | 52 , p10 (p10_) 62 tcu::Vec4 p10; //!< Top left. member in struct:deqp::gls::AttribSpec
|
/external/skia/tests/ |
H A D | PathOpsQuadIntersectionTest.cpp | 498 SkDPoint p10 = quad1.ptAtT(t10); local 502 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
|
H A D | PathOpsCubicIntersectionTest.cpp | 607 SkDPoint p10 = c1.ptAtT(t10); local 611 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
|
/external/skqp/tests/ |
H A D | PathOpsQuadIntersectionTest.cpp | 498 SkDPoint p10 = quad1.ptAtT(t10); local 502 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
|
H A D | PathOpsCubicIntersectionTest.cpp | 606 SkDPoint p10 = c1.ptAtT(t10); local 610 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY);
|
/external/pdfium/third_party/libtiff/ |
H A D | tif_luv.c | 835 LogL10toY(int p10) /* compute luminance from 10-bit LogL */ argument 837 if (p10 == 0) 839 return (exp(M_LN2/64.*(p10+.5) - M_LN2*12.));
|
/external/skia/src/core/ |
H A D | SkGeometry.cpp | 1093 Sk2s p10 = p1 - p0; local 1095 Sk2s C = ww * p10;
|
/external/skqp/src/core/ |
H A D | SkGeometry.cpp | 1093 Sk2s p10 = p1 - p0; local 1095 Sk2s C = ww * p10;
|
/external/icu/icu4c/source/test/intltest/ |
H A D | rbbitst.cpp | 2914 int p10 = p1; local 2915 while (fSpSet->contains(cAt(p10))) { 2916 p10 = moveBack(p10); 2918 while (fCloseSet->contains(cAt(p10))) { 2919 p10 = moveBack(p10); 2921 if (fSTermSet->contains(cAt(p10)) || fATermSet->contains(cAt(p10))) {
|
/external/kotlinc/lib/ |
H A D | kotlin-runtime.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |
H A D | kotlin-stdlib.jar | META-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ... |