Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Scaled

213   // Early exit if nothing needs to be scaled.
432 // be scaled so that Max == UINT64_MAX so that they can be best
434 // frequencies are scaled down to 1, making it impossible to differentiate
456 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor;
457 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>());
459 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled
482 : BFI.Freqs[N.Index].Scaled;
493 Freqs[Index].Scaled = Working[Index].Mass.toScaled();
506 Min = std::min(Min, Freqs[Index].Scaled);
507 Max = std::max(Max, Freqs[Index].Scaled);
530 return Freqs[Node.Index].Scaled;