| /external/llvm/include/llvm/Transforms/Scalar/ |
| D | Reassociate.h | 48 struct Factor { struct 51 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
| D | Reassociate.h | 59 struct Factor { struct 63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/ |
| D | Reassociate.h | 59 struct Factor { struct 63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
|
| /external/cronet/third_party/icu/source/i18n/ |
| D | units_converter.h | 66 struct U_I18N_API Factor { struct 75 void multiplyBy(const Factor &rhs); argument
|
| /external/icu/icu4c/source/i18n/ |
| D | units_converter.h | 74 struct U_I18N_API Factor { struct 83 void multiplyBy(const Factor &rhs); argument
|
| /external/icu/libicu/cts_headers/ |
| D | units_converter.h | 74 struct U_I18N_API Factor { struct 83 void multiplyBy(const Factor &rhs); argument
|
| /external/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 122 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() 146 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() 165 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor) { in isReInterleaveMask() 224 unsigned Factor, Index; in lowerInterleavedLoad() local 344 unsigned Factor; in lowerInterleavedStore() local
|
| /external/swiftshader/src/Device/ |
| D | PixelProcessor.hpp | 149 struct Factor struct in sw::PixelProcessor 151 float4 blendConstantF; // Unclamped for floating-point attachment formats. 152 float4 invBlendConstantF; // Unclamped for floating-point attachment formats. 153 float4 blendConstantU; // Clamped to [0,1] for unsigned fixed-point attachment formats. 154 float4 invBlendConstantU; // Clamped to [0,1] for unsigned fixed-point attachment formats. 155 float4 blendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats. 156 float4 invBlendConstantS; // Clamped to [-1,1] for signed fixed-point attachment formats.
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 142 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() 166 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() 195 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask() 309 unsigned Factor, Index; in lowerInterleavedLoad() local 428 unsigned Factor; in lowerInterleavedStore() local
|
| D | InterleavedLoadCombinePass.cpp | 746 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local 1055 unsigned Factor, const DataLayout &DL) { in findPattern() 1137 unsigned Factor = InterleavedLoad.size(); in combine() local 1262 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
| D | InterleavedAccessPass.cpp | 152 static bool isDeInterleaveMaskOfFactor(ArrayRef<int> Mask, unsigned Factor, in isDeInterleaveMaskOfFactor() 176 static bool isDeInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isDeInterleaveMask() 205 static bool isReInterleaveMask(ArrayRef<int> Mask, unsigned &Factor, in isReInterleaveMask() 331 unsigned Factor, Index; in lowerInterleavedLoad() local 502 unsigned Factor; in lowerInterleavedStore() local
|
| D | InterleavedLoadCombinePass.cpp | 744 unsigned Factor = Result.VTy->getNumElements() / VTy->getNumElements(); in computeFromBCI() local 1053 unsigned Factor, const DataLayout &DL) { in findPattern() 1134 unsigned Factor = InterleavedLoad.size(); in combine() local 1260 for (unsigned Factor = MaxFactor; Factor >= 2; Factor--) { in run() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | LowLevelTypeImpl.h | 203 constexpr LLT divide(int Factor) const { in divide() 220 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
| D | PseudoProbe.cpp | 66 void setProbeDistributionFactor(Instruction &Inst, float Factor) { in setProbeDistributionFactor()
|
| /external/llvm/lib/Target/X86/ |
| D | X86ShuffleDecodeConstantPool.cpp | 136 unsigned Factor = ElSize / EltTySize; in DecodeVPERMILPMask() local 188 unsigned Factor = ElSize / EltTySize; in DecodeVPERMIL2PMask() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
| D | PseudoProbe.h | 87 float Factor; member
|
| /external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
| D | UnitsConverter.java | 309 static class Factor { class in UnitsConverter 349 public Factor() { in Factor() method in UnitsConverter.Factor
|
| /external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/units/ |
| D | UnitsConverter.java | 299 static class Factor { class in UnitsConverter 339 public Factor() { in Factor() method in UnitsConverter.Factor
|
| /external/libvpx/vp8/encoder/ |
| D | ratectrl.c | 1077 double Factor = 0.99; in vp8_update_rate_correction_factors() local 1236 double Factor = 0.99; in vp8_regulate_q() local
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
| D | MVETailPredication.cpp | 369 ConstantInt *Factor = ConstantInt::get(cast<IntegerType>(Ty), VectorWidth); in InsertVCTPIntrinsic() local
|
| /external/stg/ |
| D | filter.cc | 242 std::unique_ptr<Filter> Factor(std::queue<std::string>& tokens) { in Factor() function
|
| /external/llvm/lib/Target/PowerPC/ |
| D | PPCTargetTransformInfo.cpp | 411 unsigned Factor, in getInterleavedMemoryOpCost()
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/LogicalView/Core/ |
| D | LVLocation.cpp | 496 bool LVLocation::calculateCoverage(LVLocations *Locations, unsigned &Factor, in calculateCoverage()
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMTargetTransformInfo.cpp | 497 unsigned Factor, in getInterleavedMemoryOpCost()
|
| /external/llvm/include/llvm/CodeGen/ |
| D | MachineTraceMetrics.h | 381 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
|