Searched refs:LengthSquared (Results 1 – 2 of 2) sorted by relevance
119 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress3()172 float d = LengthSquared( m_metric*( values[i] - codes[j] ) ); in Compress4()
196 inline float LengthSquared( Vec3::Arg v ) in LengthSquared() function