Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DConstraintSystem.h27 uint32_t GCD = 1; variable
/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/swiftshader/third_party/llvm-16.0/llvm/lib/MCA/
DSupport.cpp30 unsigned GCD = std::gcd(Denominator, RHS.Denominator); in operator +=() local
/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp86 static const boost::intmax_t GCD = mpl::gcd_c<boost::intmax_t, ABS_N, ABS_D>::value; member in boost::ratio
/external/libtextclassifier/native/utils/base/
Darena.cc246 static uint32 GCD(uint32 x, uint32 y) { in GCD() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/GlobalISel/
DUtils.cpp972 int GCD = std::gcd(OrigTy.getNumElements(), TargetTy.getNumElements()); in getGCDType() local
981 unsigned GCD = std::gcd(OrigSize, TargetSize); in getGCDType() local
999 unsigned GCD = std::gcd(OrigSize, TargetSize); in getGCDType() local
DLegalizerHelper.cpp1574 const int GCD = std::gcd(SrcSize, WideSize); in widenScalarMergeValues() local
/external/pytorch/torch/csrc/jit/tensorexpr/
Dir_simplifier.cpp1059 long GCD = gcd<long>(left, right); in factorizeDivision() local
1836 long GCD = std::abs(immediateAs<long>(scalar)); in polyGCD() local
2151 ExprPtr GCD = polyGCD(poly); in factorizePolynomial() local
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc80 int GCD(int a, int b) { in GCD() function
/external/private-join-and-compute/private_join_and_compute/py/crypto_util/
Dssl_util.py938 def GCD(self, other): member in BigNum
/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-16.0/llvm/lib/Analysis/
DBasicAliasAnalysis.cpp1130 APInt GCD; in aliasGEP() local
DScalarEvolution.cpp7782 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DLegalizeVectorTypes.cpp5046 unsigned GCD = std::gcd(VTNumElts, WidenNumElts); in WidenVecRes_EXTRACT_SUBVECTOR() local
5646 unsigned GCD = std::gcd(VTNumElts, WidenNumElts); in WidenVecRes_VECTOR_REVERSE() local
6522 unsigned GCD = std::gcd(OrigElts, WideElts); in WidenVecOp_VECREDUCE() local
6559 unsigned GCD = std::gcd(OrigElts, WideElts); in WidenVecOp_VECREDUCE_SEQ() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6318 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local