Searched defs:inv (Results 1 - 25 of 118) sorted by relevance

12345

/external/eigen/test/
H A Dprec_inverse_4x4.cpp21 MatrixType inv = m.inverse(); local
22 double error = double( (m*inv-MatrixType::Identity()).norm() / NumTraits<Scalar>::epsilon() );
43 MatrixType inv = m.inverse(); local
44 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / NumTraits<Scalar>::epsilon() );
/external/ltp/testcases/kernel/syscalls/epoll_ctl/
H A Depoll_ctl02.c49 static int inv = -1; variable
63 {&inv, EPOLL_CTL_ADD, &fd[1], &events[1], EBADF},
64 {&epfd, EPOLL_CTL_ADD, &inv, &events[1], EBADF},
/external/skia/src/core/
H A DSkBitmapController.h45 State* requestBitmap(const SkBitmapProvider& bp, const SkMatrix& inv, SkFilterQuality quality) { argument
46 return this->requestBitmap(bp, inv, quality, nullptr, 0);
50 virtual State* onRequestBitmap(const SkBitmapProvider&, const SkMatrix& inv, SkFilterQuality,
H A DSkBitmapController.cpp19 const SkMatrix& inv,
22 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize);
36 SkDefaultBitmapControllerState(const SkBitmapProvider&, const SkMatrix& inv, SkFilterQuality);
133 const SkMatrix& inv,
135 fInvMatrix = inv;
18 requestBitmap(const SkBitmapProvider& provider, const SkMatrix& inv, SkFilterQuality quality, void* storage, size_t storageSize) argument
132 SkDefaultBitmapControllerState(const SkBitmapProvider& provider, const SkMatrix& inv, SkFilterQuality qual) argument
H A DSk4px.h36 Sk4px inv() const { return Sk16b(255) - *this; } function in class:__anon20642::Sk4px
/external/skqp/src/core/
H A DSkBitmapController.h45 State* requestBitmap(const SkBitmapProvider& bp, const SkMatrix& inv, SkFilterQuality quality) { argument
46 return this->requestBitmap(bp, inv, quality, nullptr, 0);
50 virtual State* onRequestBitmap(const SkBitmapProvider&, const SkMatrix& inv, SkFilterQuality,
H A DSkBitmapController.cpp19 const SkMatrix& inv,
22 State* state = this->onRequestBitmap(provider, inv, quality, storage, storageSize);
36 SkDefaultBitmapControllerState(const SkBitmapProvider&, const SkMatrix& inv, SkFilterQuality);
133 const SkMatrix& inv,
135 fInvMatrix = inv;
18 requestBitmap(const SkBitmapProvider& provider, const SkMatrix& inv, SkFilterQuality quality, void* storage, size_t storageSize) argument
132 SkDefaultBitmapControllerState(const SkBitmapProvider& provider, const SkMatrix& inv, SkFilterQuality qual) argument
H A DSk4px.h36 Sk4px inv() const { return Sk16b(255) - *this; } function in class:__anon21311::Sk4px
/external/flatbuffers/samples/
H A DSampleBinary.php49 $inv = \MyGame\Sample\Monster::CreateInventoryVector($builder, $treasure); variable
60 \MyGame\Sample\Monster::AddInventory($builder, $inv);
H A Dsample_binary.cpp80 auto inv = monster->inventory(); local
81 assert(inv);
82 assert(inv->Get(9) == 9);
83 (void)inv;
/external/iptables/extensions/
H A Dlibipt_ah.c46 const char *inv = invert ? "!" : ""; local
51 printf(":%s", inv);
54 printf("s:%s", inv);
H A Dlibxt_esp.c46 const char *inv = invert ? "!" : ""; local
50 printf(" %s:%s%u", name, inv, min);
52 printf(" %ss:%s%u:%u", name, inv, min, max);
H A Dlibxt_ipcomp.c49 const char *inv = invert ? "!" : ""; local
53 printf("%s:%s%u", name, inv, min);
55 printf("%ss:%s%u:%u", name, inv, min, max);
H A Dlibip6t_ah.c65 const char *inv = invert ? "!" : ""; local
69 printf("%s:%s%u", name, inv, min);
71 printf("%ss:%s%u:%u", name, inv, min, max);
78 const char *inv = invert ? "!" : ""; local
81 printf("%s:%s%u", name, inv, len);
H A Dlibip6t_frag.c96 const char *inv = invert ? "!" : ""; local
101 printf(":%s%u", inv, min);
103 printf("s:%s%u:%u", inv, min, max);
H A Dlibxt_udp.c89 const char *inv = invert ? "!" : ""; local
94 printf(":%s", inv);
97 printf("s:%s", inv);
/external/mesa3d/src/mesa/math/
H A Dm_matrix.h77 GLfloat *inv; /**< 16-element inverse (16-byte aligned) */ member in struct:__anon17264
/external/pcre/dist2/src/sljit/
H A DsljitNativeMIPS_64.c33 sljit_s32 inv = 0; local
52 inv = 1;
76 if (inv)
/external/cn-cbor/test/
H A Dcbor_test.c228 cn_cbor inv = {CN_CBOR_INVALID, 0, {0}, 0, NULL, NULL, NULL, NULL}; local
230 ASSERT_EQUAL(-1, cn_cbor_encoder_write(buf, 0, sizeof(buf), &inv));
/external/eigen/unsupported/Eigen/src/FFT/
H A Dei_fftw_impl.h65 void inv(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
75 void inv(scalar_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
108 void inv(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
118 void inv(scalar_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
149 void inv(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
159 void inv(scalar_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
211 void inv(Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::fftw_impl
213 get_plan(nfft,true,dst,src).inv(fftw_cast(dst), fftw_cast(src),nfft );
218 void inv( Scalar * dst,const Complex * src,int nfft) function in struct:Eigen::internal::fftw_impl
220 get_plan(nfft,true,dst,src).inv(fftw_cas
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c122 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd) { argument
123 inv->as_mv.row = src->as_mv.row * -1;
124 inv->as_mv.col = src->as_mv.col * -1;
125 vp8_clamp_mv2(inv, xd);
/external/mesa3d/src/gallium/state_trackers/clover/llvm/
H A Dcompat.hpp71 set_lang_defaults(clang::CompilerInvocation &inv, argument
77 inv.setLangDefaults(lopts, ik, t, ppopts, std);
79 inv.setLangDefaults(lopts, ik, std);
/external/skia/src/shaders/gradients/
H A DSkLinearGradient.cpp18 SkScalar inv = mag ? SkScalarInvert(mag) : 0; local
20 vec.scale(inv);
24 matrix.postScale(inv, inv);
200 SkMatrix inv; local
201 if (!args.fLocalMatrix->invert(&inv)) {
204 matrix.postConcat(inv);
H A DSkRadialGradient.cpp17 SkScalar inv = SkScalarInvert(radius); local
21 matrix.postScale(inv, inv);
172 SkMatrix inv; local
173 if (!args.fLocalMatrix->invert(&inv)) {
176 matrix.postConcat(inv);
/external/skqp/src/shaders/gradients/
H A DSkLinearGradient.cpp18 SkScalar inv = mag ? SkScalarInvert(mag) : 0; local
20 vec.scale(inv);
24 matrix.postScale(inv, inv);
196 SkMatrix inv; local
197 if (!args.fLocalMatrix->invert(&inv)) {
200 matrix.postConcat(inv);

Completed in 646 milliseconds

12345