Home
last modified time | relevance | path

Searched defs:d (Results 1 – 3 of 3) sorted by relevance

/TaskScheduler/ThirdParty/Squish/
H A Drangefit.cpp119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3() local
172 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress4() local
H A Dcolourblock.cpp174 int d = codes[4 + i]; in DecompressColour() local
/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DMemoryOutStream.cpp186 MemoryOutStream& MemoryOutStream::operator <<(double const d) in operator <<()