Searched refs:greatestCommonDivisor (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | Utils.cpp | 556 unsigned GCDSize = greatestCommonDivisor(OrigSize, TargetSize); in getLCMSize() 574 int GCDElts = greatestCommonDivisor(OrigTy.getNumElements(), in getLCMType() 617 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), in getGCDType() 627 unsigned GCD = greatestCommonDivisor(OrigSize, TargetSize); in getGCDType() 645 unsigned GCD = greatestCommonDivisor(OrigSize, TargetSize); in getGCDType()
|
D | LegalizerHelper.cpp | 1456 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MathExtras.h | 610 inline T greatestCommonDivisor(T A, T B) { 620 return greatestCommonDivisor<uint64_t>(A, B);
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MathExtras.h | 622 inline T greatestCommonDivisor(T A, T B) { 632 return greatestCommonDivisor<uint64_t>(A, B);
|
/external/llvm-project/mlir/lib/Analysis/Presburger/ |
D | Simplex.cpp | 128 gcd = llvm::greatestCommonDivisor(gcd, std::abs(tableau(row, col))); in normalizeRow()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiImageClearingTests.cpp | 148 deUint32 greatestCommonDivisor (const deUint32 a, const deUint32 b) in greatestCommonDivisor() function 166 return (a*b)/greatestCommonDivisor(a,b); in lowestCommonMultiple()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 178 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), in getGCDType() 190 int GCD = greatestCommonDivisor(OrigTy.getSizeInBits(), in getGCDType() 1248 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues()
|
/external/llvm-project/llvm/lib/Transforms/IPO/ |
D | AttributorAttributes.cpp | 3738 greatestCommonDivisor(uint32_t(abs((int32_t)Offset)), Alignment); in getKnownAlignForUse() 3865 uint32_t gcd = greatestCommonDivisor(uint32_t(abs((int32_t)Offset)), in updateImpl()
|
/external/libphonenumber/demo/war/WEB-INF/lib/ |
D | commons-lang-2.6.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 3441 greatestCommonDivisor(uint32_t(abs((int32_t)Offset)), Alignment); in getKnownAlignForUse()
|
/external/guice/extensions/struts2/lib/ |
D | xwork-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
xwork-validator-definition-1.0. ... |