OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:greatestcommondivisor
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableRepeatable.cpp
36
size_t
greatestCommonDivisor
(size_t a, size_t b)
38
return b ?
greatestCommonDivisor
(b, a % b) : a;
44
return a /
greatestCommonDivisor
(a, b) * b;
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
[
all
...]
/external/llvm/include/llvm/ADT/
APInt.h
[
all
...]
/external/llvm/lib/Support/
APInt.cpp
804
APInt llvm::APIntOps::
GreatestCommonDivisor
(const APInt& API1,
[
all
...]
/prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar
Completed in 161 milliseconds