/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/icu/icu4c/source/i18n/ |
D | units_converter.h | 66 struct U_I18N_API Factor { struct 75 void multiplyBy(const Factor &rhs); argument
|
/external/icu/libicu/cts_headers/ |
D | units_converter.h | 66 struct U_I18N_API Factor { struct 75 void multiplyBy(const Factor &rhs); 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/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/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 136 unsigned Factor = ElSize / EltTySize; in DecodeVPERMILPMask() local 188 unsigned Factor = ElSize / EltTySize; in DecodeVPERMIL2PMask() local
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/units/ |
D | UnitsConverter.java | 178 static class Factor { class in UnitsConverter 210 public Factor() { in Factor() method in UnitsConverter.Factor
|
/external/fmtlib/include/fmt/ |
D | chrono.h | 160 struct Factor in safe_duration_cast() struct 223 struct Factor in safe_duration_cast() struct
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/ |
D | UnitsConverter.java | 168 static class Factor { class in UnitsConverter 200 public Factor() { in Factor() method in UnitsConverter.Factor
|
/external/libvpx/vp8/encoder/ |
D | ratectrl.c | 1071 double Factor = 0.99; in vp8_update_rate_correction_factors() local 1227 double Factor = 0.99; in vp8_regulate_q() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCTargetTransformInfo.cpp | 411 unsigned Factor, in getInterleavedMemoryOpCost()
|
/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
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineTraceMetrics.h | 416 unsigned Factor = SchedModel.getLatencyFactor(); in getCycles() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64TargetTransformInfo.cpp | 496 unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | MiniParser.java | 455 static public void Factor() throws ParseException { in Factor() method in MiniParser
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | MVETailPredication.cpp | 473 ConstantInt *Factor = in InsertVCTPIntrinsic() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonTargetTransformInfo.cpp | 218 Type *VecTy, unsigned Factor, ArrayRef<unsigned> Indices, in getInterleavedMemoryOpCost()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | VectorUtils.h | 419 InterleaveGroup(uint32_t Factor, bool Reverse, Align Alignment) in InterleaveGroup()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetTransformInfo.cpp | 3559 unsigned Factor, in getInterleavedMemoryOpCostAVX2() 3675 unsigned Factor, in getInterleavedMemoryOpCostAVX512() 3800 unsigned Factor, in getInterleavedMemoryOpCost()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 2385 if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local 2390 } else if (const SCEVConstant *Factor = in CollectInterestingTypesAndFactors() local 3457 for (int64_t Factor : Factors) { in GenerateICmpZeroScales() local 3541 for (int64_t Factor : Factors) { in GenerateScales() local 4884 for (int64_t Factor : Factors) { in print_factors_and_types() local
|