Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-xray/
H A 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()
H A Dxray-color-helper.h43 double MinIn; variable