Home
last modified time | relevance | path

Searched defs:leftValue (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/tools/skdiff/
Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, in comparePixels() local
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels() local
/third_party/skia/tools/skdiff/
Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, in comparePixels() local
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels() local
/third_party/boost/libs/range/test/
Diterator_range.cpp194 const std::string& leftValue = *left_it; in check_iterator_range_operators_impl() local
/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp182 skstd::optional<double> leftValue = left->getConstantValue(index); in optimize_comparison() local