Home
last modified time | relevance | path

Searched refs:LCM (Results 1 – 4 of 4) 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
31 unsigned LHSNumerator = Numerator * (LCM / Denominator); in operator +=()
32 unsigned RHSNumerator = RHS.Numerator * (LCM / RHS.Denominator); in operator +=()
34 Denominator = LCM; in operator +=()
/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
59 assert((LCM >= A && LCM >= B) && "LCM overflow"); in lcm()
60 return LCM; in lcm()
/third_party/FreeBSD/sys/dev/usb/quirk/
Dusb_quirk.c57 USB_QUIRK(ASUS, LCM, 0x0000, 0xffff, UQ_HID_IGNORE),
/third_party/mbedtls/tests/suites/
Dtest_suite_rsa.function822 * Check that D and Dp agree modulo LCM(P-1, Q-1).