Home
last modified time | relevance | path

Searched refs:rightValue (Results 1 – 4 of 4) sorted by relevance

/external/skia/tools/
Dskdiff.h218 float rightValue = MAX3(rhs->fAverageMismatchR, in comparePixels() local
221 if (leftValue < rightValue) { in comparePixels()
224 if (rightValue < leftValue) { in comparePixels()
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, in comparePixels() local
242 if (leftValue < rightValue) { in comparePixels()
245 if (rightValue < leftValue) { in comparePixels()
/external/guava/guava/src/com/google/common/collect/
DMapDifference.java99 V rightValue(); in rightValue() method
DMaps.java430 V rightValue = onlyOnRight.remove(leftKey);
431 if (valueEquivalence.equivalent(leftValue, rightValue)) {
435 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
549 public V rightValue() {
558 && Objects.equal(this.right, that.rightValue());
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DMaps.java427 V rightValue = onlyOnRight.remove(leftKey);
428 if (valueEquivalence.equivalent(leftValue, rightValue)) {
432 leftKey, ValueDifferenceImpl.create(leftValue, rightValue));
546 public V rightValue() {
555 && Objects.equal(this.right, that.rightValue());