Searched refs:refUp (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuFloatFormat.cpp | 316 void testRound (double arg, double refDown, double refUp) const; 339 void Test::testRound (double arg, double refDown, double refUp) const in testRound() 349 check(oss.str(), m_fmt->round(arg, true), refUp); in testRound()
|
/external/eigen/test/ |
D | sparse_product.cpp | 267 DenseMatrix refUp = DenseMatrix::Zero(rows, rows); in sparse_product() local 277 … initSparse<Scalar>(density, refUp, mUp, ForceRealDiag|/*ForceNonZeroDiag|*/MakeUpperTriangular); in sparse_product() 278 } while (refUp.isZero()); in sparse_product() 279 refLo = refUp.adjoint(); in sparse_product() 281 refS = refUp + refLo; in sparse_product()
|