Home
last modified time | relevance | path

Searched defs:GCD (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dgcd.c27 # 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 Dgcd.c27 # 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 DConstraintSystem.h28 uint32_t GCD = 1; variable
/netbsd-src/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.h66 GCD = 267, /* GCD */ enumerator
101 #define GCD 267 macro
H A Dcalc.c264 GCD = 267, /* GCD */ enumerator
299 #define GCD 267 macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/
H A DSupport.cpp29 unsigned GCD = GreatestCommonDivisor64(Denominator, RHS.Denominator); in operator +=() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DUtils.cpp816 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 DLegalizerHelper.cpp1409 const int GCD = greatestCommonDivisor(SrcSize, WideSize); in widenScalarMergeValues() 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/llvm/lib/Analysis/
H A DBasicAliasAnalysis.cpp1137 APInt GCD; in aliasGEP() local
H A DScalarEvolution.cpp6635 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local