Searched refs:bPrime (Results 1 – 1 of 1) sorted by relevance
311 final Signature[] bPrime = new Signature[b.length]; in areEffectiveMatch() local313 bPrime[i] = bounce(cf, b[i]); in areEffectiveMatch()316 return areExactMatch(aPrime, bPrime); in areEffectiveMatch()337 final Signature bPrime = bounce(cf, b); in areEffectiveMatch() local339 return aPrime.equals(bPrime); in areEffectiveMatch()