Home
last modified time | relevance | path

Searched refs:CustomBinaryOp (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/plugins/
DCommonCwiseBinaryOps.h40 template<typename CustomBinaryOp, typename OtherDerived>
42 EIGEN_STRONG_INLINE const CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>
43 …EN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other, const CustomBinaryOp& func = CustomBinaryOp())…
45 …return CwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other.derived()…
/external/deqp/framework/randomshaders/
DrsgBinaryOps.cpp112 class CustomBinaryOp: public CustomBinaryBase class
115 CustomBinaryOp ();
116 virtual ~CustomBinaryOp (void) {} in ~CustomBinaryOp()
125 CustomBinaryOp<ComputeValue>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
135 CustomBinaryOp<EvaluateSub>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
146 CustomBinaryOp<EvaluateLessThan>::CustomBinaryOp () in CustomBinaryOp() function in rsg::CustomBinaryOp
158 void CustomBinaryOp<ComputeValue>::setLeftValue(Expression* expression) in setLeftValue()
164 void CustomBinaryOp<ComputeValue>::setRightValue(Expression* expression) in setRightValue()
170 void CustomBinaryOp<ComputeValue>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecConstV… in evaluate()
184 void CustomBinaryOp<EvaluateLessThan>::evaluate(ExecValueAccess dst, ExecConstValueAccess a, ExecCo… in evaluate()
[all …]
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h327 template <typename CustomBinaryOp, typename OtherDerived> EIGEN_DEVICE_FUNC
328 EIGEN_STRONG_INLINE const TensorCwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>
329 binaryExpr(const OtherDerived& other, const CustomBinaryOp& func) const { in binaryExpr()
330 …return TensorCwiseBinaryOp<CustomBinaryOp, const Derived, const OtherDerived>(derived(), other, fu… in binaryExpr()