HomeSort by relevance Sort by last modified time
    Searched refs:inv (Results 51 - 75 of 99) sorted by null

1 23 4

  /external/iproute2/tc/
m_ematch.c 515 char *inv = NULL; local
522 l = strtoul(buf, &inv, 0);
523 if (l == ULONG_MAX || inv == buf)
  /external/iptables/extensions/
libxt_sctp.c 327 const char *inv = invert ? "!" : ""; local
332 printf(":%s", inv);
335 printf("s:%s", inv);
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/bih/
BIHNode.java 312 Matrix4f inv =vars.tempMat4.set(worldMatrix).invertLocal(); local
314 inv.mult(r.getOrigin(), r.getOrigin());
317 inv.multNormal(r.getDirection(), r.getDirection());
318 // inv.multNormalAcross(r.getDirection(), r.getDirection());
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
SimpleWaterProcessor.java 204 boolean inv = false;
208 inv = true;
225 if (inv) {
WaterFilter.java 154 boolean inv = false;
158 inv = true;
179 if (inv) {
    [all...]
  /external/skia/bench/
MatrixBench.cpp 382 SkMatrix inv; local
383 bool invertible = fMatrix.invert(&inv);
389 inv.mapRect(&transformedRect, srcRect);
  /external/eigen/unsupported/doc/examples/
FFT.cpp 86 fft.inv(timebuf2,freqbuf);
  /external/skia/src/core/
SkBitmapProcState.h 139 bool chooseProcs(const SkMatrix& inv, const SkPaint&);
  /external/skia/src/effects/gradients/
SkLinearGradient.cpp 55 SkScalar inv = mag ? SkScalarInvert(mag) : 0; local
57 vec.scale(inv);
60 matrix->postScale(inv, inv);
SkRadialGradient.cpp 51 SkScalar inv = SkScalarInvert(radius); local
54 matrix->postScale(inv, inv);
  /external/srec/srec/clib/
imeld_rd.c 49 int invert_matrix(covdata **mat, covdata **inv, int dim);
  /external/eigen/blas/
ctpsv.f 165 * Form x := inv( A )*x.
232 * Form x := inv( A' )*x or x := inv( conjg( A' ) )*x.
ztpsv.f 165 * Form x := inv( A )*x.
232 * Form x := inv( A' )*x or x := inv( conjg( A' ) )*x.
dtpsv.f 161 * Form x := inv( A )*x.
228 * Form x := inv( A' )*x.
stpsv.f 161 * Form x := inv( A )*x.
228 * Form x := inv( A' )*x.
  /external/skia/legacy/src/effects/
SkGradientShader.cpp 823 SkScalar inv = mag ? SkScalarInvert(mag) : 0;
825 vec.scale(inv);
828 matrix->postScale(inv, inv);
    [all...]
  /external/eigen/unsupported/Eigen/src/FFT/
ei_kissfft_impl.h 337 void inv(Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::kissfft_impl
344 void inv( Scalar * dst,const Complex * src,int nfft) function in struct:Eigen::internal::kissfft_impl
352 inv(&m_tmpBuf2[0],&m_tmpBuf1[0],nfft);
  /external/llvm/include/llvm/ADT/
APFloat.h 370 /// store it in inv and return true.
371 bool getExactInverse(APFloat *inv) const;
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 762 SkScalar inv = SkScalarInvert(sx); local
765 fMatrix22.xx = SkScalarToFixed(SkScalarMul(m.getScaleX(), inv));
766 fMatrix22.xy = -SkScalarToFixed(SkScalarMul(m.getSkewX(), inv));
767 fMatrix22.yx = -SkScalarToFixed(SkScalarMul(m.getSkewY(), inv));
768 fMatrix22.yy = SkScalarToFixed(SkScalarMul(m.getScaleY(), inv));
    [all...]
  /external/llvm/lib/Target/CppBackend/
CPPBackend.cpp 1169 const InvokeInst* inv = cast<InvokeInst>(I); local
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_helpers.c 647 UInt inv = cond & 1; local
660 return 1 & (inv ^ of);
665 return 1 & (inv ^ zf);
670 return 1 & (inv ^ cf);
677 return 1 & (inv ^ (cf | zf));
683 return 1 & (inv ^ sf);
688 return 1 & (inv ^ pf);
694 return 1 & (inv ^ (sf ^ of));
702 return 1 & (inv ^ ((sf ^ of) | zf));
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
tst_qscriptvalue.cpp 433 QScriptValue inv; local
434 inv.setProperty("foo", num);
435 QCOMPARE(inv.property("foo").isValid(), false);
803 QScriptValue inv; local
804 inv.setPrototype(object);
805 QCOMPARE(inv.prototype().isValid(), false);
    [all...]
  /external/skia/src/gpu/
GrDrawState.h 565 SkMatrix inv;
569 if (!computed && !preConcatInverse.invert(&inv)) {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/user/
Workgroup.java 575 WorkgroupInvitation inv = new WorkgroupInvitation(connection.getUser(), msg.getFrom(), local
579 fireInvitationEvent(inv);
    [all...]
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
LODGeomap.java 896 float inv = 1.0f \/ FastMath.sqrt(x3 * x3 + y3 * y3 + z3 * z3); local
    [all...]

Completed in 1862 milliseconds

1 23 4