Searched defs:d (Results 1 – 3 of 3) sorted by relevance
119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3() local172 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress4() local
174 int d = codes[4 + i]; in DecompressColour() local
186 MemoryOutStream& MemoryOutStream::operator <<(double const d) in operator <<()