HomeSort by relevance Sort by last modified time
    Searched defs:lhs (Results 1 - 25 of 133) sorted by null

1 2 3 4 5 6

  /external/clang/test/CXX/expr/expr.post/expr.ref/
p3.cpp 5 int lhs; member in struct:Node
9 (void)n->lhs;
  /external/conscrypt/src/main/java/org/conscrypt/
ByteArray.java 43 ByteArray lhs = (ByteArray) o; local
44 return Arrays.equals(bytes, lhs.bytes);
ClientSessionContext.java 144 HostAndPort lhs = (HostAndPort) o; local
145 return host.equals(lhs.host) && port == lhs.port;
  /external/bison/src/
derives.c 70 whose LHS is NTERM. */
80 symbol_number lhs = rules[r].lhs->number; local
82 /* A new LHS is found. */
83 p->next = dset[lhs - ntokens];
85 dset[lhs - ntokens] = p;
gram.h 56 RULES[R].lhs -- the symbol of the left hand side of rule R.
183 symbol *lhs; member in struct:__anon5000
219 /* Print this rule's number and lhs on OUT. If a PREVIOUS_LHS was
  /external/chromium_org/base/
version_unittest.cc 66 const char* lhs; member in struct:__anon7217::version_compare
82 Version lhs(cases[i].lhs);
84 EXPECT_EQ(lhs.CompareTo(rhs), cases[i].expected) <<
85 cases[i].lhs << " ? " << cases[i].rhs;
87 EXPECT_EQ(lhs.IsOlderThan(cases[i].rhs), (cases[i].expected == -1));
93 const char* lhs; member in struct:__anon7217::version_compare
112 const Version version(cases[i].lhs);
114 EXPECT_EQ(result, cases[i].expected) << cases[i].lhs << "?" << cases[i].rhs;
  /external/chromium_org/third_party/mesa/src/src/glsl/
lower_discard_flow.cpp 88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local
90 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
112 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
lower_output_reads.cpp 114 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(output); local
116 return new(ctx) ir_assignment(lhs, rhs);
lower_vector.cpp 188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp); local
190 new(mem_ctx) ir_assignment(lhs, c, NULL, write_mask);
201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp); local
203 new(mem_ctx) ir_assignment(lhs, expr->operands[i], NULL, (1U << i));
ir_validate.cpp 539 const ir_dereference *const lhs = ir->lhs; local
540 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
542 printf("Assignment LHS is %s, but write mask is 0:\n",
543 lhs->type->is_scalar() ? "scalar" : "vector");
555 printf("Assignment count of LHS write mask channels enabled not\n"
556 "matching RHS vector size (%d LHS, %d RHS).\n",
lower_mat_op_to_vec.cpp 266 ir_dereference *const lhs = local
270 new(this->mem_ctx) ir_assignment(lhs, cmp, NULL, (1U << i));
318 orig_assign->lhs->as_dereference_variable();
  /external/eigen/blas/
PackedTriangularSolverVector.h 25 static void run(Index size, const LhsScalar* lhs, RhsScalar* rhs)
31 lhs += IsLower ? 0 : (size*(size+1)>>1)-1;
37 rhs[i] -= (ConjLhsType(LhsMap(lhs+s,pi))
40 rhs[i] /= cj(lhs[IsLower ? i : 0]);
41 IsLower ? lhs += pi+1 : lhs -= pi+2; local
53 static void run(Index size, const LhsScalar* lhs, RhsScalar* rhs)
59 lhs += IsLower ? 0 : size*(size-1)>>1;
65 rhs[i] /= cj(lhs[IsLower ? 0 : i]);
68 rhs[i] * ConjLhsType(LhsMap(lhs+(IsLower? 1 : 0),r))
69 IsLower ? lhs += size-pi : lhs -= r; local
    [all...]
  /external/libcxx/test/utilities/optional/optional.object/optional.object.ctor/
copy.pass.cpp 29 optional<T> lhs = rhs; local
31 assert(static_cast<bool>(lhs) == rhs_engaged);
33 assert(*lhs == *rhs);
move.pass.cpp 31 optional<T> lhs = std::move(rhs); local
33 assert(static_cast<bool>(lhs) == rhs_engaged);
  /external/mesa3d/src/glsl/
lower_discard_flow.cpp 88 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local
90 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
110 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
112 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
lower_output_reads.cpp 114 ir_dereference_variable *lhs = new(ctx) ir_dereference_variable(output); local
116 return new(ctx) ir_assignment(lhs, rhs);
lower_vector.cpp 188 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp); local
190 new(mem_ctx) ir_assignment(lhs, c, NULL, write_mask);
201 ir_dereference *const lhs = new(mem_ctx) ir_dereference_variable(temp); local
203 new(mem_ctx) ir_assignment(lhs, expr->operands[i], NULL, (1U << i));
ir_validate.cpp 539 const ir_dereference *const lhs = ir->lhs; local
540 if (lhs->type->is_scalar() || lhs->type->is_vector()) {
542 printf("Assignment LHS is %s, but write mask is 0:\n",
543 lhs->type->is_scalar() ? "scalar" : "vector");
555 printf("Assignment count of LHS write mask channels enabled not\n"
556 "matching RHS vector size (%d LHS, %d RHS).\n",
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
TypeResolver.java 80 PExpression lhs = node.getLeft(); local
82 if (isNumeric(lhs) || isNumeric(rhs)) {
83 node.replaceBy(new ANumericAddExpression(lhs, rhs));
90 PExpression lhs = node.getLeft(); local
92 if (isNumeric(lhs) || isNumeric(rhs)) {
93 node.replaceBy(new ANumericEqExpression(lhs, rhs));
100 PExpression lhs = node.getLeft(); local
102 if (isNumeric(lhs) || isNumeric(rhs)) {
103 node.replaceBy(new ANumericNeExpression(lhs, rhs));
  /external/ceres-solver/internal/ceres/
implicit_schur_complement_test.cc 72 Matrix* lhs,
94 lhs->resize(num_schur_rows, num_schur_rows);
102 // of lhs_ref in lhs by transposing lhs_ref, choosing the strictly
104 *lhs = lhs_ref;
105 lhs->triangularView<Eigen::StrictlyLower>() =
112 schur_solution = lhs->selfadjointView<Eigen::Upper>().llt().solve(*rhs);
118 Matrix lhs; local
121 ReducedLinearSystemAndSolution(D, &lhs, &rhs, &reference_solution);
129 int num_sc_cols = lhs.cols();
137 y = lhs * x
    [all...]
schur_complement_solver.h 128 const BlockRandomAccessMatrix* lhs() const { return lhs_.get(); } function in class:ceres::internal::SchurComplementSolver
129 void set_lhs(BlockRandomAccessMatrix* lhs) { lhs_.reset(lhs); }
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 118 ir_dereference *lhs = ir->lhs->clone(mem_ctx, NULL); local
126 assert(ir->write_mask == (1 << ir->lhs->type->components()) - 1);
128 assign = new(mem_ctx) ir_assignment(lhs, val, NULL, (1 << elem));
177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type,
  /external/ltrace/
expr.h 43 struct expr_node *lhs; member in struct:expr_node
60 struct value *lhs,
64 struct value *lhs,
95 /* Expression LHS[RHS]. LHS and RHS are owned if, respectively,
98 struct expr_node *lhs, int own_lhs,
101 /* This expression returns the containing value of LHS (^LHS). LHS is
103 void expr_init_up(struct expr_node *node, struct expr_node *lhs, int own_lhs)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 118 ir_dereference *lhs = ir->lhs->clone(mem_ctx, NULL); local
126 assert(ir->write_mask == (1 << ir->lhs->type->components()) - 1);
128 assign = new(mem_ctx) ir_assignment(lhs, val, NULL, (1 << elem));
177 const glsl_type *element_type = glsl_type::get_instance(ir->lhs->type->base_type,
  /art/runtime/mirror/
string.cc 203 String* lhs = this; local
204 if (lhs == rhs) {
213 int32_t lhsCount = lhs->GetLength();
217 const uint16_t* lhsChars = lhs->GetCharArray()->GetData() + lhs->GetOffset();

Completed in 854 milliseconds

1 2 3 4 5 6