Home
last modified time | relevance | path

Searched defs:operand_type (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/dports/devel/boost-docs/boost_1_72_0/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/devel/boost-libs/boost_1_72_0/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/devel/boost-python-libs/boost_1_72_0/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/devel/hyperscan/boost_1_75_0/boost/yap/detail/
H A Dalgorithm.hpp173 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, false> struct
175 using type = remove_cv_ref_t<T>;
183 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, true> struct
185 using type = expr_ref_t<ExprTemplate, T>;
194 struct operand_type<ExprTemplate, T, U, RemoveRefs, true, IsLRef> struct
196 using type = remove_cv_ref_t<T>;
204 struct operand_type<ExprTemplate, T, U, true, false, IsLRef> struct
206 using type = terminal<ExprTemplate, std::remove_reference_t<U>>;
214 struct operand_type<ExprTemplate, T, U, false, false, IsLRef> struct
216 using type = terminal<ExprTemplate, U>;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_equation_instruction.cpp158 const auto* operand_type = in MaybeGetResultTypeId() local
222 auto operand_type = in MaybeGetResultTypeId() local
257 auto operand_type = in MaybeGetResultTypeId() local
275 auto operand_type = in MaybeGetResultTypeId() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/fuzz/
H A Dtransformation_equation_instruction.cpp158 const auto* operand_type = in MaybeGetResultTypeId() local
222 auto operand_type = in MaybeGetResultTypeId() local
257 auto operand_type = in MaybeGetResultTypeId() local
275 auto operand_type = in MaybeGetResultTypeId() local
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/fuzz/
H A Dtransformation_equation_instruction.cpp162 const auto* operand_type = in MaybeGetResultTypeId() local
226 auto operand_type = in MaybeGetResultTypeId() local
261 auto operand_type = in MaybeGetResultTypeId() local
279 auto operand_type = in MaybeGetResultTypeId() local
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/fuzz/
H A Dtransformation_equation_instruction.cpp162 const auto* operand_type = in MaybeGetResultTypeId() local
226 auto operand_type = in MaybeGetResultTypeId() local
261 auto operand_type = in MaybeGetResultTypeId() local
279 auto operand_type = in MaybeGetResultTypeId() local
/dports/www/node10/node-v10.24.1/deps/v8/src/interpreter/
H A Dbytecode-array-accessor.cc123 OperandType operand_type = in GetIndexOperand() local
135 OperandType operand_type = in GetRegisterOperand() local
150 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local
162 OperandType operand_type = in GetRuntimeIdOperand() local
171 OperandType operand_type = in GetNativeContextIndexOperand() local
179 OperandType operand_type = in GetIntrinsicIdOperand() local
H A Dbytecode-decoder.cc19 OperandType operand_type, in DecodeRegisterOperand()
29 Address operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand()
38 OperandType operand_type, in DecodeSignedOperand()
56 OperandType operand_type, in DecodeUnsignedOperand()
/dports/lang/v8/v8-9.6.180.12/src/interpreter/
H A Dbytecode-decoder.cc19 OperandType operand_type, in DecodeRegisterOperand()
29 Address operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand()
38 OperandType operand_type, in DecodeSignedOperand()
58 OperandType operand_type, in DecodeUnsignedOperand()
H A Dbytecode-array-iterator.cc121 OperandType operand_type = in GetIndexOperand() local
145 OperandType operand_type = in GetRegisterOperand() local
173 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local
185 OperandType operand_type = in GetRuntimeIdOperand() local
194 OperandType operand_type = in GetNativeContextIndexOperand() local
202 OperandType operand_type = in GetIntrinsicIdOperand() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/interpreter/
H A Dbytecode-decoder.cc19 OperandType operand_type, in DecodeRegisterOperand()
29 Address operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand()
38 OperandType operand_type, in DecodeSignedOperand()
58 OperandType operand_type, in DecodeUnsignedOperand()
H A Dbytecode-array-accessor.cc182 OperandType operand_type = in GetIndexOperand() local
194 OperandType operand_type = in GetRegisterOperand() local
209 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local
221 OperandType operand_type = in GetRuntimeIdOperand() local
230 OperandType operand_type = in GetNativeContextIndexOperand() local
238 OperandType operand_type = in GetIntrinsicIdOperand() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/interpreter/
H A Dbytecode-decoder.cc19 OperandType operand_type, in DecodeRegisterOperand()
29 Address operand_start, uint32_t count, OperandType operand_type, in DecodeRegisterListOperand()
38 OperandType operand_type, in DecodeSignedOperand()
58 OperandType operand_type, in DecodeUnsignedOperand()
H A Dbytecode-array-accessor.cc182 OperandType operand_type = in GetIndexOperand() local
206 OperandType operand_type = in GetRegisterOperand() local
221 OperandType operand_type = operand_types[operand_index]; in GetRegisterOperandRange() local
233 OperandType operand_type = in GetRuntimeIdOperand() local
242 OperandType operand_type = in GetNativeContextIndexOperand() local
250 OperandType operand_type = in GetIntrinsicIdOperand() local
/dports/graphics/vapoursynth-waifu2x-ncnn-vulkan/vapoursynth-waifu2x-ncnn-vulkan-r4/deps/ncnn/tools/mlir/
H A Dtf_traits.h63 for (auto operand_type : op->getOperandTypes()) in verifyTrait() local
102 for (const auto& operand_type : op->getOperandTypes()) in verifySameOperandsAndResultElementTypeResolveRef() local
/dports/graphics/waifu2x-ncnn-vulkan/waifu2x-ncnn-vulkan-20210521/src/ncnn/tools/mlir/
H A Dtf_traits.h63 for (auto operand_type : op->getOperandTypes()) in verifyTrait() local
102 for (const auto& operand_type : op->getOperandTypes()) in verifySameOperandsAndResultElementTypeResolveRef() local
/dports/benchmarks/vkpeak/vkpeak-20210430/ncnn/tools/mlir/
H A Dtf_traits.h63 for (auto operand_type : op->getOperandTypes()) in verifyTrait() local
102 for (const auto& operand_type : op->getOperandTypes()) in verifySameOperandsAndResultElementTypeResolveRef() local
/dports/misc/ncnn/ncnn-20211208/tools/mlir/
H A Dtf_traits.h63 for (auto operand_type : op->getOperandTypes()) in verifyTrait() local
102 for (const auto& operand_type : op->getOperandTypes()) in verifySameOperandsAndResultElementTypeResolveRef() local
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/ncnn/tools/mlir/
H A Dtf_traits.h63 for (auto operand_type : op->getOperandTypes()) in verifyTrait() local
102 for (const auto& operand_type : op->getOperandTypes()) in verifySameOperandsAndResultElementTypeResolveRef() local
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/spirv-tools/source/val/
H A Dvalidate_extensions.cpp140 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
173 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
244 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
913 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1202 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1287 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local
1441 const uint32_t operand_type = _.GetOperandTypeId(inst, operand_index); in ValidateExtInst() local

12345678910>>...14