Searched refs:numUsedScopes (Results 1 – 1 of 1) sorted by relevance
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/noising/ |
D | Combinatorics.java | 288 long numOfStates, long numUsedScopes, long numEventStates, double privacyEpsilon) { in getFakeProbability() argument 295 return 1 - (1 - pickRateForSource) * Math.pow(1 - pickRateForEvent, (double) numUsedScopes); in getFakeProbability() 300 long numOfStates, long numUsedScopes, long numEventStates, double privacyEpsilon) { in calculateInformationGainWithAttributionScope() argument 305 .multiply(BigInteger.valueOf(numUsedScopes))); in calculateInformationGainWithAttributionScope() 311 getFakeProbability(numOfStates, numUsedScopes, numEventStates, privacyEpsilon); in calculateInformationGainWithAttributionScope() 344 (numUsedScopes) -> in getMaxInformationGainWithAttributionScope() 347 numUsedScopes, in getMaxInformationGainWithAttributionScope() 358 for (long numUsedScopes = 0; numUsedScopes < attributionScopeLimit; ++numUsedScopes) { in getMaxInformationGainWithAttributionScope() 360 numUsedScopes; // Make a final copy of the variable in getMaxInformationGainWithAttributionScope()
|