Home
last modified time | relevance | path

Searched refs:EltResult (Results 1 – 22 of 22) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/BigMatrix/include/SimTKcommon/internal/
H A DMatrixBase.h128 template <class P> struct EltResult { struct
424 … typename EltResult<typename VectorBase<ER>::template EltResult<EC>::Mul>::Mul& out) const;
426 …template <class ER, class EC> inline typename EltResult<typename VectorBase<ER>::template EltResul…
428 typename EltResult<typename VectorBase<ER>::template EltResult<EC>::Mul>::Mul in rowAndColScale()
471 template <class S> inline typename EltResult<S>::Add
473 typename EltResult<S>::Add out(nrow(), ncol()); in elementwiseAddScalar()
491 template <class S> inline typename EltResult<S>::Sub
493 typename EltResult<S>::Sub out(nrow(), ncol()); in elementwiseSubtractScalar()
530 typename EltResult<EE>::Mul out(nrow(), ncol()); in elementwiseMultiply()
546 typename EltResult<EE>::Mul out(nrow(), ncol()); in elementwiseMultiplyFromLeft()
[all …]
H A DRowVectorBase.h127 template <class P> struct EltResult { struct
169 template <class EE> inline typename EltResult<EE>::Mul colScale(const VectorBase<EE>& v) const in colScale()
170 { typename EltResult<EE>::Mul out(ncol()); Base::template colScale<EE>(v,out); return out; } in colScale()
179 …{ typename EltResult<EE>::Mul out(nrow()); Base::template elementwiseMultiply<EE>(v,out); return o… in elementwiseMultiply()
187 typename RowVectorBase<EE>::template EltResult<ELT>::Mul& out) const in elementwiseMultiplyFromLeft()
192 typename RowVectorBase<EE>::template EltResult<ELT>::Mul
194 typename RowVectorBase<EE>::template EltResult<ELT>::Mul out(nrow()); in elementwiseMultiplyFromLeft()
205 …{ typename EltResult<EE>::Dvd out(nrow()); Base::template elementwiseDivide<EE>(v,out); return out… in elementwiseDivide()
213 typename RowVectorBase<EE>::template EltResult<ELT>::Dvd& out) const { in elementwiseDivideFromLeft()
217 typename RowVectorBase<EE>::template EltResult<ELT>::Dvd
[all …]
H A DVectorBase.h129 template <class P> struct EltResult { struct
172 template <class EE> inline typename EltResult<EE>::Mul rowScale(const VectorBase<EE>& v) const in rowScale()
173 { typename EltResult<EE>::Mul out(nrow()); Base::rowScale(v,out); return out; } in rowScale()
337 …{ typename EltResult<EE>::Mul out(nrow()); Base::template elementwiseMultiply<EE>(v,out); return o… in elementwiseMultiply()
345 typename VectorBase<EE>::template EltResult<ELT>::Mul& out) const in elementwiseMultiplyFromLeft()
349 template <class EE> inline typename VectorBase<EE>::template EltResult<ELT>::Mul
352 typename VectorBase<EE>::template EltResult<ELT>::Mul out(nrow()); in elementwiseMultiplyFromLeft()
363 …{ typename EltResult<EE>::Dvd out(nrow()); Base::template elementwiseDivide<EE>(v,out); return out… in elementwiseDivide()
371 typename VectorBase<EE>::template EltResult<ELT>::Dvd& out) const in elementwiseDivideFromLeft()
375 template <class EE> inline typename VectorBase<EE>::template EltResult<ELT>::Dvd
[all …]
H A DBigMatrix.h298 MatrixBase<ELT>::rowScale(const VectorBase<EE>& v, typename MatrixBase<ELT>::template EltResult<EE>… in rowScale()
317 MatrixBase<ELT>::colScale(const VectorBase<EE>& v, typename MatrixBase<ELT>::template EltResult<EE>… in colScale()
340 typename EltResult<typename VectorBase<ER>::template EltResult<EC>::Mul>::Mul& in rowAndColScale()
392 typename MatrixBase<ELT>::template EltResult<S>::Add& out) const in elementwiseAddScalar()
413 typename MatrixBase<ELT>::template EltResult<S>::Sub& out) const in elementwiseSubtractScalar()
437 typename MatrixBase<S>::template EltResult<ELT>::Sub& out) const in elementwiseSubtractFromScalar()
460 typename MatrixBase<ELT>::template EltResult<EE>::Mul& out) const in elementwiseMultiply()
486 typename MatrixBase<EE>::template EltResult<ELT>::Mul& out) const in elementwiseMultiplyFromLeft()
510 typename MatrixBase<ELT>::template EltResult<EE>::Dvd& out) const in elementwiseDivide()
535 typename MatrixBase<EE>::template EltResult<ELT>::Dvd& out) const in elementwiseDivideFromLeft()
/dports/science/opensim-core/opensim-core-4.1/Bindings/SWIGSimTK/
H A DBigMatrix.h282 template <class P> struct EltResult { struct
578 … typename EltResult<typename VectorBase<ER>::template EltResult<EC>::Mul>::Mul& out) const;
580 …template <class ER, class EC> inline typename EltResult<typename VectorBase<ER>::template EltResul…
582 typename EltResult<typename VectorBase<ER>::template EltResult<EC>::Mul>::Mul in rowAndColScale()
625 template <class S> inline typename EltResult<S>::Add
627 typename EltResult<S>::Add out(nrow(), ncol()); in elementwiseAddScalar()
645 template <class S> inline typename EltResult<S>::Sub
647 typename EltResult<S>::Sub out(nrow(), ncol()); in elementwiseSubtractScalar()
1151 template <class P> struct EltResult { struct
1595 template <class P> struct EltResult { struct
[all …]
H A DMat.h202 template <class P> struct EltResult { struct
571 typename EltResult<E2>::Mul
573 typename EltResult<E2>::Mul result; in elementwiseMultiply()
581 typename EltResult<E2>::Dvd
583 typename EltResult<E2>::Dvd result; in elementwiseDivide()
H A DVec.h328 template <class P> struct EltResult { struct
/dports/science/simbody/simbody-Simbody-3.7/SimTKcommon/SmallMatrix/include/SimTKcommon/internal/
H A DSymMat.h208 template <class P> struct EltResult { struct
539 typename EltResult<E2>::Mul
541 return typename EltResult<E2>::Mul in elementwiseMultiply()
547 typename EltResult<E2>::Dvd
549 return typename EltResult<E2>::Dvd in elementwiseDivide()
H A DMat.h244 template <class P> struct EltResult { struct
610 typename EltResult<E2>::Mul
612 typename EltResult<E2>::Mul result; in elementwiseMultiply()
620 typename EltResult<E2>::Dvd
622 typename EltResult<E2>::Dvd result; in elementwiseDivide()
H A DVec.h377 template <class P> struct EltResult { struct
H A DRow.h263 template <class P> struct EltResult { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/
H A DExprConstant.cpp2976 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2981 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2983 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2986 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2992 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/
H A DExprConstant.cpp2778 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2783 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2785 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2788 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2794 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/
H A DExprConstant.cpp2786 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2791 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2793 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2796 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2802 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/
H A DExprConstant.cpp2985 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2990 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2992 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2995 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
3001 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp2978 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2983 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2985 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2988 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2994 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2999 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2999 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/
H A DExprConstant.cpp2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2999 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/
H A DExprConstant.cpp2978 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2983 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2985 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2988 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2994 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/
H A DExprConstant.cpp2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2999 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/
H A DExprConstant.cpp2983 APSInt EltResult{Info.Ctx.getIntWidth(EltTy), in handleVectorVectorBinOp() local
2988 Success = handleLogicalOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2990 Success = handleCompareOpForVector(LHSElt, Opcode, RHSElt, EltResult); in handleVectorVectorBinOp()
2993 RHSElt.getInt(), EltResult); in handleVectorVectorBinOp()
2999 ResultElements.emplace_back(EltResult); in handleVectorVectorBinOp()