Home
last modified time | relevance | path

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

/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/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc52 int GCD(int a, int b) { in GCD() function
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp2080 TEST(APIntTest, GCD) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp5526 uint64_t GCD = 0; in ReduceSwitchRange() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp6259 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local