HomeSort by relevance Sort by last modified time
    Searched refs:inv (Results 151 - 175 of 210) sorted by null

1 2 3 4 5 67 8 9

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tnl.c 459 PUSH_DATAf(push, m->inv[4*i + j]);
nv20_state_tnl.c 355 PUSH_DATAf(push, m->inv[4*i + j]);
  /external/speex/libspeex/
preprocess.c 266 int inv=0; local
272 inv=1;
276 inv=1;
282 if (inv)
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_helpers.c 823 ULong inv = cond & 1; local
836 return 1 & (inv ^ of);
841 return 1 & (inv ^ zf);
846 return 1 & (inv ^ cf);
853 return 1 & (inv ^ (cf | zf));
859 return 1 & (inv ^ sf);
864 return 1 & (inv ^ pf);
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
  /external/chromium_org/third_party/skia/src/core/
SkBitmapProcState.cpp 222 // set the inv matrix type to translate-only;
387 bool SkBitmapProcState::chooseProcs(const SkMatrix& inv, const SkPaint& paint) {
391 fInvMatrix = inv;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
  /external/skia/src/core/
SkBitmapProcState.cpp 222 // set the inv matrix type to translate-only;
387 bool SkBitmapProcState::chooseProcs(const SkMatrix& inv, const SkPaint& paint) {
391 fInvMatrix = inv;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2225 LLVMValueRef inv = lp_build_const_int_vec(gallivm, bld->type, ~0); local
2307 LLVMValueRef inv = lp_build_const_int_vec(gallivm, bld->type, ~0); local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_arit.c 2225 LLVMValueRef inv = lp_build_const_int_vec(gallivm, bld->type, ~0); local
2307 LLVMValueRef inv = lp_build_const_int_vec(gallivm, bld->type, ~0); local
    [all...]
  /external/opencv/cvaux/include/
cvmat.hpp 484 _CvMAT_INV_ inv(int method = 0) const;
632 _CvMAT_INV_ inv( int method = 0 ) const;
665 /* inv(A) */
840 /* A.inv()*B or A.pinv()*B */
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /external/openssl/crypto/aes/asm/
bsaes-armv7.pl 380 my $inv=@_[16]; # optional
422 $code.=<<___ if (!$inv);
431 $code.=<<___ if ($inv);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
light.c 970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv,
1035 const GLfloat *m = ctx->ModelviewMatrixStack.Top->inv;
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFShader.cpp 38 SkScalar inv = mag ? SkScalarInvert(mag) : 0; local
40 vec.scale(inv);
    [all...]
  /external/icu/icu4c/source/test/intltest/
regextst.cpp 151 static UText* regextst_openUTF8FromInvariant(UText* ut, const char *inv, int64_t length, UErrorCode *status);
233 #define REGEX_ASSERT_UNISTR(ustr,inv) {if (!(ustr==inv)) {errln("%s:%d: RegexTest failure: REGEX_ASSERT_UNISTR(%s,%s) failed \n", __FILE__, __LINE__, extractToAssertBuf(ustr),inv);};}
323 static UText* regextst_openUTF8FromInvariant(UText *ut, const char *inv, int64_t length, UErrorCode *status) {
324 if(length==-1) length=strlen(inv);
327 return utext_openUTF8(ut, inv, length, status);
337 uprv_aestrncpy(buf, (const uint8_t*)inv, length);
    [all...]
  /external/iptables/extensions/
libxt_conntrack.c 674 int inv, int numeric)
678 if (inv)
    [all...]
  /external/mesa3d/src/mesa/main/
light.c 970 TRANSFORM_POINT( light->_Position, ctx->ModelviewMatrixStack.Top->inv,
1035 const GLfloat *m = ctx->ModelviewMatrixStack.Top->inv;
    [all...]
  /external/skia/src/pdf/
SkPDFShader.cpp 38 SkScalar inv = mag ? SkScalarInvert(mag) : 0; local
40 vec.scale(inv);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 888 SkMatrix inv; local
889 if (!context->getMatrix().invert(&inv)) {
894 inv.mapRect(&clippedSrcRect);
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp 888 SkMatrix inv; local
889 if (!context->getMatrix().invert(&inv)) {
894 inv.mapRect(&clippedSrcRect);
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js 1134 grep: function( elems, callback, inv ) {
1140 if ( !inv != !callback( elems[ i ], i ) )
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]

Completed in 983 milliseconds

1 2 3 4 5 67 8 9