Home
last modified time | relevance | path

Searched refs:LCM (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A 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 +=()
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h68 LCM = 269, /* LCM */ enumerator
103 #define LCM 269 macro
H A Dcalc.y149 %token ABS BIN FIB GCD KRON LCM LUCNUM NEXTPRIME POWM ROOT SQRT
231 | LCM '(' lcmlist ')' /* value on stack */
H A Dcalclex.l46 { "lcm", LCM },
H A Dcalc.c266 LCM = 269, /* LCM */ enumerator
301 #define LCM 269 macro
H A Dcalclex.c529 { "lcm", LCM },
/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
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 Dat91-dvk_su60_somc_lcm.dtsi41 regulator-name = "VCC LCM";
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp123 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 Dpexpr.c95 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 Dpasses.texi987 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 Dgccint.info8566 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 Dpasses.texi993 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 Dgccint.info8204 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 Dgmp.info-22876 * LCM functions: Number Theoretic Functions.
H A Dgmp.texi3633 @cindex LCM functions
/netbsd-src/share/misc/
H A Dairport4138 LCM:Lacumbre, Argentina
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-19994896 * 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 DChangeLog-20072596 for -fsee and define LCM. Remove capitalization of optimizations
H A DChangeLog-200235414 edge-based LCM).
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.md4713 ;; word calculation (inserted by LCM in mode switching pass) a FLAGS_REG
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.md5271 ;; word calculation (inserted by LCM in mode switching pass) a FLAGS_REG