Home
last modified time | relevance | path

Searched refs:rhs1 (Results 1 – 24 of 24) sorted by relevance

/external/eigen/test/
Dproduct_symm.cpp29 Rhs1 rhs1 = Rhs1::Random(cols, othersize), rhs12(cols, othersize), rhs13(cols, othersize); in symm() local
39 VERIFY_IS_APPROX(rhs12 = (s1*m2).template selfadjointView<Lower>() * (s2*rhs1), in symm()
40 rhs13 = (s1*m1) * (s2*rhs1)); in symm()
42 VERIFY_IS_APPROX(rhs12 = (s1*m2).transpose().template selfadjointView<Upper>() * (s2*rhs1), in symm()
43 rhs13 = (s1*m1.transpose()) * (s2*rhs1)); in symm()
45 VERIFY_IS_APPROX(rhs12 = (s1*m2).template selfadjointView<Lower>().transpose() * (s2*rhs1), in symm()
46 rhs13 = (s1*m1.transpose()) * (s2*rhs1)); in symm()
48 VERIFY_IS_APPROX(rhs12 = (s1*m2).conjugate().template selfadjointView<Lower>() * (s2*rhs1), in symm()
49 rhs13 = (s1*m1).conjugate() * (s2*rhs1)); in symm()
51 VERIFY_IS_APPROX(rhs12 = (s1*m2).template selfadjointView<Lower>().conjugate() * (s2*rhs1), in symm()
[all …]
Dproduct_syrk.cpp29 …Rhs1 rhs1 = Rhs1::Random(internal::random<int>(1,320), cols); Rhs1 rhs11 = Rhs1::Random(rhs1.rows(… in syrk() local
54 VERIFY_IS_APPROX(m2.template selfadjointView<Lower>().rankUpdate(rhs1.adjoint(),s1)._expression(), in syrk()
55 … (s1 * rhs1.adjoint() * rhs1).eval().template triangularView<Lower>().toDenseMatrix()); in syrk()
57 …VERIFY_IS_APPROX((m2.template triangularView<Lower>() += s1 * rhs11.adjoint() * rhs1).nestedExpres… in syrk()
58 … (s1 * rhs11.adjoint() * rhs1).eval().template triangularView<Lower>().toDenseMatrix()); in syrk()
62 VERIFY_IS_APPROX(m2.template selfadjointView<Upper>().rankUpdate(rhs1.adjoint(),s1)._expression(), in syrk()
63 … (s1 * rhs1.adjoint() * rhs1).eval().template triangularView<Upper>().toDenseMatrix()); in syrk()
64 …VERIFY_IS_APPROX((m2.template triangularView<Upper>() = s1 * rhs1.adjoint() * rhs11).nestedExpress… in syrk()
65 … (s1 * rhs1.adjoint() * rhs11).eval().template triangularView<Upper>().toDenseMatrix()); in syrk()
/external/llvm-project/llvm/test/Transforms/ADCE/
Ddomtree-DoubleDeletion.ll22 br i1 %tobool, label %land.rhs1, label %land.end
24 land.rhs1: ; preds = %land.rhs
27 land.end: ; preds = %land.rhs1, %land.rhs
28 %2 = phi i1 [ false, %land.rhs ], [ true, %land.rhs1 ]
/external/libtextclassifier/native/utils/grammar/parsing/
Dparse-tree.h67 bool IsBinaryRule() const { return rhs1 && rhs2; } in IsBinaryRule()
68 bool IsUnaryRule() const { return !rhs1 && rhs2; } in IsUnaryRule()
69 bool IsTerminalRule() const { return rhs1 && !rhs2; } in IsTerminalRule()
94 const ParseTree* rhs1 = nullptr; member
Dparse-tree.cc36 if (node->rhs1 != nullptr) { in Traverse()
37 open.push(node->rhs1); in Traverse()
Dmatcher.cc413 parse_tree->rhs1 = nullptr; in ProcessPendingSet()
437 parse_tree->rhs1 = prev; in ProcessPendingSet()
/external/tensorflow/tensorflow/python/kernel_tests/
Dbanded_triangular_solve_op_test.py117 rhs1 = np.array([[1., 0., 1.], [0., 1., 1.]])
118 self._verifySolveAllWaysReal(matrix, rhs1)
162 rhs1 = np.array([[1., 0., 1.], [0., 1., 1.]]).astype(np.complex64)
163 rhs1 += 1j * rhs1
164 self._verifySolveAllWaysComplex(matrix, rhs1)
Dmatrix_triangular_solve_op_test.py108 rhs1 = np.array([[1., 0., 1.], [0., 1., 1.]])
109 self._verifySolveAllWaysReal(matrix, rhs1)
126 rhs1 = np.array([[1., 0., 1.], [0., 1., 1.]]).astype(np.complex64)
127 rhs1 += 1j * rhs1
128 self._verifySolveAllWaysComplex(matrix, rhs1)
Dmatrix_solve_op_test.py133 rhs1 = stateless_random_ops.stateless_random_normal(
137 s1 = linalg_ops.matrix_solve(lhs1, rhs1, adjoint=adjoint_)
/external/tensorflow/tensorflow/compiler/tests/
Dmatrix_solve_op_test.py69 rhs1 = random_ops.random_normal([3, 3], seed=42)
72 s1 = linalg_ops.matrix_solve(lhs1, rhs1, adjoint=adjoint)
/external/ruy/ruy/
Dkernel_x86.h613 __m256 rhs1 = _mm256_loadu_ps(rhs_data); // Load [0 1 2 3 4 5 6 7]
615 _mm256_permute2f128_ps(rhs1, rhs1, 0); // [0 1 2 3 0 1 2 3]
617 _mm256_permute2f128_ps(rhs1, rhs1, 17); // [4 5 6 7 4 5 6 7]
712 __m256 rhs1 = _mm256_loadu_ps(rhs_data); // Load [0 1 2 3 4 5 6 7]
714 _mm256_permute2f128_ps(rhs1, rhs1, 0); // [0 1 2 3 0 1 2 3]
716 _mm256_permute2f128_ps(rhs1, rhs1, 17); // [4 5 6 7 4 5 6 7]
Dkernel_avx2_fma.cc294 __m256i rhs1 = _mm256_lddqu_si256(
301 _mm256_permute2f128_si256(rhs1, rhs1, 0); // [8 9 10 11 8 9 10 11]
303 _mm256_permute2f128_si256(rhs1, rhs1, 17); // [12 - 15, 12 - 15]
Dkernel_avx.cc647 __m256i rhs1 = _mm256_lddqu_si256(
654 _mm256_permute2f128_si256(rhs1, rhs1, 0); // [8 9 10 11 8 9 10 11]
656 _mm256_permute2f128_si256(rhs1, rhs1, 17); // [12 - 15, 12 - 15]
/external/eigen/unsupported/Eigen/src/KroneckerProduct/
DKroneckerTensorProduct.h159 const Rhs1 rhs1(m_B); in evalTo()
175 for (RhsInnerIterator itB(rhs1,kB); itB; ++itB) in evalTo()
188 for (RhsInnerIterator itB(rhs1,kB); itB; ++itB) in evalTo()
/external/starlark-go/starlark/testdata/
Dassign.star159 f("lhs1", [0])[0], f("lhs2", [0])[0] = f("rhs1", 0), f("rhs2", 0)
160 assert.eq(calls, ["rhs1", "rhs2", "lhs1", "lhs2"])
/external/llvm/test/CodeGen/AArch64/
Daddsub-shifted.ll9 %rhs1 = load volatile i32, i32* @var32
10 %shift1 = shl i32 %rhs1, 18
/external/llvm-project/llvm/test/CodeGen/AArch64/
Daddsub-shifted.ll12 %rhs1 = load volatile i32, i32* @var32
13 %shift1 = shl i32 %rhs1, 18
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser_test.cc473 %add_F32.v3 (lhs1: f32[], lhs2: f32[], rhs1: f32[], rhs2: f32[]) -> (f32[], f32[]) { in CreateTestCases()
475 %rhs1 = f32[] parameter(2) in CreateTestCases()
476 %add1 = f32[] add(f32[] %lhs1, f32[] %rhs1) in CreateTestCases()
Dalgebraic_simplifier_test.cc5339 HloInstruction* rhs1 = builder.AddInstruction( in TEST_P() local
5346 HloInstruction::CreateConcatenate(rhs_shape, {rhs0, rhs1, rhs2}, 0)); in TEST_P()
/external/llvm-project/llvm/test/CodeGen/X86/
Davx512-intrinsics-fast-isel.ll5622 %.rhs1 = extractelement <4 x float> %__Y, i64 0
5623 %2 = fsub float -0.000000e+00, %.rhs1
5627 %6 = select i1 %5, float %3, float %.rhs1
6272 %.rhs1 = extractelement <2 x double> %__Y, i64 0
6273 %2 = fsub double -0.000000e+00, %.rhs1
6277 %6 = select i1 %5, double %3, double %.rhs1
/external/llvm/lib/Target/ARM/
DARMInstrInfo.td4472 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst),
4474 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrInfo.td4943 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst),
4945 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrInfo.td4793 (ins i32imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, brtarget:$dst),
4795 [(ARMBcci64 imm:$cc, GPR:$lhs1, GPR:$lhs2, GPR:$rhs1, GPR:$rhs2, bb:$dst)]>,
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/
DARMGenDAGISel.inc41934 /* 90903*/ OPC_RecordChild4, // #4 = $rhs1
41944 …2] }):$cc, GPR:{ *:[i32] }:$lhs1, GPR:{ *:[i32] }:$lhs2, GPR:{ *:[i32] }:$rhs1, GPR:{ *:[i32] }:$r…
41945 …2] }):$cc, GPR:{ *:[i32] }:$lhs1, GPR:{ *:[i32] }:$lhs2, GPR:{ *:[i32] }:$rhs1, GPR:{ *:[i32] }:$r…