Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Scaled

222   // Early exit if nothing needs to be scaled.
427 // be scaled so that Max == UINT64_MAX so that they can be best
442 Scaled64 Scaled = BFI.Freqs[Index].Scaled * ScalingFactor;
443 BFI.Freqs[Index].Integer = std::max(UINT64_C(1), Scaled.toInt<uint64_t>());
445 << BFI.Freqs[Index].Scaled << ", scaled = " << Scaled
468 : BFI.Freqs[N.Index].Scaled;
479 Freqs[Index].Scaled = Working[Index].Mass.toScaled();
492 Min = std::min(Min, Freqs[Index].Scaled);
493 Max = std::max(Max, Freqs[Index].Scaled);
516 return Freqs[Node.Index].Scaled;