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

123

/external/eigen/test/eigen2/
H A Deigen2_prec_inverse_4x4.cpp41 MatrixType inv = m.inverse(); local
42 double error = double( (m*inv-MatrixType::Identity()).norm() / epsilon<Scalar>() );
61 MatrixType inv = m.inverse(); local
62 double error = double( (m*inv-MatrixType::Identity()).norm() * absdet / epsilon<Scalar>() );
/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/iptables/extensions/
H A Dlibipt_ah.c39 const char *inv = invert ? "!" : ""; local
44 printf(":%s", inv);
47 printf("s:%s", inv);
H A Dlibxt_esp.c39 const char *inv = invert ? "!" : ""; local
43 printf(" %s:%s%u", name, inv, min);
45 printf(" %ss:%s%u:%u", name, inv, min, max);
H A Dlibip6t_ah.c57 const char *inv = invert ? "!" : ""; local
61 printf("%s:%s%u", name, inv, min);
63 printf("%ss:%s%u:%u", name, inv, min, max);
70 const char *inv = invert ? "!" : ""; local
73 printf("%s:%s%u", name, inv, len);
H A Dlibxt_udp.c89 const char *inv = invert ? "!" : ""; local
94 printf(":%s", inv);
97 printf("s:%s", inv);
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 Dlibip6t_mh.c159 const char *inv = invert ? "!" : ""; local
164 printf("%s", inv);
167 printf("%s", inv);
H A Dlibip6t_rt.c153 const char *inv = invert ? "!" : ""; local
158 printf(":%s", inv);
161 printf("s:%s", inv);
H A Dlibxt_dccp.c159 const char *inv = invert ? "!" : ""; local
164 printf(":%s", inv);
167 printf("s:%s", inv);
H A Dlibxt_sctp.c323 const char *inv = invert ? "!" : ""; local
328 printf(":%s", inv);
331 printf("s:%s", inv);
H A Dlibxt_tcp.c232 const char *inv = invert ? "!" : ""; local
237 printf(":%s", inv);
240 printf("s:%s", inv);
/external/ceres-solver/examples/
H A Dfields_of_experts.cc81 const double inv = 1.0 / sum; local
82 // 'sum' and 'inv' are always positive, assuming that 's' is.
84 rho[1] = alpha_ * c * inv;
85 rho[2] = - alpha_ * c * c * inv * inv;
/external/ceres-solver/internal/ceres/
H A Dloss_function.cc73 const double inv = 1.0 / sum; local
74 // 'sum' and 'inv' are always positive, assuming that 's' is.
76 rho[1] = std::max(std::numeric_limits<double>::min(), inv);
77 rho[2] = - c_ * (inv * inv);
82 const double inv = 1 / sum; local
83 // 'sum' and 'inv' are always positive.
85 rho[1] = std::max(std::numeric_limits<double>::min(), inv);
86 rho[2] = -2.0 * s * b_ * (inv * inv);
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_matrix.h77 GLfloat *inv; /**< 16-element inverse (16-byte aligned) */ member in struct:__anon12820
/external/pcre/dist/sljit/
H A DsljitNativeMIPS_64.c33 sljit_si inv = 0; local
52 inv = 1;
76 if (inv)
/external/skia/src/core/
H A DSk4px.h27 Sk4px inv() const { return Sk16b(255) - *this; } function in class:Sk4px
H A DSkBitmapProcState.cpp263 bool SkBitmapProcState::chooseProcs(const SkMatrix& inv, const SkPaint& paint) { argument
269 fInvMatrix = inv;
/external/srtp/crypto/include/
H A Dxfm.h76 xfm_inv_t inv; member in struct:xfm_ctx_t
/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.c140 static void invert_and_clamp_mvs(int_mv *inv, int_mv *src, MACROBLOCKD *xd) argument
142 inv->as_mv.row = src->as_mv.row * -1;
143 inv->as_mv.col = src->as_mv.col * -1;
144 vp8_clamp_mv2(inv, xd);
/external/mesa3d/src/glsl/
H A Dir_print_visitor.cpp148 const char *const inv = (ir->invariant) ? "invariant " : ""; local
154 cent, inv, mode[ir->mode], interp[ir->interpolation]);
/external/eigen/demos/opengl/
H A Dcamera.cpp248 Matrix4f inv = mViewMatrix.inverse().matrix(); local
249 return unProject(uv, depth, inv);
/external/google-breakpad/src/third_party/libdisasm/
H A Dia32_invariant.c142 unsigned int prefixes, x86_invariant_t *inv) {
160 inv->operands[x].access = (enum x86_op_access)
162 inv->operands[x].flags = (enum x86_op_flags)
209 mode_16, &inv->operands[x]);
214 inv->operands[x].type = op_register;
222 inv->operands[x].type = op_offset;
224 inv->operands[x].flags |= op_signed |
242 inv->operands[x].type =
245 inv->operands[x].type =
248 inv
140 ia32_decode_invariant( unsigned char *buf, size_t buf_len, ia32_insn_t *t, unsigned char *out, unsigned int prefixes, x86_invariant_t *inv) argument
311 x86_invariant_t inv = { {0} }; local
[all...]
/external/mesa3d/src/mesa/tnl/
H A Dt_rasterpos.c436 const GLfloat *inv = ctx->ModelviewMatrixStack.Top->inv; local
437 TRANSFORM_NORMAL( eyenorm, objnorm, inv );

Completed in 555 milliseconds

123