Searched refs:errorSq (Results 1 – 1 of 1) sorted by relevance
222 float errorSq = (xMapped - xOrig) * (xMapped - xOrig) + in TEST() local225 EXPECT_LE(errorSq, maxAllowedPixelError * maxAllowedPixelError) << "( " << in TEST()231 totalErrorSq += errorSq; in TEST()232 float errorDist = std::sqrt(errorSq); in TEST()