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

1 2 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/set.union/
set_union_move.pass.cpp 34 std::vector<MoveOnly> lhs, rhs; local
35 lhs.push_back(MoveOnly(2));
39 std::set_union(std::make_move_iterator(lhs.begin()),
40 std::make_move_iterator(lhs.end()),
  /external/clang/test/CXX/expr/expr.post/expr.ref/
p3.cpp 5 int lhs; member in struct:Node
9 (void)n->lhs;
  /external/conscrypt/common/src/main/java/org/conscrypt/
ByteArray.java 43 ByteArray lhs = (ByteArray) o; local
44 return Arrays.equals(bytes, lhs.bytes);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
cwise_ops.h 39 const DataType lhs = BaseType(input_type(0)); local
41 OP_REQUIRES(ctx, lhs == rhs,
48 // 'tc->builder()' and '(lhs,rhs)' are the function's inputs and
53 // broadcasting. 'extend_dimension' is non-empty if lhs and rhs have
59 XlaOpKernelContext* ctx, const xla::ComputationDataHandle& lhs,
68 // 'broadcast_helper', yielding arguments 'lhs' and 'rhs' that have the same
72 const xla::ComputationDataHandle& lhs,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.assign/
value.pass.cpp 30 template <class LHS, class RHS>
32 assert(LHS::count == 0);
34 LHS::reset();
37 any lhs(LHS(1));
40 assert(LHS::count == 1);
44 lhs = rhs;
47 assert(LHS::count == 0);
50 assertContains<RHS>(lhs, 2);
53 assert(LHS::count == 0)
84 any lhs; local
99 any lhs; local
133 any lhs; local
    [all...]
copy.pass.cpp 30 template <class LHS, class RHS>
32 assert(LHS::count == 0);
34 LHS::reset();
37 any lhs(LHS(1));
40 assert(LHS::count == 1);
44 lhs = rhs;
47 assert(LHS::count == 0);
50 assertContains<RHS>(lhs, 2);
53 assert(LHS::count == 0)
62 any lhs; local
150 any lhs; local
    [all...]
  /external/libcxx/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp 35 template <class LHS, class RHS>
37 assert(LHS::count == 0);
39 LHS::reset();
42 any lhs(LHS(1));
45 assert(LHS::count == 1);
49 lhs = rhs;
52 assert(LHS::count == 0);
55 assertContains<RHS>(lhs, 2);
58 assert(LHS::count == 0)
67 any lhs; local
155 any lhs; local
    [all...]
value.pass.cpp 36 template <class LHS, class RHS>
38 assert(LHS::count == 0);
40 LHS::reset();
43 any lhs(LHS(1));
46 assert(LHS::count == 1);
50 lhs = rhs;
53 assert(LHS::count == 0);
56 assertContains<RHS>(lhs, 2);
59 assert(LHS::count == 0)
92 any lhs; local
107 any lhs; local
141 any lhs; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/lib/
arithmetic.cc 45 auto lhs = b->Parameter(0, scalar, "lhs"); local
47 generator(b.get(), lhs, rhs);
56 [](ComputationBuilder* b, const ComputationDataHandle& lhs,
57 const ComputationDataHandle& rhs) { return b->Add(lhs, rhs); });
64 [](ComputationBuilder* b, const ComputationDataHandle& lhs,
65 const ComputationDataHandle& rhs) { return b->Mul(lhs, rhs); });
72 [](ComputationBuilder* b, const ComputationDataHandle& lhs,
73 const ComputationDataHandle& rhs) { return b->Ge(lhs, rhs); });
80 [](ComputationBuilder* b, const ComputationDataHandle& lhs,
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
binop_scaling_test.cc 36 auto lhs = builder.ConstantR2FromArray2D<float>(*alhs); local
38 builder.Add(lhs, rhs);
52 auto lhs = builder.ConstantR2FromArray2D<float>(*alhs); local
54 builder.Add(lhs, rhs);
68 auto lhs = builder.ConstantR2FromArray2D<float>(*alhs); local
70 builder.Add(lhs, rhs);
84 auto lhs = builder.ConstantR2FromArray2D<float>(*alhs); local
86 builder.Add(lhs, rhs);
97 auto lhs = builder.ConstantR0<float>(42.0); local
101 builder.Add(lhs, rhs)
132 auto lhs = builder.ConstantR4FromArray4D(lhs_array); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/any/any.class/any.assign/
copy.pass.cpp 35 template <class LHS, class RHS>
37 assert(LHS::count == 0);
39 LHS::reset();
42 any lhs(LHS(1));
45 assert(LHS::count == 1);
49 lhs = rhs;
52 assert(LHS::count == 0);
55 assertContains<RHS>(lhs, 2);
58 assert(LHS::count == 0)
67 any lhs; local
155 any lhs; local
    [all...]
value.pass.cpp 36 template <class LHS, class RHS>
38 assert(LHS::count == 0);
40 LHS::reset();
43 any lhs(LHS(1));
46 assert(LHS::count == 1);
50 lhs = rhs;
53 assert(LHS::count == 0);
56 assertContains<RHS>(lhs, 2);
59 assert(LHS::count == 0)
92 any lhs; local
107 any lhs; local
141 any lhs; local
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/aware/cts/
TestUtils.java 60 MacWrapper lhs = (MacWrapper) o; local
61 return Arrays.equals(mMac, lhs.mMac);
  /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/libchrome/base/
version_unittest.cc 90 const char* lhs; member in struct:__anon24443::version_compare
108 base::Version lhs(cases[i].lhs);
110 EXPECT_EQ(lhs.CompareTo(rhs), cases[i].expected) <<
111 cases[i].lhs << " ? " << cases[i].rhs;
116 EXPECT_LT(lhs, rhs);
117 EXPECT_LE(lhs, rhs);
118 EXPECT_NE(lhs, rhs);
119 EXPECT_FALSE(lhs == rhs);
120 EXPECT_FALSE(lhs >= rhs)
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.equivalent/
equivalent.pass.cpp 14 // bool equivalent(path const& lhs, path const& rhs);
15 // bool equivalent(path const& lhs, path const& rhs, std::error_code& ec) noexcept;
40 path lhs; member in struct:TestCase
54 TEST_CHECK(equivalent(TC.lhs, TC.rhs, ec) == TC.expect);
  /external/libcxx/test/std/utilities/function.objects/comparisons/
pointer_comparison_test_helper.hpp 29 T* lhs = pointers[i].get(); local
31 std::uintptr_t lhs_uint = reinterpret_cast<std::uintptr_t>(lhs);
33 assert(comp(lhs, rhs) == ucomp(lhs_uint, rhs_uint));
34 assert(vcomp(lhs, rhs) == ucomp(lhs_uint, rhs_uint));
  /external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
const_optional_U.pass.cpp 32 optional<T> lhs = rhs; local
34 assert(static_cast<bool>(lhs) == rhs_engaged);
36 assert(*lhs == *rhs);
44 optional<T> lhs = rhs;
45 assert(static_cast<bool>(lhs) == rhs_engaged);
47 assert(*lhs == *rhs);
copy.pass.cpp 29 optional<T> lhs = rhs; local
30 assert(static_cast<bool>(lhs) == rhs_engaged);
32 assert(*lhs == *rhs);
40 optional<T> lhs = rhs; local
41 return (lhs.has_value() == rhs.has_value()) &&
42 (lhs.has_value() ? *lhs == *rhs : true);
57 optional<Z> lhs(rhs);
72 optional<T> lhs = rhs; local
73 assert(static_cast<bool>(lhs) == rhs_engaged)
    [all...]
optional_U.pass.cpp 33 optional<T> lhs = std::move(rhs); local
35 assert(static_cast<bool>(lhs) == rhs_engaged);
43 optional<T> lhs = std::move(rhs);
44 assert(static_cast<bool>(lhs) == rhs_engaged);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
parser.ml 51 and parse_bin_rhs expr_prec lhs stream =
59 if token_prec < expr_prec then lhs else begin
71 * rhs, let the pending operator take rhs as its lhs. *)
79 (* Merge lhs/rhs. *)
80 let lhs = Ast.Binary (c, lhs, rhs) in var
81 parse_bin_rhs expr_prec lhs stream
83 | _ -> lhs
88 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs strea
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
parser.ml 51 and parse_bin_rhs expr_prec lhs stream =
59 if token_prec < expr_prec then lhs else begin
71 * rhs, let the pending operator take rhs as its lhs. *)
79 (* Merge lhs/rhs. *)
80 let lhs = Ast.Binary (c, lhs, rhs) in var
81 parse_bin_rhs expr_prec lhs stream
83 | _ -> lhs
88 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs strea
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
parser.ml 51 and parse_bin_rhs expr_prec lhs stream =
59 if token_prec < expr_prec then lhs else begin
71 * rhs, let the pending operator take rhs as its lhs. *)
79 (* Merge lhs/rhs. *)
80 let lhs = Ast.Binary (c, lhs, rhs) in var
81 parse_bin_rhs expr_prec lhs stream
83 | _ -> lhs
88 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs strea
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 87 and parse_bin_rhs expr_prec lhs stream =
95 if token_prec < expr_prec then lhs else begin
107 * rhs, let the pending operator take rhs as its lhs. *)
115 (* Merge lhs/rhs. *)
116 let lhs = Ast.Binary (c, lhs, rhs) in var
117 parse_bin_rhs expr_prec lhs stream
119 | _ -> lhs
124 | [< lhs=parse_primary; stream >] -> parse_bin_rhs 0 lhs strea
    [all...]
  /external/mesa3d/src/compiler/glsl/
lower_discard_flow.cpp 91 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded); local
100 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);
120 ir_dereference *lhs = new(mem_ctx) ir_dereference_variable(discarded);
122 ir_assignment *assign = new(mem_ctx) ir_assignment(lhs, rhs);

Completed in 331 milliseconds

1 2 3 4 5 6 7 8 91011>>