Home
last modified time | relevance | path

Searched refs:MinIn (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-color-helper.cpp54 : MinIn(0.0), MaxIn(1.0), ColorMap(SequentialMaps[static_cast<int>(S)]), in ColorHelper()
78 : MinIn(-1.0), MaxIn(1.0), ColorMap(DivergingCoeffs[static_cast<int>(S)]), in ColorHelper()
186 if (Point < MinIn) in getColorTuple()
192 double IntervalWidth = MaxIn - MinIn; in getColorTuple()
193 double OffsetP = Point - MinIn; in getColorTuple()
Dxray-color-helper.h45 double MinIn; variable