OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_a
(Results
1 - 5
of
5
) sorted by null
/external/llvm/test/MC/AArch64/
error-location.s
17
.word x_a -
y_a
48
y_a
:
label
/external/ceres-solver/internal/ceres/
block_sparse_matrix_test.cc
72
Vector
y_a
= Vector::Zero(A_->num_rows());
local
77
A_->RightMultiply(x.data(),
y_a
.data());
79
EXPECT_LT((
y_a
- y_b).norm(), 1e-12);
84
Vector
y_a
= Vector::Zero(A_->num_cols());
local
89
A_->LeftMultiply(x.data(),
y_a
.data());
91
EXPECT_LT((
y_a
- y_b).norm(), 1e-12);
96
Vector
y_a
= Vector::Zero(A_->num_cols());
local
98
A_->SquaredColumnNorm(
y_a
.data());
100
EXPECT_LT((
y_a
- y_b).norm(), 1e-12);
dense_sparse_matrix_test.cc
59
Vector
y_a
= Vector::Zero(num_rows);
local
62
a->RightMultiply(x.data(),
y_a
.data());
65
EXPECT_EQ((
y_a
- y_b).norm(), 0);
compressed_row_sparse_matrix_test.cc
59
Vector
y_a
= Vector::Zero(num_rows);
local
62
a->RightMultiply(x.data(),
y_a
.data());
65
EXPECT_EQ((
y_a
- y_b).norm(), 0);
/external/llvm/test/MC/ARM/
error-location.s
17
.word x_a -
y_a
48
y_a
:
label
Completed in 88 milliseconds