Searched defs:LCM (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/ |
H A D | calc.h | 68 LCM = 269, /* LCM */ enumerator 103 #define LCM 269 macro
|
H A D | calc.c | 266 LCM = 269, /* LCM */ enumerator 301 #define LCM 269 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | Support.cpp | 30 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | TargetSchedule.cpp | 58 unsigned LCM = (uint64_t(A) * B) / gcd(A, B); in lcm() local
|
/netbsd-src/external/lgpl3/gmp/dist/demos/ |
H A D | pexpr.c | 95 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 D | BugReporter.cpp | 123 LocationContextMap LCM; member in __anon21c281ab0111::PathDiagnosticConstruct
|