/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
D | Eigen3f.java | 195 float p11 = eigenValues[index3] - vectorV.dot(mat.mult(vectorV)); in computeVectors() local 203 fAbs = FastMath.abs(p11); in computeVectors() 217 invLength = FastMath.invSqrt(p11 * p11 + p01 * p01); in computeVectors() 218 p11 *= invLength; in computeVectors() 220 vectorU.mult(p11, eigenVectors[index3]) in computeVectors() 235 p11 = eigenValues[index1] - vectorS.dot(mat.mult(vectorS)); in computeVectors() 242 fAbs = FastMath.abs(p11); in computeVectors() 255 invLength = FastMath.invSqrt(p11 * p11 + p01 * p01); in computeVectors() 256 p11 *= invLength; in computeVectors() 258 eigenVectors[index1] = vect.mult(p11).add(vectorS.mult(p01)); in computeVectors()
|
/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() 102 deUint32 p11 = readRGBA8Raw(access, x1, y1); in bilinearSampleRGBA8() local 106 … getChannel<0>(p00), getChannel<0>(p01), getChannel<0>(p10), getChannel<0>(p11)) << RGBA::RED_SHIF… in bilinearSampleRGBA8() 107 … getChannel<1>(p00), getChannel<1>(p01), getChannel<1>(p10), getChannel<1>(p11)) << RGBA::GREEN_SH… in bilinearSampleRGBA8() 108 … getChannel<2>(p00), getChannel<2>(p01), getChannel<2>(p10), getChannel<2>(p11)) << RGBA::BLUE_SHI… in bilinearSampleRGBA8() 109 … getChannel<3>(p00), getChannel<3>(p01), getChannel<3>(p10), getChannel<3>(p11)) << RGBA::ALPHA_SH… in bilinearSampleRGBA8()
|
D | tcuTexLookupVerifier.cpp | 98 Vec4 p11; //!< (1, 1) member 106 dst.p11 = lookup<float>(level, sampler, x1, y1, z); in lookupQuad() 161 const Vec4 d2 = abs(quad.p11 - quad.p10); in computeBilinearSearchStepFromFloatQuad() 162 const Vec4 d3 = abs(quad.p11 - quad.p01); 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() 306 const Vec4 c1 = quad.p01*(1.0f - a) + quad.p11*a; in isBilinearRangeValid() 341 …c4 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; in isTrilinearRangeValid() 342 …c4 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; in isTrilinearRangeValid() 422 … quad0.p00*(1.0f-a0)*(1.0f-b0) + quad0.p10*a0*(1.0f-b0) + quad0.p01*(1.0f-a0)*b0 + quad0.p11*a0*b0; in is2DTrilinearFilterResultValid() [all …]
|
D | tcuFuzzyImageCompare.cpp | 145 deUint32 p11 = readUnorm8<NumChannels>(src, i1, j1); in bilinearSample() local 154 (getChannel(p11, c)*( a)*( b)); in bilinearSample()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 115 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local 120 Vec4(p11.x(), p11.y(), 0.0f, 0.0f))); in init() 124 …log << TestLog::Message << "Coords: " << p00 << ", " << p10 << ", " << p01 << ", " << p11 << TestL… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 123 Vec2 p11 = (m_coordTransform * Vec3(1.0f, 1.0f, 1.0f)).swizzle(0,1); in init() local 128 Vec4(p11.x(), p11.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 | 53 , p11 (p11_) in AttribSpec() 63 tcu::Vec4 p11; //!< Top right. member
|
D | glsShaderPerformanceMeasurer.cpp | 93 …ate(xf, yf, tcu::Vec4(spec.p00[compNdx], spec.p01[compNdx], spec.p10[compNdx], spec.p11[compNdx])); in generateVertices()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1491 int p11 = p1; in next() local 1492 if (p11>0 && fSepSet.contains(cAt(p11))) { in next() 1493 p11 = moveBack(p11); in next() 1495 while (p11>0 && fSpSet.contains(cAt(p11))) { in next() 1496 p11 = moveBack(p11); in next() 1498 while (p11>0 && fCloseSet.contains(cAt(p11))) { in next() 1499 p11 = moveBack(p11); in next() 1501 if (fSTermSet.contains(cAt(p11)) || fATermSet.contains(cAt(p11))) { in next()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
D | RBBITestMonkey.java | 1487 int p11 = p1; in next() local 1488 if (p11>0 && fSepSet.contains(cAt(p11))) { in next() 1489 p11 = moveBack(p11); in next() 1491 while (p11>0 && fSpSet.contains(cAt(p11))) { in next() 1492 p11 = moveBack(p11); in next() 1494 while (p11>0 && fCloseSet.contains(cAt(p11))) { in next() 1495 p11 = moveBack(p11); in next() 1497 if (fSTermSet.contains(cAt(p11)) || fATermSet.contains(cAt(p11))) { in next()
|
/external/v8/test/mjsunit/compiler/ |
D | regress-loadfield.js | 61 a.p11 = "";
|
/external/deqp/framework/delibs/deimage/ |
D | deImage.c | 150 deARGB p11 = deImage_getPixel(srcImage, x1, y1); in deImage_scale() local 152 deARGB_add(deARGB_multiply(p01, f01), deARGB_multiply(p11, f11))); in deImage_scale()
|
/external/webrtc/webrtc/base/ |
D | refcount.h | 94 P11 p11) in RefCountedObject() argument 95 : T(p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, p11), ref_count_(0) { in RefCountedObject()
|
/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/ceres-solver/include/ceres/internal/ |
D | manual_constructor.h | 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/opencv/cv/src/ |
D | cvposit.cpp | 302 float p11 = ata00 * ata22 - ata02 * ata02; in icvPseudoInverse3D() local 320 b[n + k] = (p01 * a0 + p11 * a1 + p12 * a2) * inv_det; in icvPseudoInverse3D()
|
/external/icu/icu4c/source/test/intltest/ |
D | rbbitst.cpp | 2841 int p11 = p1; in next() local 2842 if (fSepSet->contains(cAt(p11))) { in next() 2843 p11 = moveBack(p11); in next() 2845 while (fSpSet->contains(cAt(p11))) { in next() 2846 p11 = moveBack(p11); in next() 2848 while (fCloseSet->contains(cAt(p11))) { in next() 2849 p11 = moveBack(p11); in next() 2851 if (fSTermSet->contains(cAt(p11)) || fATermSet->contains(cAt(p11))) { in next()
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | spill.ll | 19 %p11 = getelementptr <16 x i8>, <16 x i8>* %p0, i32 11 53 %11 = load <16 x i8>, <16 x i8>* %p11, align 16 168 %p11 = getelementptr <8 x i16>, <8 x i16>* %p0, i32 11 202 %11 = load <8 x i16>, <8 x i16>* %p11, align 16 317 %p11 = getelementptr <4 x i32>, <4 x i32>* %p0, i32 11 351 %11 = load <4 x i32>, <4 x i32>* %p11, align 16 466 %p11 = getelementptr <2 x i64>, <2 x i64>* %p0, i32 11 500 %11 = load <2 x i64>, <2 x i64>* %p11, align 16
|
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btConvexHullComputer.cpp | 630 UWord p11 = mul(high(a), high(b)); in mul() local 632 p11 += high(p01); in mul() 633 p11 += high(p10); in mul() 634 p11 += high(p0110); in mul() 639 ++p11; in mul() 642 resHigh = p11; in mul()
|
/external/v8/build/linux/sysroot_scripts/ |
D | packagelist.trusty.arm | 123 main/p/p11-kit/libp11-kit0_0.20.2-2ubuntu2_armhf.deb
|
D | packagelist.jessie.arm | 142 main/p/p11-kit/libp11-kit0_0.20.7-1_armhf.deb
|
D | packagelist.jessie.mipsel | 137 main/p/p11-kit/libp11-kit0_0.20.7-1_mipsel.deb
|
D | packagelist.wheezy.mipsel | 133 main/p/p11-kit/libp11-kit0_0.12-3_mipsel.deb
|
/external/skia/src/utils/ |
D | SkTextureCompressor_ASTC.cpp | 1476 const int p11 = this->getWeight(unquantizedValues, idx + fWeightDimX + 1, dualPlane); in infillWeight() local 1483 const int weight = (p00*w00 + p01*w01 + p10*w10 + p11*w11 + 8) >> 4; in infillWeight()
|