Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp193 double SectionWidth = IntervalWidth / static_cast<double>(MaxIndex); in getColorTuple() local
194 size_t SectionNo = std::floor(OffsetP / SectionWidth); in getColorTuple()
195 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth; in getColorTuple()