Home
last modified time | relevance | path

Searched defs:LCM (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DSupport.cpp30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetSchedule.cpp58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local