Home | History | Annotate | Download | only in common

Lines Matching full:sqsum

306 			int		sqSum	= diff.x()*diff.x() + diff.y()*diff.y() + diff.z()*diff.z() + diff.w()*diff.w();
310 diffSum += (deInt64)sqSum;