Home
last modified time | relevance | path

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

/third_party/skia/tools/skdiff/
Dskdiff.h218 float rightValue = MAX3(rhs->fAverageMismatchR, in comparePixels() local
239 uint32_t rightValue = MAX3(rhs->fMaxMismatchR, in comparePixels() local
/third_party/typescript/src/testRunner/unittests/
DreuseProgramStructure.ts197 const rightValue = right.get(leftKey, /*mode*/ undefined)!; constant
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DOutputSPIRV.cpp5009 const spirv::IdRef rightValue = in visitBinary() local
5027 const spirv::IdRef rightValue = in visitBinary() local
/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp183 skstd::optional<double> rightValue = right->getConstantValue(index); in optimize_comparison() local