Searched refs:lengthDiff (Results 1 – 6 of 6) sorted by relevance
245 SkScalar lengthDiff = currentLength - targetLength; in getTime() local251 if (lengthDiff > 0.0f) { in getTime()265 if ((std::abs(lengthDiff) < kTolerance) || in getTime()274 newT = currentT - (lengthDiff / dt); in getTime()281 if (lengthDiff > 0.0f) { in getTime()
125 int32_t lengthDiff = in AddOrSubtract() local127 for (int32_t i = 0; i < lengthDiff; i++) { in AddOrSubtract()130 for (int32_t j = lengthDiff; j < largerCoefficients.GetSize(); j++) { in AddOrSubtract()132 smallerCoefficients[j - lengthDiff], largerCoefficients[j])); in AddOrSubtract()
118 int32_t lengthDiff=thisString.length()-otherString.length(); in compareStringTo() local120 if(lengthDiff<=0) { in compareStringTo()126 return diff!=0 ? diff : lengthDiff; in compareStringTo()
993 int lengthDiff = q.bitLength() - k.bitLength(); in testBiasSha1WithDSA() local994 if (lengthDiff > 32) { in testBiasSha1WithDSA()
2314 int lengthDiff = lengths[i] - other.lengths[i]; in compareTo() local2315 if (lengthDiff != 0) { in compareTo()2316 return lengthDiff; in compareTo()
2339 int lengthDiff = lengths[i] - other.lengths[i]; in compareTo() local2340 if (lengthDiff != 0) { in compareTo()2341 return lengthDiff; in compareTo()