Searched refs:tmpDist (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xcms/
H A DHVCGcVC.c105 XcmsFloat Chroma, Value, bestChroma, bestValue, nT, saveDist, tmpDist;
225 tmpDist = (XcmsFloat) XCMS_SQRT ((double)
231 if (tmpDist > saveDist) {
235 saveDist = tmpDist;
104 XcmsFloat Chroma, Value, bestChroma, bestValue, nT, saveDist, tmpDist; local in function:XcmsTekHVCClipVC
H A DLabGcLC.c93 XcmsFloat nT, saveDist, tmpDist;
189 tmpDist = XCMS_SQRT(((Chroma - chroma) * (Chroma - chroma)) +
193 if (tmpDist > saveDist) {
197 saveDist = tmpDist;
92 XcmsFloat nT, saveDist, tmpDist; local in function:XcmsCIELabClipLab
H A DLuvGcLC.c93 XcmsFloat nT, saveDist, tmpDist;
189 tmpDist = XCMS_SQRT(((Chroma - chroma) * (Chroma - chroma)) +
193 if (tmpDist > saveDist) {
197 saveDist = tmpDist;
92 XcmsFloat nT, saveDist, tmpDist; local in function:XcmsCIELuvClipLuv

Completed in 5 milliseconds