Home
last modified time | relevance | path

Searched defs:GCD (Results 1 – 17 of 17) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/penalty/
Dexpect_program_state.cpp10 int GCD(int lhs, int rhs) in GCD() function
/external/llvm-project/debuginfo-tests/dexter/feature_tests/commands/perfect/
Dexpect_program_state.cpp11 int GCD(int lhs, int rhs) in GCD() function
/external/llvm-project/llvm/include/llvm/Analysis/
DConstraintSystem.h28 uint32_t GCD = 1; variable
/external/tensorflow/tensorflow/core/lib/math/
Dmath_util.h136 IntegralType MathUtil::GCD(IntegralType a, IntegralType b) { in GCD() function
Dmath_util_test.cc209 TEST(MathUtil, GCD) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=() local
/external/llvm-project/llvm/lib/MCA/
DSupport.cpp29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=() local
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp617 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), in getGCDType() local
627 unsigned GCD = greatestCommonDivisor(OrigSize, TargetSize); in getGCDType() local
645 unsigned GCD = greatestCommonDivisor(OrigSize, TargetSize); in getGCDType() local
DLegalizerHelper.cpp1456 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues() local
/external/libtextclassifier/native/utils/base/
Darena.cc246 static uint32 GCD(uint32 x, uint32 y) { in GCD() function
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc90 int GCD(int a, int b) { in GCD() function
/external/llvm-project/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1213 APInt GCD; in aliasGEP() local
DScalarEvolution.cpp6485 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp178 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), in getGCDType() local
190 int GCD = greatestCommonDivisor(OrigTy.getSizeInBits(), in getGCDType() local
1248 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues() local
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2407 TEST(APIntTest, GCD) { in TEST() argument
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp291 auto GCD = GreatestCommonDivisor64(NewElementSize, OldElementSize); in updateElementType() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6318 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local