Searched refs:product (Results 101 - 117 of 117) sorted by relevance

12345

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.expressions_3.4.200.v20100505.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/qemu/target-arm/
H A Dhelper.c2919 float32 product; local
2927 product = float32_mul(a, b, s);
2928 return float32_div(float32_sub(float32_three, product, s), float32_two, s);
/external/v8/benchmarks/
H A Dearley-boyer.js329 var product = 1;
331 product *= arguments[i];
332 return product;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js323 var product = 1;
325 product *= arguments[i];
326 return product;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js323 var product = 1;
325 product *= arguments[i];
326 return product;
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js323 var product = 1;
325 product *= arguments[i];
326 return product;
/external/ceres-solver/docs/
H A Dsolving.tex332 The cost of forming and storing the Schur complement $S$ can be prohibitive for large problems. Indeed, for an inexact Newton solver that computes $S$ and runs PCG on it, almost all of its time is spent in constructing $S$; the time spent inside the PCG algorithm is negligible in comparison. Because PCG only needs access to $S$ via its product with a vector, one way to evaluate $Sx$ is to observe that
349 The computational cost of using a preconditioner $M$ is the cost of computing $M$ and evaluating the product $M^{-1}y$ for arbitrary vectors $y$. Thus, there are two competing factors to consider: How much of $H$'s structure is captured by $M$ so that the condition number $\kappa(HM^{-1})$ is low, and the computational cost of constructing and using $M$. The ideal preconditioner would be one for which $\kappa(M^{-1}A) =1$. $M=A$ achieves this, but it is not a practical choice, as applying this preconditioner would require solving a linear system equivalent to the unpreconditioned problem. It is usually the case that the more information $M$ has about $H$, the more expensive it is use. For example, Incomplete Cholesky factorization based preconditioners have much better convergence behavior than the Jacobi preconditioner, but are also much more expensive.
H A Dmodeling.tex374 side is the standard quaternion product. \texttt{QuaternionParameterization} is an implementation of~\eqref{eq:quaternion}.
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli859 (** [const_mul c1 c2] returns the constant product of two constants.
863 (** [const_nsw_mul c1 c2] returns the constant product of two constants with
868 (** [const_nuw_mul c1 c2] returns the constant product of two constants with
873 (** [const_fmul c1 c2] returns the constant product of two constants floats.
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/external/dropbear/libtommath/
H A Dbn.tex1157 Which assigns the full signed product $ab$ to $c$. This function actually breaks into one of four cases which are
/external/iproute2/doc/
H A Dip-cref.tex2648 http://www.cisco.com/univercd/cc/td/doc/product/software/ios120.
2660 http://www.cisco.com/univercd/cc/td/doc/product/software/ios120.
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c2108 /* print product string if BEV */
10284 ;; Found a device that thinks it can boot the system. Record its BEV and product name string.
10285 mov di, 0x10[bx] ;; Pointer to the product name string or zero if none
/external/dropbear/libtomcrypt/
H A Dcrypt.tex3229 The system begins with with two primes $p$ and $q$ and their product $N = pq$. The order or \textit{Euler totient} of the

Completed in 571 milliseconds

12345