OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Upper
(Results
1 - 25
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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
...]
/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-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/darwin-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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
;
/prebuilts/clang/host/linux-x86/clang-4393122/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-4479392/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-4579689/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-4630689/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-4639204/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-4691093/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
;
Completed in 552 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>