Home
last modified time | relevance | path

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

/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h68 LCM = 269, /* LCM */ enumerator
103 #define LCM 269 macro
H A Dcalc.c266 LCM = 269, /* LCM */ enumerator
301 #define LCM 269 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetSchedule.cpp58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local
/netbsd-src/external/lgpl3/gmp/dist/demos/
H A Dpexpr.c95 AND, IOR, XOR, SLL, SRA, POPCNT, HAMDIST, GCD, LCM, SQRT, ROOT, FAC, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp123 LocationContextMap LCM; member in __anon21c281ab0111::PathDiagnosticConstruct