Searched defs:GCD (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | gcd.c | 27 # define GCD gcd macro 34 GCD (WORD_T a, WORD_T b) in GCD() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | gcd.c | 27 # define GCD gcd macro 34 GCD (WORD_T a, WORD_T b) in GCD() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | ConstraintSystem.h | 28 uint32_t GCD = 1; variable
|
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/ |
H A D | calc.h | 66 GCD = 267, /* GCD */ enumerator 101 #define GCD 267 macro
|
H A D | calc.c | 264 GCD = 267, /* GCD */ enumerator 299 #define GCD 267 macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/ |
H A D | Support.cpp | 29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/ |
H A D | Utils.cpp | 816 int GCD = greatestCommonDivisor(OrigTy.getNumElements(), in getGCDType() local 826 unsigned GCD = greatestCommonDivisor(OrigSize, TargetSize); in getGCDType() local 844 unsigned GCD = greatestCommonDivisor(OrigSize, TargetSize); in getGCDType() local
|
H A D | LegalizerHelper.cpp | 1409 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues() 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/llvm/lib/Analysis/ |
H A D | BasicAliasAnalysis.cpp | 1137 APInt GCD; in aliasGEP() local
|
H A D | ScalarEvolution.cpp | 6635 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local
|