Searched refs:subTo (Results 1 - 6 of 6) sorted by relevance

/external/v8/benchmarks/
H A Dcrypto.js239 if(mi) BigInteger.ZERO.subTo(this,this);
281 function bnNegate() { var r = nbi(); BigInteger.ZERO.subTo(this,r); return r; }
427 if(this.s != a.s) BigInteger.ZERO.subTo(r,r);
480 r.subTo(t,r);
483 t.subTo(y,y); // "negative" y so we can replace sub with am later
490 r.subTo(t,r);
491 while(r_array[i] < --qd) r.subTo(t,r);
496 if(ts != ms) BigInteger.ZERO.subTo(q,q);
501 if(ts < 0) BigInteger.ZERO.subTo(r,r);
508 if(this.s < 0 && r.compareTo(BigInteger.ZERO) > 0) a.subTo(
[all...]
/external/eigen/Eigen/src/Core/
H A DEigenBase.h89 inline void subTo(Dest& dst) const function in struct:Eigen::EigenBase
H A DProductEvaluators.h178 generic_product_impl<Lhs, Rhs>::subTo(dst, src.lhs(), src.rhs());
261 static void subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) function in struct:Eigen::internal::generic_product_impl
327 static inline void subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) function in struct:Eigen::internal::generic_product_impl
341 // This base class provides default implementations for evalTo, addTo, subTo, in terms of scaleAndAddTo
356 static EIGEN_STRONG_INLINE void subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) function in struct:Eigen::internal::generic_product_impl_base
408 static EIGEN_STRONG_INLINE void subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) function in struct:Eigen::internal::generic_product_impl
H A DAssignEvaluator.h927 src.subTo(dst);
/external/eigen/Eigen/src/SparseCore/
H A DSparseProduct.h60 static void subTo(Dest& dst, const Lhs& lhs, const Rhs& rhs, typename enable_if<is_same<typename evaluator_traits<Dest>::Shape,DenseShape>::value,int*>::type* = 0) function in struct:Eigen::internal::generic_product_impl
134 generic_product_impl<Lhs, Rhs>::subTo(dst,src.lhs(),src.rhs());
/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h449 static void subTo(Dst& dst, const Lhs& lhs, const Rhs& rhs) function in struct:Eigen::internal::generic_product_impl
452 lazyproduct::subTo(dst, lhs, rhs);

Completed in 228 milliseconds