OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GreatestCommonDivisor64
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/MCA/
Support.cpp
29
unsigned GCD =
GreatestCommonDivisor64
(Denominator, RHS.Denominator);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
MathExtras.h
630
inline uint64_t
GreatestCommonDivisor64
(uint64_t A, uint64_t B) {
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
LoopUnroll.cpp
455
(unsigned)
GreatestCommonDivisor64
(ULO.Count, ULO.TripMultiple);
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
1592
unsigned PartAlign =
GreatestCommonDivisor64
(ArgAlign.value(), curOffset);
Completed in 20 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026