Searched
refs:abs (Results
951 -
975 of
1796) sorted by null
<<31323334353637383940>>
/external/e2fsprogs/debugfs/ |
lsdel.c | 135 (secs && ((unsigned) abs(now - secs) > inode.i_dtime)))
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
FingerPrint.java | 124 if (results != null && Math.abs(percent) < 200) {
|
/external/eigen/Eigen/src/Core/ |
DiagonalMatrix.h | 281 RealScalar absOnDiagonal = internal::abs(coeff(j,j));
|
StableNorm.h | 124 RealScalar ax = internal::abs(coeff(j));
|
TriangularMatrix.h | 789 RealScalar absValue = internal::abs(coeff(i,j)); 796 if(internal::abs(coeff(i, j)) > threshold) return false; 812 RealScalar absValue = internal::abs(coeff(i,j)); 820 if(internal::abs(coeff(i, j)) > threshold) return false;
|
/external/eigen/Eigen/src/Eigen2Support/ |
CwiseOperators.h | 20 /** \deprecated ArrayBase::abs() */ 23 Cwise<ExpressionType>::abs() const function in class:Eigen::Cwise
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
BiCGSTAB.h | 34 using std::abs;
|
ConjugateGradient.h | 33 using std::abs;
|
/external/eigen/Eigen/src/SparseCore/ |
SparseProduct.h | 110 return SparseSparseProduct(m_lhs,m_rhs,internal::abs(reference)*epsilon);
|
/external/eigen/bench/ |
sparse_cholesky.cpp | 119 if (!internal::isMuchSmallerThan(internal::abs(chol.matrixL()(i,j)), 0.1))
|
/external/eigen/blas/ |
chbmv.f | 99 * ( 1 + ( n - 1 )*abs( INCX ) ). 114 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
chpmv.f | 63 * ( 1 + ( n - 1 )*abs( INCX ) ). 79 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
chpr2.f | 47 * ( 1 + ( n - 1 )*abs( INCX ) ). 58 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
dsbmv.f | 97 * ( 1 + ( n - 1 )*abs( INCX ) ). 112 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
dspmv.f | 61 * ( 1 + ( n - 1 )*abs( INCX ) ). 77 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
dspr2.f | 47 * ( 1 + ( n - 1 )*abs( INCX ) ). 58 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
ssbmv.f | 97 * ( 1 + ( n - 1 )*abs( INCX ) ). 112 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
sspmv.f | 61 * ( 1 + ( n - 1 )*abs( INCX ) ). 77 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
sspr2.f | 47 * ( 1 + ( n - 1 )*abs( INCX ) ). 58 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
zhbmv.f | 99 * ( 1 + ( n - 1 )*abs( INCX ) ). 114 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
zhpmv.f | 63 * ( 1 + ( n - 1 )*abs( INCX ) ). 79 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
zhpr2.f | 47 * ( 1 + ( n - 1 )*abs( INCX ) ). 58 * ( 1 + ( n - 1 )*abs( INCY ) ).
|
/external/eigen/test/ |
adjoint.cpp | 66 VERIFY_IS_MUCH_SMALLER_THAN(internal::abs(vzero.dot(v1)), static_cast<RealScalar>(1));
|
geo_hyperplane.cpp | 93 while (internal::abs(a-1) < 1e-4) a = internal::random<Scalar>();
|
qr.cpp | 79 RealScalar absdet = internal::abs(m1.diagonal().prod());
|
Completed in 622 milliseconds
<<31323334353637383940>>