/external/eigen/doc/snippets/ |
Triangular_solve.cpp | 2 m.triangularView<Eigen::Upper>().setOnes(); 8 " m is upper-triangular:\n" 9 << m.triangularView<Eigen::Upper>().solve(n) << endl; 11 << m.triangularView<Eigen::Upper>().solve<Eigen::OnTheRight>(n);
|
Tutorial_solve_triangular_inplace.cpp | 5 A.triangularView<Upper>().solveInPlace(b);
|
/external/eigen/failtest/ |
selfadjointview_nonconst_ctor_on_const_xpr.cpp | 12 SelfAdjointView<Matrix3d,Upper> t(m);
|
triangularview_nonconst_ctor_on_const_xpr.cpp | 12 TriangularView<Matrix3d,Upper> t(m);
|
selfadjointview_on_const_type_actually_const.cpp | 13 SelfAdjointView<CV_QUALIFIER MatrixXf,Upper>(m).coeffRef(0, 0) = 1.0f;
|
triangularview_on_const_type_actually_const.cpp | 13 TriangularView<CV_QUALIFIER MatrixXf,Upper>(m).coeffRef(0, 0) = 1.0f;
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
ConstantRange.cpp | 11 // for an integral value. This keeps track of a lower and upper bound for the 13 // keeps track of a [lower, upper) bound, which specifies an interval just like 34 Lower = Upper = APInt::getMaxValue(BitWidth); 36 Lower = Upper = APInt::getMinValue(BitWidth); 41 ConstantRange::ConstantRange(const APInt &V) : Lower(V), Upper(V + 1) {} 44 Lower(L), Upper(U) { 48 "Lower == Upper, but they aren't min or max value!"); 119 return Lower == Upper && Lower.isMaxValue(); 125 return Lower == Upper && Lower.isMinValue(); 132 return Lower.ugt(Upper); [all...] |
/external/eigen/test/ |
cholmod_support.cpp | 18 CholmodDecomposition<SparseMatrix<T>, Upper> g_chol_colmajor_upper; g_chol_colmajor_upper.setMode(CholmodSupernodalLLt); 20 CholmodDecomposition<SparseMatrix<T>, Upper> g_llt_colmajor_upper; g_llt_colmajor_upper.setMode(CholmodSimplicialLLt); 22 CholmodDecomposition<SparseMatrix<T>, Upper> g_ldlt_colmajor_upper; g_ldlt_colmajor_upper.setMode(CholmodLDLt); 25 CholmodSupernodalLLT<SparseMatrix<T>, Upper> chol_colmajor_upper; 27 CholmodSimplicialLLT<SparseMatrix<T>, Upper> llt_colmajor_upper; 29 CholmodSimplicialLDLT<SparseMatrix<T>, Upper> ldlt_colmajor_upper;
|
triangular.cpp | 33 MatrixType m1up = m1.template triangularView<Upper>(); 34 MatrixType m2up = m2.template triangularView<Upper>(); 43 // VERIFY_IS_APPROX(m1up.transpose() * m2, m1.upper().transpose().lower() * m2); 48 r1.template triangularView<Upper>() += m1; 54 m1.template triangularView<Upper>() = m2.transpose() + m2; 72 m3 = m1.template triangularView<Upper>(); 75 VERIFY(v2.isApprox(m3.transpose() * (m1.transpose().template triangularView<Upper>().solve(v2)), largerEps)); 76 m3 = m1.template triangularView<Upper>(); 77 VERIFY(v2.isApprox(m3 * (m1.template triangularView<Upper>().solve(v2)), largerEps)); 82 m3 = m1.template triangularView<Upper>(); [all...] |
conjugate_gradient.cpp | 17 ConjugateGradient<SparseMatrixType, Upper > cg_colmajor_upper_diag; 18 ConjugateGradient<SparseMatrixType, Lower|Upper> cg_colmajor_loup_diag; 20 ConjugateGradient<SparseMatrixType, Upper, IdentityPreconditioner> cg_colmajor_upper_I;
|
/external/llvm/lib/IR/ |
ConstantRange.cpp | 11 // for an integral value. This keeps track of a lower and upper bound for the 13 // keeps track of a [lower, upper) bound, which specifies an interval just like 36 Lower = Upper = APInt::getMaxValue(BitWidth); 38 Lower = Upper = APInt::getMinValue(BitWidth); 44 : Lower(std::move(V)), Upper(Lower + 1) {} 47 : Lower(std::move(L)), Upper(std::move(U)) { 48 assert(Lower.getBitWidth() == Upper.getBitWidth() && 50 assert((Lower != Upper || (Lower.isMaxValue() || Lower.isMinValue())) && 51 "Lower == Upper, but they aren't min or max value!"); 230 return Lower == Upper && Lower.isMaxValue() [all...] |
/external/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
/prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
Format.h | 160 bool Upper; 167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), 178 bool Upper = false) { 180 return FormattedNumber(N, 0, Width, true, Upper, true); 191 bool Upper = false) { 193 return FormattedNumber(N, 0, Width, true, Upper, false); 214 bool Upper; // Show offset and hex bytes as upper case. 222 ByteGroupSize(BGS), Upper(U), ASCII(A) { 232 uint32_t IndentLevel = 0, bool Upper = false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
Format.h | 160 bool Upper; 167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), 178 bool Upper = false) { 180 return FormattedNumber(N, 0, Width, true, Upper, true); 191 bool Upper = false) { 193 return FormattedNumber(N, 0, Width, true, Upper, false); 214 bool Upper; // Show offset and hex bytes as upper case. 222 ByteGroupSize(BGS), Upper(U), ASCII(A) { 232 uint32_t IndentLevel = 0, bool Upper = false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
Format.h | 160 bool Upper; 167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), 178 bool Upper = false) { 180 return FormattedNumber(N, 0, Width, true, Upper, true); 191 bool Upper = false) { 193 return FormattedNumber(N, 0, Width, true, Upper, false); 214 bool Upper; // Show offset and hex bytes as upper case. 222 ByteGroupSize(BGS), Upper(U), ASCII(A) { 232 uint32_t IndentLevel = 0, bool Upper = false) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
UnicodeCharRanges.h | 26 /// \brief Represents a closed range of Unicode code points [Lower, Upper]. 29 uint32_t Upper; 36 return Range.Upper < Value; 80 DEBUG(dbgs() << "Upper bound 0x"); 86 if (I->Upper < I->Lower) { 87 DEBUG(dbgs() << "Upper bound 0x"); 90 DEBUG(dbgs().write_hex(I->Upper) << "\n"); 93 Prev = I->Upper;
|
/external/eigen/unsupported/test/ |
minres.cpp | 19 MINRES<SparseMatrix<T>, Upper, IdentityPreconditioner > minres_colmajor_upper_I; 23 MINRES<SparseMatrix<T>, Upper, DiagonalPreconditioner<T> > minres_colmajor_upper_diag; 24 MINRES<SparseMatrix<T>, Lower|Upper, DiagonalPreconditioner<T> > minres_colmajor_uplo_diag;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
Format.h | 160 bool Upper; 167 : HexValue(HV), DecValue(DV), Width(W), Hex(H), Upper(U), 178 bool Upper = false) { 180 return FormattedNumber(N, 0, Width, true, Upper, true); 191 bool Upper = false) { 193 return FormattedNumber(N, 0, Width, true, Upper, false); 214 bool Upper; // Show offset and hex bytes as upper case. 222 ByteGroupSize(BGS), Upper(U), ASCII(A) { 232 uint32_t IndentLevel = 0, bool Upper = false) [all...] |