HomeSort by relevance Sort by last modified time
    Searched defs:rhs (Results 176 - 200 of 1146) sorted by null

1 2 3 4 5 6 78 91011>>

  /art/compiler/optimizing/
code_generator_vector_arm64.cc 404 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
410 __ Add(dst.V16B(), lhs.V16B(), rhs.V16B());
415 __ Add(dst.V8H(), lhs.V8H(), rhs.V8H());
419 __ Add(dst.V4S(), lhs.V4S(), rhs.V4S());
423 __ Add(dst.V2D(), lhs.V2D(), rhs.V2D());
427 __ Fadd(dst.V4S(), lhs.V4S(), rhs.V4S());
431 __ Fadd(dst.V2D(), lhs.V2D(), rhs.V2D());
446 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
452 ? __ Urhadd(dst.V16B(), lhs.V16B(), rhs.V16B())
453 : __ Uhadd(dst.V16B(), lhs.V16B(), rhs.V16B())
486 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
528 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
566 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
590 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
638 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
687 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
723 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
750 VRegister rhs = VRegisterFrom(locations->InAt(1)); local
    [all...]
graph_checker.cc 930 HInstruction* rhs = op->InputAt(1); local
    [all...]
scheduler_arm.cc 110 HInstruction* rhs = instr->GetRight(); local
111 if (rhs->IsConstant()) {
112 uint64_t rot = Uint64ConstantFrom(rhs->AsConstant()) & kMaxLongShiftDistance;
134 HInstruction* rhs = instr->GetRight(); local
137 if (!rhs->IsConstant()) {
143 if (!rhs->IsConstant()) {
146 uint32_t shift_value = Int32ConstantFrom(rhs->AsConstant()) & kMaxLongShiftDistance;
834 HInstruction* rhs = instruction->GetRight(); local
835 if (rhs->IsConstant()) {
836 int32_t imm = Int32ConstantFrom(rhs->AsConstant())
897 HInstruction* rhs = instruction->GetRight(); local
    [all...]
  /art/runtime/
oat_file_manager.cc 210 DexFileAndClassPair(const DexFileAndClassPair& rhs) = default; member in class:art::DexFileAndClassPair
212 DexFileAndClassPair& operator=(const DexFileAndClassPair& rhs) = default; member in class:art::DexFileAndClassPair
218 bool operator<(const DexFileAndClassPair& rhs) const {
219 const int cmp = strcmp(cached_descriptor_, rhs.cached_descriptor_);
225 return dex_file_ < rhs.dex_file_;
  /cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java 245 private void doTestCombineTwoUids(int[] lhs, int[] rhs, int[] expected, int[] newbs,
248 WorkSource ws2 = wsNew(rhs);
257 checkWorkSource("SetReturning result", ws1, rhs);
277 int[] rhs = makeRepeatingIntArray(rhsnames, 0); local
281 doTestCombineTwoUidsNames(lhs, lhsnames, rhs, rhsnames, expected, expectednames,
285 private void doTestCombineTwoUidsNames(int[] lhs, String[] lhsnames, int[] rhs, String[] rhsnames,
289 WorkSource ws2 = wsNew(rhs, rhsnames);
298 checkWorkSource("SetReturning result", ws1, rhs, rhsnames);
325 private void doTestCombineTwo(int[] lhs, int[] rhs, int[] expected, int[] newbs,
327 doTestCombineTwoUids(lhs, rhs, expected, newbs, gones)
427 int[] rhs = makeRepeatingIntArray(rhsnames, 0); local
    [all...]
  /cts/tools/dasm/src/java_cup/
production.java 8 * a LHS non terminal, and an array of RHS symbols. As various
9 * transformations are done on the RHS of the production, it may shrink.
11 * of the RHS array is still valid.<p>
34 * an array of RHS parts (including terminals, non terminals, and
101 /* count use of each rhs symbol */
175 public production_part rhs(int indx) throws internal_error method in class:production
280 * Symbols appearing in the RHS correspond to objects found on the parse
287 * @param label_map a hash table mapping labels to positions in the RHS.
293 Hashtable label_map, /* map from labels to positions in the RHS */
316 /* its a RHS label *
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
Complex.java 140 * If either this or <code>rhs</code> has a NaN value in either part,
145 * @param rhs the other complex number
147 * @throws NullPointerException if <code>rhs</code> is null
149 public Complex add(Complex rhs) {
150 return createComplex(real + rhs.getReal(),
151 imaginary + rhs.getImaginary());
192 * <li>If either this or <code>rhs</code> has a NaN value in either part,
194 * <li>If <code>rhs</code> equals {@link #ZERO}, {@link #NaN} is returned.
196 * <li>If this and <code>rhs</code> are both infinite,
199 * <code>rhs</code> is infinite (one or both parts infinite)
262 Complex rhs = (Complex)other; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
Fraction.java 338 Fraction rhs = (Fraction)other; local
339 return (numerator == rhs.numerator) &&
340 (denominator == rhs.denominator);
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 32 const RhsScalar* rhs, Index rhsStride,
43 ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking,info);
71 RhsMapper rhs(_rhs,rhsStride);
95 // For each horizontal panel of the rhs, and corresponding vertical panel of the lhs...
102 pack_rhs(blockB, rhs.getSubMapper(k,0), actual_kc, nc);
140 pack_rhs(blockB, rhs.getSubMapper(k,j), actual_kc, actual_nc);
167 // For each horizontal panel of the rhs, and corresponding panel of the lhs...
176 // OK, here we have selected one horizontal panel of rhs and one vertical panel of lhs.
178 // Note that this panel will be read as many times as the number of blocks in the rhs's
182 // For each kc x nc block of the rhs's horizontal panel..
465 typename internal::add_const_on_value_type<ActualRhsType>::type rhs = RhsBlasTraits::extract(a_rhs); local
    [all...]
  /external/icu/icu4c/source/i18n/
tznames.cpp 229 const TimeZoneNamesDelegate* rhs = dynamic_cast<const TimeZoneNamesDelegate*>(&other); local
230 if (rhs) {
231 return fTZnamesCacheEntry == rhs->fTZnamesCacheEntry;
  /external/libchrome/crypto/
p224.cc 665 FieldElement rhs; local
666 Square(&rhs, x);
667 Mul(&rhs, x, rhs);
674 Subtract(&rhs, rhs, three_x);
675 Reduce(&rhs);
677 ::Add(&rhs, rhs, kB);
678 Contract(&rhs);
    [all...]
  /external/skia/tools/skdiff/
skdiff.h 163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs); local
167 if (lhs->fResult != rhs->fResult) {
168 return (lhs->fResult < rhs->fResult) ? 1 : -1;
172 int result = T::comparePixels(lhs, rhs);
179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str());
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
200 if (lhs->fWeightedFraction < rhs->fWeightedFraction)
    [all...]
  /external/skqp/tools/skdiff/
skdiff.h 163 const DiffRecord* rhs = *reinterpret_cast<DiffRecord* const *>(untyped_rhs); local
167 if (lhs->fResult != rhs->fResult) {
168 return (lhs->fResult < rhs->fResult) ? 1 : -1;
172 int result = T::comparePixels(lhs, rhs);
179 return strcmp(lhs->fBase.fFilename.c_str(), rhs->fBase.fFilename.c_str());
186 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
187 if (lhs->fFractionDifference < rhs->fFractionDifference) {
190 if (rhs->fFractionDifference < lhs->fFractionDifference) {
199 static int comparePixels(const DiffRecord* lhs, const DiffRecord* rhs) {
200 if (lhs->fWeightedFraction < rhs->fWeightedFraction)
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
dot_operation_test.cc 59 auto rhs = builder.ConstantR1<float>({}); local
60 auto result = builder.Dot(lhs, rhs);
68 auto rhs = builder.ConstantR1<float>({3.0, 4.0}); local
69 auto result = builder.Dot(lhs, rhs);
78 auto rhs = builder.ConstantR1<Element>({3.0}); local
79 auto result = builder.Dot(lhs, rhs);
96 auto rhs = builder.ConstantR1<Element>({11.0, -1.0, 0.5}); local
97 auto result = builder.Dot(lhs, rhs);
117 auto rhs = builder.ConstantR2FromArray2D<float>(Array2D<float>(2, 0)); local
118 auto result = builder.Dot(lhs, rhs);
126 auto rhs = builder.ConstantR2<float>({{7.0, 8.0, 9.0}, {42.0, 77.0, 101.0}}); local
136 auto rhs = builder.ConstantR2FromArray2D<float>(Array2D<float>(2, 0)); local
145 auto rhs = builder.ConstantR2FromArray2D<float>(Array2D<float>(0, 2)); local
    [all...]
literal_test_util.cc 170 ::testing::AssertionResult CompareFloatsBitwiseEqual(FloatT lhs, FloatT rhs) {
172 auto urhs = tensorflow::bit_cast<UnsignedT>(rhs);
174 auto rhs_double = static_cast<double>(rhs);
193 ::testing::AssertionResult CompareEqual(NativeT lhs, NativeT rhs) {
194 if (lhs == rhs) {
200 msg << "\n " << rhs; local
208 ::testing::AssertionResult CompareEqual<bfloat16>(bfloat16 lhs, bfloat16 rhs) {
209 return CompareFloatsBitwiseEqual<bfloat16, uint16>(lhs, rhs);
212 ::testing::AssertionResult CompareEqual<float>(float lhs, float rhs) {
213 return CompareFloatsBitwiseEqual<float, uint32>(lhs, rhs);
    [all...]
map_test.cc 66 auto rhs = b.Parameter(1, ShapeUtil::MakeShape(F32, {}), "y"); local
67 b.Max(lhs, rhs);
reduce_window_test.cc 268 auto rhs = b->Parameter(1, scalar, "rhs"); local
269 b->Min(b->Add(lhs, rhs),
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h 273 template <typename D, typename Out, typename Rhs>
274 void Assign(const D& d, Out out, Rhs rhs) {
275 out.device(d) = rhs;
319 auto rhs = in1.broadcast(bcast1); local
320 Assign(dev, out, in0.binaryExpr(rhs, func));
326 auto rhs = in1.broadcast(bcast1); local
327 Assign(dev, out, lhs.binaryExpr(rhs, func));
416 auto rhs = in1.reshape(NByOne(c)).broadcast(OneByM(b)); local
417 Assign(dev, out, lhs.binaryExpr(rhs, func))
422 auto rhs = in1.reshape(OneByM(d)).broadcast(NByOne(a)); local
428 auto rhs = in1; local
434 auto rhs = in1; local
440 auto rhs = in1.reshape(OneByM(d)).broadcast(NByOne(a)); local
446 auto rhs = in1.reshape(NByOne(c)).broadcast(OneByM(b)); local
455 auto rhs = in1.broadcast(bcast1); local
462 auto rhs = in1; \/\/ No need to do broadcast for in1 local
470 auto rhs = in1.broadcast(bcast1); local
513 auto rhs = in1.broadcast(bcast1); local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
tensor_queue_dataset_op.cc 435 TensorQueueInserter(const TensorQueueInserter& rhs) {
436 queue_ = rhs.queue_;
440 TensorQueueInserter(TensorQueueInserter&& rhs) {
441 queue_ = rhs.queue_;
442 rhs.queue_ = nullptr;
445 TensorQueueInserter& operator=(const TensorQueueInserter& rhs) = delete; member in class:tensorflow::__anon39764::PrependFromQueueAndPaddedBatchDataset::Iterator::TensorQueueInserter
  /frameworks/base/services/core/java/com/android/server/locksettings/recoverablekeystore/
SecureBox.java 431 BigInteger rhs = local
438 if (!lhs.equals(rhs)) {
  /frameworks/base/tools/aapt2/
Resource.h 111 ResourceNameRef(const ResourceName& rhs); // NOLINT(implicit)
113 ResourceNameRef& operator=(const ResourceNameRef& rhs) = default; member in struct:aapt::ResourceNameRef
114 ResourceNameRef& operator=(ResourceNameRef&& rhs) = default; member in struct:aapt::ResourceNameRef
115 ResourceNameRef& operator=(const ResourceName& rhs);
141 ResourceId(const ResourceId& rhs);
224 inline ResourceId::ResourceId(const ResourceId& rhs) : id(rhs.id) {}
251 inline bool operator<(const ResourceId& lhs, const ResourceId& rhs) {
252 return lhs.id < rhs.id;
255 inline bool operator>(const ResourceId& lhs, const ResourceId& rhs) {
    [all...]
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 428 final String rhs = types.get(i + 1); local
429 assertTrue(lhs + " is not smaller than " + rhs,
430 Shared.compareToIgnoreCaseNullable(lhs, rhs) <= 0);
460 final String rhs = types.get(i + 1); local
461 assertTrue(lhs + " is not smaller than " + rhs,
462 Shared.compareToIgnoreCaseNullable(lhs, rhs) >= 0);
  /packages/apps/TV/src/com/android/tv/search/
TvProviderSearch.java 583 public int compare(SearchResult lhs, SearchResult rhs) {
590 Long rhsMaxWatchStartTime = mMaxWatchStartTimeMap.get(rhs.getChannelId());
592 rhsMaxWatchStartTime = getMaxWatchStartTime(rhs.getChannelId());
593 mMaxWatchStartTimeMap.put(rhs.getChannelId(), rhsMaxWatchStartTime);
599 return Long.compare(rhs.getChannelId(), lhs.getChannelId());
  /system/core/base/include/android-base/
logging.h 276 #define CHECK_OP(LHS, RHS, OP) \
277 for (auto _values = ::android::base::MakeEagerEvaluator(LHS, RHS); \
278 UNLIKELY(!(_values.lhs OP _values.rhs)); \
284 << "Check failed: " << #LHS << " " << #OP << " " << #RHS << " (" #LHS "=" << _values.lhs \
285 << ", " #RHS "=" << _values.rhs << ") "
375 // Temporary class created to evaluate the LHS and RHS, used with
376 // MakeEagerEvaluator to infer the types of LHS and RHS.
377 template <typename LHS, typename RHS>
379 constexpr EagerEvaluator(LHS l, RHS r) : lhs(l), rhs(r)
382 RHS rhs; member in struct:android::base::EagerEvaluator
    [all...]
  /toolchain/binutils/binutils-2.27/ld/
ldexp.h 57 union etree_union *rhs; member in struct:etree_union::__anon4951
63 union etree_union *rhs; member in struct:etree_union::__anon4952

Completed in 826 milliseconds

1 2 3 4 5 6 78 91011>>