/external/deqp/framework/common/ |
D | tcuBilinearImageCompare.cpp | 74 …interpolateChannel (deUint32 fx1, deUint32 fy1, deUint8 p00, deUint8 p01, deUint8 p10, deUint8 p11) in interpolateChannel() argument 79 const deUint32 sum = fx0*fy0*p00 + fx1*fy0*p10 + fx0*fy1*p01 + fx1*fy1*p11; in interpolateChannel() 100 deUint32 p10 = readRGBA8Raw(access, x1, y0); in bilinearSampleRGBA8() local 106 …res |= interpolateChannel(fx1, fy1, getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), ge… in bilinearSampleRGBA8() 107 …res |= interpolateChannel(fx1, fy1, getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), ge… in bilinearSampleRGBA8() 108 …res |= interpolateChannel(fx1, fy1, getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), ge… in bilinearSampleRGBA8() 109 …res |= interpolateChannel(fx1, fy1, getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), ge… in bilinearSampleRGBA8()
|
D | tcuTexLookupVerifier.cpp | 97 Vec4 p10; //!< (0, 1) member 104 dst.p10 = lookup<float>(level, sampler, x1, y0, z); in lookupQuad() 159 const Vec4 d0 = abs(quad.p10 - quad.p00); in computeBilinearSearchStepFromFloatQuad() 161 const Vec4 d2 = abs(quad.p11 - quad.p10); in computeBilinearSearchStepFromFloatQuad() 205 return min(quad.p00, min(quad.p10, min(quad.p01, quad.p11))); in min() 210 return max(quad.p00, max(quad.p10, max(quad.p01, quad.p11))); in max() 303 const Vec4 c0 = quad.p00*(1.0f - a) + quad.p10*a; in isBilinearRangeValid() 335 …const Vec4 c0 = quad0.p00*(1.0f-a)*(1.0f-b) + quad0.p10*a*(1.0f-b) + quad0.p01*(1.0f-a)*b + quad0… in isTrilinearRangeValid() 336 …const Vec4 c1 = quad1.p00*(1.0f-a)*(1.0f-b) + quad1.p10*a*(1.0f-b) + quad1.p01*(1.0f-a)*b + quad1… in isTrilinearRangeValid() 404 …const Vec4 c0 = quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 +… in is2DTrilinearFilterResultValid() [all …]
|
D | tcuFuzzyImageCompare.cpp | 141 deUint32 p10 = readUnorm8<NumChannels>(src, i1, j0); in bilinearSample() local 150 (getChannel(p10, c)*( a)*(1.0f-b)) + in bilinearSample()
|
/external/llvm/unittests/ADT/ |
D | MakeUniqueTest.cpp | 63 auto p10 = in TEST() local 66 EXPECT_TRUE((bool)p10); in TEST() 67 EXPECT_EQ(std::make_tuple(0, 1, 2, 3, 4, 5, 6, 7, 8, 9), *p10); in TEST()
|
/external/smali/smali/src/test/resources/LexerTest/ |
D | FloatLiteralTest.smali | 129 0x12AB.p10 133 -0x12AB.p10 160 0x.1234p10 237 .p10
|
D | FloatLiteralTest.tokens | 129 DOUBLE_LITERAL("0x12AB.p10") 133 DOUBLE_LITERAL("-0x12AB.p10") 160 DOUBLE_LITERAL("0x.1234p10") 236 INVALID_TOKEN(".p10")
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 113 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local 118 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init() 124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
/external/ceres-solver/include/ceres/internal/ |
D | manual_constructor.h | 182 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);
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 121 Vec2 p10 = (m_coordTransform * Vec3(1.0f, 0.0f, 1.0f)).swizzle(0,1); in init() local 126 Vec4(p10.x(), p10.y(), 0.0f, 0.0f), in init() 132 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
/external/deqp/modules/glshared/ |
D | glsShaderPerformanceMeasurer.hpp | 52 , p10 (p10_) in AttribSpec() 62 tcu::Vec4 p10; //!< Top left. member
|
D | glsShaderPerformanceMeasurer.cpp | 93 …adInterpolate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[… in generateVertices()
|
/external/llvm/test/CodeGen/ARM/ |
D | 2013-04-16-AAPCS-C5-vs-VFP.ll | 33 %struct_t* byval %p10) ; --> Stack+8 40 call void @fooUseStruct(%struct_t* %p10)
|
/external/libunwind/tests/ |
D | ia64-test-rbs-asm.S | 158 (p8) tnat.z p10, p0 = loc##n; \ 159 (p9) cmp.ne p10, p0 = r16, loc##n; \ 161 (p10) mov r8 = -n; \ 162 (p10) br.cond.spnt.many .fail
|
/external/skia/tests/ |
D | PathOpsQuadIntersectionTest.cpp | 478 SkDPoint p10 = quad1.ptAtT(t10); in intersectionFinder() local 482 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY); in intersectionFinder()
|
D | PathOpsCubicIntersectionTest.cpp | 583 SkDPoint p10 = cubic1.ptAtT(t10); in intersectionFinder() local 587 p10.fX, p10.fY, p1Seed.fX, p1Seed.fY, p12.fX, p12.fY); in intersectionFinder()
|
/external/clang/test/SemaCXX/ |
D | cxx11-ast-print.cpp | 40 const char *p10 = 3.300e+15_fritz; variable
|
/external/v8/test/mjsunit/compiler/ |
D | regress-loadfield.js | 60 a.p10 = "";
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1471 int p10 = p1; in next() local 1472 while (p10>0 && fSpSet.contains(cAt(p10))) { in next() 1473 p10 = moveBack(p10); in next() 1475 while (p10>0 && fCloseSet.contains(cAt(p10))) { in next() 1476 p10 = moveBack(p10); in next() 1478 if (fSTermSet.contains(cAt(p10)) || fATermSet.contains(cAt(p10))) { in next()
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 148 deARGB p10 = deImage_getPixel(srcImage, x1, y0); in deImage_scale() local 151 deARGB pix = deARGB_add(deARGB_add(deARGB_multiply(p00, f00), deARGB_multiply(p10, f10)), in deImage_scale()
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb2-v8.txt | 9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|
D | basic-arm-instructions-v8.txt | 27 # (The operations on p10/p11 disassemble into FP/NEON instructions)
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | spill.ll | 18 %p10 = getelementptr <16 x i8>, <16 x i8>* %p0, i32 10 52 %10 = load <16 x i8>, <16 x i8>* %p10, align 16 167 %p10 = getelementptr <8 x i16>, <8 x i16>* %p0, i32 10 201 %10 = load <8 x i16>, <8 x i16>* %p10, align 16 316 %p10 = getelementptr <4 x i32>, <4 x i32>* %p0, i32 10 350 %10 = load <4 x i32>, <4 x i32>* %p10, align 16 465 %p10 = getelementptr <2 x i64>, <2 x i64>* %p0, i32 10 499 %10 = load <2 x i64>, <2 x i64>* %p10, align 16
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2817 int p10 = p1; in next() local 2818 while (fSpSet->contains(cAt(p10))) { in next() 2819 p10 = moveBack(p10); in next() 2821 while (fCloseSet->contains(cAt(p10))) { in next() 2822 p10 = moveBack(p10); in next() 2824 if (fSTermSet->contains(cAt(p10)) || fATermSet->contains(cAt(p10))) { in next()
|
/external/icu/icu4c/source/i18n/ |
D | plurrule.cpp | 1479 static int32_t p10[] = {1, 10, 100, 1000, 10000}; variable 1485 double scaledN = n * p10[numFractionDigits]; in quickInit() 1504 double scaledN = n * p10[ndigits]; in decimals()
|
/external/llvm/test/MC/ARM/ |
D | diagnostics.s | 154 @ p10 and p11 are reserved for NEON 155 mcr p10, #2, r5, c1, c1, #4 446 cdp2hi p10, #0, c6, c12, c0, #7
|