Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-color-helper.cpp193 double OffsetP = Point - MinIn; in getColorTuple() local
195 size_t SectionNo = std::floor(OffsetP / SectionWidth); in getColorTuple()
196 double T = (OffsetP - SectionNo * SectionWidth) / SectionWidth; in getColorTuple()