Searched refs:bPrime (Results 1 – 1 of 1) sorted by relevance
326 final Signature[] bPrime = new Signature[b.length]; in areEffectiveMatch() local328 bPrime[i] = bounce(cf, b[i]); in areEffectiveMatch()331 return areExactMatch(aPrime, bPrime); in areEffectiveMatch()352 final Signature bPrime = bounce(cf, b); in areEffectiveMatch() local354 return aPrime.equals(bPrime); in areEffectiveMatch()