| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
| H A D | Support.cpp | 30 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 +=()
|
| /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.y | 149 %token ABS BIN FIB GCD KRON LCM LUCNUM NEXTPRIME POWM ROOT SQRT 231 | LCM '(' lcmlist ')' /* value on stack */
|
| H A D | calclex.l | 46 { "lcm", LCM },
|
| H A D | calc.c | 266 LCM = 269, /* LCM */ enumerator 301 #define LCM 269 macro
|
| H A D | calclex.c | 529 { "lcm", LCM },
|
| /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 59 assert((LCM >= A && LCM >= B) && "LCM overflow"); in lcm() 60 return LCM; in lcm()
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | at91-dvk_su60_somc_lcm.dtsi | 41 regulator-name = "VCC LCM";
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 123 LocationContextMap LCM; member in __anon21c281ab0111::PathDiagnosticConstruct 152 return LCM.find(&PD->getActivePath())->getSecond(); in getLocationContextForActivePath() 176 LCM[Path] = LC; in updateLocCtxMap() 180 assert(LCM.count(Path) && in getLocationContextFor() 182 return LCM.find(Path)->getSecond(); in getLocationContextFor() 185 bool isInLocCtxMap(const PathPieces *Path) const { return LCM.count(Path); } in isInLocCtxMap() 1974 LCM[&PD->getActivePath()] = ErrorNode->getLocationContext(); in PathDiagnosticConstruct()
|
| /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 706 {"lcm", LCM, 0}, 1047 case LCM: in mpz_eval_expr()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | passes.texi | 987 size or not (LCM based GCSE tends to increase code size for a gain in 994 If you are optimizing for speed, LCM (lazy code motion) based GCSE is 995 done. LCM is based on the work of Knoop, Ruthing, and Steffen. LCM 1000 The source file for this pass is @file{gcse.cc}, and the LCM routines
|
| H A D | gccint.info | 8566 you are optimizing for size or not (LCM based GCSE tends to 8573 If you are optimizing for speed, LCM (lazy code motion) based GCSE 8574 is done. LCM is based on the work of Knoop, Ruthing, and Steffen. 8575 LCM based GCSE also does loop invariant code motion. We also 8579 this pass is 'gcse.cc', and the LCM routines are in 'lcm.cc'.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | passes.texi | 993 size or not (LCM based GCSE tends to increase code size for a gain in 1000 If you are optimizing for speed, LCM (lazy code motion) based GCSE is 1001 done. LCM is based on the work of Knoop, Ruthing, and Steffen. LCM 1006 The source file for this pass is @file{gcse.c}, and the LCM routines
|
| H A D | gccint.info | 8204 you are optimizing for size or not (LCM based GCSE tends to 8211 If you are optimizing for speed, LCM (lazy code motion) based GCSE 8212 is done. LCM is based on the work of Knoop, Ruthing, and Steffen. 8213 LCM based GCSE also does loop invariant code motion. We also 8217 this pass is 'gcse.c', and the LCM routines are in 'lcm.c'.
|
| /netbsd-src/external/lgpl3/gmp/dist/doc/ |
| H A D | gmp.info-2 | 2876 * LCM functions: Number Theoretic Functions.
|
| H A D | gmp.texi | 3633 @cindex LCM functions
|
| /netbsd-src/share/misc/ |
| H A D | airport | 4138 LCM:Lacumbre, Argentina
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | ChangeLog-1999 | 4896 * lcm.c: Remove all the old LCM functions. Replace with new ones 17297 (pre_insert, pre_insert_copies, pre_delete): Revamp to use LCM
|
| H A D | ChangeLog-2007 | 2596 for -fsee and define LCM. Remove capitalization of optimizations
|
| H A D | ChangeLog-2002 | 35414 edge-based LCM).
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | i386.md | 4713 ;; word calculation (inserted by LCM in mode switching pass) a FLAGS_REG
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | i386.md | 5271 ;; word calculation (inserted by LCM in mode switching pass) a FLAGS_REG
|