Home
last modified time | relevance | path

Searched refs:p11 (Results 1 – 25 of 38) sorted by relevance

12

/external/jmonkeyengine/engine/src/core/com/jme3/math/
DEigen3f.java195 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/
DtcuBilinearImageCompare.cpp74 …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()
DtcuTexLookupVerifier.cpp98 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 …]
DtcuFuzzyImageCompare.cpp145 deUint32 p11 = readUnorm8<NumChannels>(src, i1, j1); in bilinearSample() local
154 (getChannel(p11, c)*( a)*( b)); in bilinearSample()
/external/deqp/modules/gles2/performance/
Des2pTextureCases.cpp115 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/
Des3pTextureCases.cpp123 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/
DglsShaderPerformanceMeasurer.hpp53 , p11 (p11_) in AttribSpec()
63 tcu::Vec4 p11; //!< Top right. member
DglsShaderPerformanceMeasurer.cpp93 …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/
DRBBITestMonkey.java1491 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/
DRBBITestMonkey.java1487 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/
Dregress-loadfield.js61 a.p11 = "";
/external/deqp/framework/delibs/deimage/
DdeImage.c150 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/
Drefcount.h94 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/
Dthumb2-v8.txt9 # (The operations on p10/p11 disassemble into FP/NEON instructions)
Dbasic-arm-instructions-v8.txt27 # (The operations on p10/p11 disassemble into FP/NEON instructions)
/external/ceres-solver/include/ceres/internal/
Dmanual_constructor.h191 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/
Dcvposit.cpp302 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/
Drbbitst.cpp2841 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/
Dspill.ll19 %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/
DbtConvexHullComputer.cpp630 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/
Dpackagelist.trusty.arm123 main/p/p11-kit/libp11-kit0_0.20.2-2ubuntu2_armhf.deb
Dpackagelist.jessie.arm142 main/p/p11-kit/libp11-kit0_0.20.7-1_armhf.deb
Dpackagelist.jessie.mipsel137 main/p/p11-kit/libp11-kit0_0.20.7-1_mipsel.deb
Dpackagelist.wheezy.mipsel133 main/p/p11-kit/libp11-kit0_0.12-3_mipsel.deb
/external/skia/src/utils/
DSkTextureCompressor_ASTC.cpp1476 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()

12