Searched refs:inverse (Results 226 - 250 of 276) sorted by relevance

1234567891011>>

/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
/external/mesa3d/src/mesa/program/
H A Dprogram_lexer.l276 {dot}inverse { return INVERSE; }
/external/jemalloc/bin/
H A Djeprof.in2455 p = p.matrixTransform(g.getCTM().inverse());
2462 stateTf = stateTf.multiply(k.inverse());
2482 setCTM(g, stateTf.inverse().translate(p.x - stateOrigin.x, p.y - stateOrigin.y));
2485 var p = getEventPoint(evt).matrixTransform(g.getCTM().inverse());
2487 setCTM(stateTarget, root.createSVGMatrix().translate(p.x - stateOrigin.x, p.y - stateOrigin.y).multiply(g.getCTM().inverse()).multiply(stateTarget.getCTM()));
2510 stateTf = g.getCTM().inverse();
2519 stateTf = g.getCTM().inverse();
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/fio/
H A Doptions.c1893 .inverse = "percentage_sequential",
2078 .inverse = "buffered",
2100 .inverse = "direct",
2696 .inverse = "rwmixwrite",
2710 .inverse = "rwmixread",
/external/skia/src/core/
H A DSkDraw.cpp101 SkMatrix inverse; local
102 if (!fMatrix->invert(&inverse)) {
109 inverse.mapRect(localBounds, SkRect::Make(devBounds));
/external/skia/src/pdf/
H A DSkPDFDevice.cpp561 SkMatrix inverse; local
562 if (!contentEntry->fState.fMatrix.invert(&inverse)) {
565 inverse.mapRect(&bbox);
1570 /* Draws an inverse filled path by using Path Ops to compute the positive
1571 * inverse using the current clip as the inverse bounds.
1572 * Return true if this was an inverse path and was properly handled,
1574 * either as a (incorrect) fallback or because the path was not inverse
/external/libvorbis/doc/
H A D07-floor1.tex386 the scalar value from [floor] as an offset into the vector \link{vorbis:spec:floor1:inverse:dB:table}{[floor1_inverse_dB_static_table]}
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp1200 if (!isTrueDest) TrueValues = TrueValues.inverse();
1571 if (TrueValues.inverse().contains(CR))
/external/skia/src/effects/gradients/
H A DSkGradientShader.cpp385 const SkMatrix& inverse = this->getTotalInverse(); local
387 fDstToIndex.setConcat(shader.fPtsToUnit, inverse);
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractRealMatrix.java623 public RealMatrix inverse() method in class:AbstractRealMatrix
H A DBigMatrixImpl.java29 * solution and inverse.
35 * <li>inverse</li> </ul></p>
927 * Returns the inverse matrix if this matrix is invertible.
929 * @return inverse matrix
932 public BigMatrix inverse() throws InvalidMatrixException { method in class:BigMatrixImpl
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECCurve.java659 public static BigInteger inverse(int m, int[] ks, BigInteger x) method in class:ECCurve.AbstractF2m
/external/eigen/unsupported/Eigen/src/MatrixFunctions/
H A DMatrixPower.h537 m_tmp = m_A.inverse();
/external/libjpeg-turbo/simd/
H A Djidctint-mmx.asm17 ; inverse DCT (Discrete Cosine Transform). The following code is based
90 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctint-sse2-64.asm18 ; inverse DCT (Discrete Cosine Transform). The following code is based
91 ; Perform dequantization and inverse DCT on one block of coefficients.
H A Djidctint-sse2.asm17 ; inverse DCT (Discrete Cosine Transform). The following code is based
90 ; Perform dequantization and inverse DCT on one block of coefficients.
/external/libvorbis/lib/
H A Dmapping0.c757 inverse(vb,b->residue[info->residuesubmap[i]],
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTVector.h1227 @fn inverse
1228 @return inverse mat3
1229 @brief Calculates multiplicative inverse of this matrix
1231 PVRTMat3 inverse() const function in struct:PVRTMat3
1242 // inverse is 1/det * adjoint of M
1641 @brief Calculates multiplicative inverse of this matrix
1646 @return inverse mat4
1648 PVRTMat4 inverse() const;
1652 @return inverse mat4
1653 @brief Calculates multiplicative inverse o
[all...]
/external/autotest/client/deps/webgl_mpd/src/resources/
H A DJ3DIMath.js58 void invert(); // replace the matrix with its inverse
309 this.$matrix = this.$matrix.inverse();
315 // then the inverse matrix is not unique.
323 // Scale the adjoint matrix to get the inverse
806 // rightHandSide by the inverse.
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp3612 ExprP<Matrix<float, Size, Size> > inverse (ExprP<Matrix<float, Size, Size> > mat) function in namespace:vkt::shaderexecutor::Functions
3623 return "inverse";
3643 return "inverse";
3651 inverse(mat2(vec2(mat[0][0], mat[0][1]),
3683 string getName (void) const { return "inverse"; }
3691 inverse(mat2(vec2(mat[0][0], mat[0][1]),
3703 inverse(matD + -(matC * invA * matB)));
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp3663 ExprP<Matrix<float, Size, Size> > inverse (ExprP<Matrix<float, Size, Size> > mat) function in namespace:deqp::gls::BuiltinPrecisionTests::Functions
3674 return "inverse";
3694 return "inverse";
3702 inverse(mat2(vec2(mat[0][0], mat[0][1]),
3734 string getName (void) const { return "inverse"; }
3742 inverse(mat2(vec2(mat[0][0], mat[0][1]),
3754 inverse(matD + -(matC * invA * matB)));

Completed in 2239 milliseconds

1234567891011>>