Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/lib/math/
Dmath_util.h159 IntegralType MathUtil::GCD(IntegralType x, IntegralType y) { 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/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.cc80 int GCD(int a, int b) { in GCD() function
/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/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6318 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local