Home
last modified time | relevance | path

Searched defs:Factor (Results 1 – 25 of 212) sorted by relevance

123456789

/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/common_os/include/external/icu/icu4c/source/i18n/
H A Dunits_converter.h54 struct U_I18N_API Factor { struct
61 void multiplyBy(const Factor &rhs); argument
/aosp_15_r20/external/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h48 struct Factor { struct
51 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Dunits_converter.h74 struct U_I18N_API Factor { struct
83 void multiplyBy(const Factor &rhs); argument
/aosp_15_r20/external/icu/libicu/cts_headers/
H A Dunits_converter.h74 struct U_I18N_API Factor { struct
83 void multiplyBy(const Factor &rhs); argument
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Dunits_converter.h74 struct U_I18N_API Factor { struct
83 void multiplyBy(const Factor &rhs); argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Scalar/
DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Scalar/
DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Scalar/
H A DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Scalar/
DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Scalar/
DReassociate.h59 struct Factor { struct
63 Factor(Value *Base, unsigned Power) : Base(Base), Power(Power) {} in Factor() argument
/aosp_15_r20/external/swiftshader/src/Device/
H A DPixelProcessor.hpp149 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.
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp122 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
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp142 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
H A DInterleavedLoadCombinePass.cpp746 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DInterleavedAccessPass.cpp152 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
H A DInterleavedLoadCombinePass.cpp744 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DLowLevelTypeImpl.h203 constexpr LLT divide(int Factor) const { in divide()
220 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DLowLevelType.h227 constexpr LLT divide(int Factor) const { in divide()
244 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGenTypes/
DLowLevelType.h229 constexpr LLT divide(int Factor) const { in divide()
246 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGenTypes/
DLowLevelType.h237 constexpr LLT divide(int Factor) const { in divide()
254 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGenTypes/
DLowLevelType.h229 constexpr LLT divide(int Factor) const { in divide()
246 constexpr LLT multiplyElements(int Factor) const { in multiplyElements()
/aosp_15_r20/external/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp136 unsigned Factor = ElSize / EltTySize; in DecodeVPERMILPMask() local
188 unsigned Factor = ElSize / EltTySize; in DecodeVPERMIL2PMask() local
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/fmtlib/include/fmt/
Dchrono.h160 struct Factor in safe_duration_cast() struct
223 struct Factor in safe_duration_cast() struct
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/fmtlib/include/fmt/
Dchrono.h160 struct Factor in safe_duration_cast() struct
223 struct Factor in safe_duration_cast() struct

123456789