| /freebsd-14.2/crypto/openssl/test/recipes/10-test_bn_data/ |
| H A D | bngcd.txt | 8 # GCD tests. 15 GCD = 0 20 GCD = 1 25 GCD = 1 42 GCD = 3 46 GCD = 5 50 GCD = 7 54 GCD = 9 58 GCD = f 62 GCD = 11 [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Support.cpp | 30 unsigned GCD = std::gcd(Denominator, RHS.Denominator); in operator +=() local 31 unsigned LCM = (Denominator * RHS.Denominator) / GCD; in operator +=()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | Utils.cpp | 1146 int GCD = std::gcd(OrigTy.getNumElements(), TargetTy.getNumElements()); in getGCDType() local 1147 return LLT::scalarOrVector(ElementCount::getFixed(GCD), OrigElt); in getGCDType() 1155 unsigned GCD = std::gcd(OrigSize, TargetSize); in getGCDType() local 1156 if (GCD == OrigElt.getSizeInBits()) in getGCDType() 1161 if (GCD < OrigElt.getSizeInBits()) in getGCDType() 1162 return LLT::scalar(GCD); in getGCDType() 1163 return LLT::fixed_vector(GCD / OrigElt.getSizeInBits(), OrigElt); in getGCDType() 1173 unsigned GCD = std::gcd(OrigSize, TargetSize); in getGCDType() local 1174 return LLT::scalar(GCD); in getGCDType()
|
| H A D | LegalizerHelper.cpp | 1851 const int GCD = std::gcd(SrcSize, WideSize); in widenScalarMergeValues() local 1852 LLT GCDTy = LLT::scalar(GCD); in widenScalarMergeValues() 1862 if (GCD == SrcSize) { in widenScalarMergeValues() 1878 const int PartsPerGCD = WideSize / GCD; in widenScalarMergeValues()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | BasicAliasAnalysis.cpp | 1171 APInt GCD; in aliasGEP() local 1182 GCD = ScaleForGCD.abs(); in aliasGEP() 1184 GCD = APIntOps::GreatestCommonDivisor(GCD, ScaleForGCD.abs()); in aliasGEP() 1214 APInt ModOffset = DecompGEP1.Offset.srem(GCD); in aliasGEP() 1216 ModOffset += GCD; // We want mod, not rem. in aliasGEP() 1218 (GCD - ModOffset).uge(V1Size.getValue())) in aliasGEP()
|
| H A D | ScalarEvolution.cpp | 7801 unsigned GCD = std::min(MulZeros, TZ); in createSCEV() local 7802 APInt DivAmt = APInt::getOneBitSet(BitWidth, TZ - GCD); in createSCEV() 7804 MulOps.push_back(getConstant(OpC->getAPInt().lshr(GCD))); in createSCEV()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeVectorTypes.cpp | 5287 unsigned GCD = std::gcd(VTNumElts, WidenNumElts); in WidenVecRes_EXTRACT_SUBVECTOR() local 5291 ElementCount::getScalable(GCD)); in WidenVecRes_EXTRACT_SUBVECTOR() 5296 for (; I < VTNumElts / GCD; ++I) in WidenVecRes_EXTRACT_SUBVECTOR() 5300 for (; I < WidenNumElts / GCD; ++I) in WidenVecRes_EXTRACT_SUBVECTOR() 5893 unsigned GCD = std::gcd(VTNumElts, WidenNumElts); in WidenVecRes_VECTOR_REVERSE() local 5895 ElementCount::getScalable(GCD)); in WidenVecRes_VECTOR_REVERSE() 5900 for (; i < VTNumElts / GCD; ++i) in WidenVecRes_VECTOR_REVERSE() 5904 for (; i < WidenNumElts / GCD; ++i) in WidenVecRes_VECTOR_REVERSE() 6805 unsigned GCD = std::gcd(OrigElts, WideElts); in WidenVecOp_VECREDUCE() local 6809 for (unsigned Idx = OrigElts; Idx < WideElts; Idx = Idx + GCD) in WidenVecOp_VECREDUCE() [all …]
|
| /freebsd-14.2/contrib/file/magic/Magdir/ |
| H A D | map | 380 … 78~ZIP, RGN or SRF bitmap; 148~ZIP or JAR; 249~display firmware; 251~WiFi or GCD firmware; 255~ZIP
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 3581 const UnnamedGlobalConstantDecl *GCD) { in GetAddrOfUnnamedGlobalConstantDecl() argument 3582 CharUnits Alignment = getContext().getTypeAlignInChars(GCD->getType()); in GetAddrOfUnnamedGlobalConstantDecl() 3585 Entry = &UnnamedGlobalConstantDeclMap[GCD]; in GetAddrOfUnnamedGlobalConstantDecl() 3592 const APValue &V = GCD->getValue(); in GetAddrOfUnnamedGlobalConstantDecl() 3595 Init = Emitter.emitForInitializer(V, GCD->getType().getAddressSpace(), in GetAddrOfUnnamedGlobalConstantDecl() 3596 GCD->getType()); in GetAddrOfUnnamedGlobalConstantDecl()
|
| H A D | CGExprConstant.cpp | 1962 if (auto *GCD = dyn_cast<UnnamedGlobalConstantDecl>(D)) in tryEmitBase() local 1963 return CGM.GetAddrOfUnnamedGlobalConstantDecl(GCD); in tryEmitBase()
|
| H A D | CodeGenModule.h | 954 GetAddrOfUnnamedGlobalConstantDecl(const UnnamedGlobalConstantDecl *GCD);
|
| /freebsd-14.2/contrib/llvm-project/lldb/docs/ |
| H A D | python_api_enums.rst | 1223 libdispatch aka Grand Central Dispatch (GCD) queues can be either
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | ExprConstant.cpp | 4093 if (auto *GCD = dyn_cast<UnnamedGlobalConstantDecl>(D)) { in findCompleteObject() local 4098 return CompleteObject(LVal.Base, const_cast<APValue *>(&GCD->getValue()), in findCompleteObject() 4099 GCD->getType()); in findCompleteObject()
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 9852 @Article{Ragland:1973:GCD,
|