Searched refs:ScaledThreshold (Results 1 – 1 of 1) sorted by relevance
164 uint64_t ScaledThreshold = LikelyProbablilty.scale(RealWeightsTotal); in verifyMisExpect() local173 ScaledThreshold *= (1.0 - Tolerance / 100.0); in verifyMisExpect()176 if (ProfiledWeight < ScaledThreshold) in verifyMisExpect()