OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SaturatingMultiplyAdd
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProf.h
319
NumSamples =
SaturatingMultiplyAdd
(S, Weight, NumSamples, &Overflowed);
334
SaturatingMultiplyAdd
(S, Weight, TargetSamples, &Overflowed);
540
SaturatingMultiplyAdd
(Num, Weight, TotalSamples, &Overflowed);
550
SaturatingMultiplyAdd
(Num, Weight, TotalHeadSamples, &Overflowed);
/src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProf.cpp
636
I->Count =
SaturatingMultiplyAdd
(J->Count, Weight, I->Count, &Overflowed);
689
SaturatingMultiplyAdd
(Other.Counts[I], Weight, Counts[I], &Overflowed);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h
866
SaturatingMultiplyAdd
(T X, T Y, T A, bool *ResultOverflowed = nullptr) {
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
InlineCost.cpp
1058
AllocatedSize =
SaturatingMultiplyAdd
(
Completed in 24 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026