Searched refs:inverse (Results 101 - 125 of 126) sorted by relevance

123456

/external/libvpx/vpx_ports/
H A Dx86_abi_support.asm124 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
/external/llvm/lib/Analysis/
H A DLazyValueInfo.cpp828 if (!isTrueDest) TrueValues = TrueValues.inverse();
1103 if (TrueValues.inverse().contains(CR))
H A DInstructionSimplify.cpp1865 if (RHS_CR.inverse().contains(LHS_CR))
/external/skia/src/gpu/
H A DGrContext.cpp595 GrMatrix inverse; local
601 // We attempt to map r by the inverse matrix and draw that. mapRect will
605 if (!drawState->getViewInverse(&inverse)) {
609 inverse.mapRect(&r);
612 if (!drawState->getViewInverse(&inverse)) {
617 tmpPaint.get()->preConcatActiveSamplerMatrices(inverse);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp310 m_path.transform(state().m_transform.inverse());
641 m_path.transform(transform.inverse());
656 c->concatCTM(c->getCTM().inverse());
658 state().m_transform = ctm.inverse() * state().m_transform;
971 FloatPoint transformedPoint = ctm.inverse().mapPoint(point);
/external/skia/src/core/
H A DSkCanvas.cpp1230 SkMatrix inverse; local
1232 if (!fMCRec->fMatrix->invert(&inverse)) {
1253 inverse.mapRect(bounds, r);
/external/webkit/Source/WebCore/platform/graphics/win/
H A DFontCGWin.cpp235 CGAffineTransform initialGlyphTransform = hdcTransform.isInvertible() ? hdcTransform.inverse() : CGAffineTransformIdentity;
/external/webp/src/dsp/
H A Dlossless.c587 // Add green to blue and red channels (i.e. perform the inverse transform of
638 uint32_t argb, int inverse) {
644 if (inverse) {
899 // Color space inverse transform.
637 TransformColor(const Multipliers* const m, uint32_t argb, int inverse) argument
/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/jmonkeyengine/engine/src/core/com/jme3/math/
H A DQuaternion.java1109 * <code>inverse</code> returns the inverse of this quaternion as a new
1110 * quaternion. If this quaternion does not have an inverse (if its normal is
1113 * @return the inverse of this quaternion or null if the inverse does not
1116 public Quaternion inverse() { method in class:Quaternion
1128 * <code>inverse</code> calculates the inverse of this quaternion and
1130 * not have an inverse (if it's norma is 0 or less), nothing happens
1132 * @return the inverse o
[all...]
/external/libvorbis/lib/
H A Dmapping0.c757 inverse(vb,b->residue[info->residuesubmap[i]],
/external/webkit/Source/WebCore/platform/graphics/
H A DShadowBlur.cpp354 layerRect = transform.inverse().mapQuad(transformedPolygon).boundingBox();
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp631 TransformationMatrix parentToLayer = layerOriginTransform.inverse();
/external/webkit/Source/WebCore/platform/graphics/texmap/
H A DTextureMapperNode.cpp392 if (!m_state.backfaceVisibility && m_transforms.target.inverse().m33() < 0) {
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DSharedBitmap.cpp474 IntRect visibleDstRect = enclosingIntRect(tf.inverse().mapRect(trRect));
H A DGraphicsContextWinCE.cpp1856 FloatRect movedDstRect = m_data->m_transform.inverse().mapRect(FloatRect(trRect));
/external/skia/src/effects/
H A DSkGradientShader.cpp434 const SkMatrix& inverse = this->getTotalInverse(); local
436 if (!fDstToIndex.setConcat(fPtsToUnit, inverse)) {
/external/webkit/Source/WebCore/rendering/
H A DRenderLayer.cpp2638 paintLayer(this, p, transform.inverse().mapRect(paintDirtyRect), paintBehavior, paintingRoot, overlapTestRequests, paintFlags | PaintLayerAppliedTransform);
2877 paintChildLayerIntoColumns(childLayer, columnLayers[colIndex - 1], context, transform.inverse().mapRect(localDirtyRect), paintBehavior,
3092 TransformationMatrix invertedMatrix = localTransformState->m_accumulatedTransform.inverse();
/external/dropbear/libtommath/
H A Dbn.tex217 \hline Modular inverse odd moduli only & BN\_MP\_INVMOD\_SLOW\_C \\
218 \hline Modular inverse (both, smaller/slower) & BN\_FAST\_MP\_INVMOD\_C \\
1814 Computes the multiplicative inverse of $a$ modulo $b$ and stores the result in $c$ such that $ac \equiv 1 \mbox{ (mod }b\mbox{)}$.
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsLayerQt.cpp547 if (!m_state.backfaceVisibility && m_transformRelativeToRootLayer.inverse().m33() < 0) {
577 // Use QTransform::inverse to extrapolate the relative transform of this item, based on the parent's
/external/libvpx/vp8/common/ppc/
H A Dloopfilter_filters_altivec.asm175 ;# This transformation is its own inverse, and we need to perform it
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp434 Span = Span.inverse();
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli819 (** [const_not c] returns the bitwise inverse of the constant [c].
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3232 $\mbox{gcd}(e, \phi(N)) = 1$. The private key consists of the composite $N$ and the inverse of $e$ modulo $\phi(N)$
3236 $1 < M < N-2$ and computes the ciphertext $C = M^e\mbox{ }(\mbox{mod }N)$. Since finding the inverse exponent $d$

Completed in 599 milliseconds

123456