Lines Matching refs:boolAll
125 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels()
144 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels()
167 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in findNumPositionDeviationFailingPixels()
510 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatUlpThresholdCompare()
519 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatUlpThresholdCompare()
597 bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatThresholdCompare()
606 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare()
681 const bool isOk = boolAll(lessThanEqual(diff, threshold)); in floatThresholdCompare()
690 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in floatThresholdCompare()
766 bool isOk = boolAll(lessThanEqual(diff, threshold)); in intThresholdCompare()
775 bool compareOk = boolAll(lessThanEqual(maxDiff, threshold)); in intThresholdCompare()