Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 47) sorted by relevance

12

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/
DTensorFixedSize.h133 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, IndexTypes... oth… in operator() function
141 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
152 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
163 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
174 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
188 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function
195 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
202 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
218 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Scalar& operator()(Index firstIndex, IndexTypes... otherIndi… in operator() function
226 EIGEN_STRONG_INLINE Scalar& operator()(Index i0, Index i1) in operator() function
[all …]
DTensorMap.h124 EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& indices) const in operator() function
137 EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
144 EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
152 …EIGEN_STRONG_INLINE const Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... ot… in operator() function
165 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
176 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
187 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
198 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
211 EIGEN_STRONG_INLINE Scalar& operator()(const array<Index, NumIndices>& indices) in operator() function
224 EIGEN_STRONG_INLINE Scalar& operator()() in operator() function
[all …]
DTensor.h195 …inline const Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) c… in operator() function
203 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1) const in operator() function
208 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2) const in operator() function
213 EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
218 …EIGEN_STRONG_INLINE const Scalar& operator()(Index i0, Index i1, Index i2, Index i3, Index i4) con… in operator() function
229 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(CustomIndices& indices) const in operator() function
236 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(const array<Index, NumIndices>& ind… in operator() function
241 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()(Index index) const in operator() function
247 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar& operator()() const in operator() function
262 inline Scalar& operator()(Index firstIndex, Index secondIndex, IndexTypes... otherIndices) in operator() function
[all …]
DTensorRef.h36 TensorLazyBaseEvaluator& operator = (const TensorLazyBaseEvaluator& other); variable
191 EIGEN_STRONG_INLINE const Scalar operator()(Index index) const in operator() function
198 EIGEN_STRONG_INLINE const Scalar operator()(Index firstIndex, IndexTypes... otherIndices) const in operator() function
214 EIGEN_STRONG_INLINE const Scalar operator()(Index i0, Index i1) const in operator() function
222 EIGEN_STRONG_INLINE const Scalar operator()(Index i0, Index i1, Index i2) const in operator() function
231 EIGEN_STRONG_INLINE const Scalar operator()(Index i0, Index i1, Index i2, Index i3) const in operator() function
241 …EIGEN_STRONG_INLINE const Scalar operator()(Index i0, Index i1, Index i2, Index i3, Index i4) const in operator() function
269 EIGEN_STRONG_INLINE Scalar& operator()(Index i0, Index i1, Index i2, Index i3) in operator() function
DTensorFFT.h33 T operator() (const T& val) const { return val; } in operator() function
DTensorFunctors.h23 EIGEN_DEVICE_FUNC inline Scalar operator() (const Scalar& a) const { return a % m_divisor; } in operator() function
/applications/standard/app_samples/code/DocsSample/Media/Image/ImageEffect/entry/src/main/cpp/utils/
Djson_utils.h28 void operator=(const float value); variable
29 void operator=(const char* value); variable
30 void operator=(const std::string& value); variable
31 void operator=(const Json& value); variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/mpreal/
Dmpreal.h177 mpreal& operator=(mpreal&& v); variable
188 mpreal& operator=(const mpreal& v); variable
189 mpreal& operator=(const mpf_t v); variable
190 mpreal& operator=(const mpz_t v); variable
191 mpreal& operator=(const mpq_t v); variable
192 mpreal& operator=(const long double v); variable
193 mpreal& operator=(const double v); variable
194 mpreal& operator=(const unsigned long int v); variable
195 mpreal& operator=(const unsigned long long int v); variable
196 mpreal& operator=(const long long int v); variable
[all …]
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/OrderingMethods/
DOrdering.h61 void operator()(const MatrixType& mat, PermutationType& perm) in operator() function
74 void operator()(const SparseSelfAdjointView<SrcType, SrcUpLo>& mat, PermutationType& perm) in operator() function
102 void operator()(const MatrixType& /*mat*/, PermutationType& perm) in operator() function
128 void operator() (const MatrixType& mat, PermutationType& perm) in operator() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Geometry/
DQuaternion.h95 …EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE QuaternionBase<Derived>& operator=(const QuaternionBase<Deri… variable
96 …template<class OtherDerived> EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Derived& operator=(const Quater… variable
105 EIGEN_DEVICE_FUNC Derived& operator=(const AngleAxisType& aa); variable
106 …template<class OtherDerived> EIGEN_DEVICE_FUNC Derived& operator=(const MatrixBase<OtherDerived>& … variable
/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeImage/entry/src/main/cpp/render/
Drender_engine.h43 RenderEngine &operator=(const RenderEngine &other) = delete; variable
45 RenderEngine &operator=(RenderEngine &&other) = delete; variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/
DTranspositions.h60 inline const StorageIndex& operator()(Index i) const { return indices()(i); } in operator() function
62 inline StorageIndex& operator()(Index i) { return indices()(i); } in operator() function
DDenseCoeffsBase.h115 EIGEN_STRONG_INLINE CoeffReturnType operator()(Index row, Index col) const in operator() function
178 operator()(Index index) const in operator() function
362 operator()(Index row, Index col) in operator() function
423 operator()(Index index) in operator() function
DDenseBase.h275 Derived& operator=(const DenseBase<OtherDerived>& other); variable
281 Derived& operator=(const DenseBase& other); variable
285 Derived& operator=(const EigenBase<OtherDerived> &other); variable
297 Derived& operator=(const ReturnByValue<OtherDerived>& func); variable
DMatrixBase.h139 Derived& operator=(const MatrixBase& other); variable
146 Derived& operator=(const DenseBase<OtherDerived>& other); variable
150 Derived& operator=(const EigenBase<OtherDerived>& other); variable
154 Derived& operator=(const ReturnByValue<OtherDerived>& other); variable
DTriangularMatrix.h90 inline Scalar operator()(Index row, Index col) const in operator() function
96 inline Scalar& operator()(Index row, Index col) in operator() function
/applications/standard/app_samples/code/SuperFeature/DistributedAppDev/DistributeCalc/entry/src/main/js/MainAbility/common/
Dcalculator.js157 export function isOperator(operator) { argument
167 function isGrouping(operator) { argument
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/src/AutoDiff/
DAutoDiffVector.h55 CoeffType operator() (Index i) { return CoeffType(m_values[i], m_jacobian.col(i)); } in operator() function
56 const CoeffType operator() (Index i) const { return CoeffType(m_values[i], m_jacobian.col(i)); } in operator() function
DAutoDiffJacobian.h57 void operator() (const InputType& x, ValueType* v) const in operator() function
62 void operator() (const InputType& x, ValueType* v, JacobianType* _jac, in operator() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/plugins/
DCommonCwiseBinaryOps.h50 EIGEN_MAKE_SCALAR_BINARY_OP(operator*,product) in EIGEN_MAKE_SCALAR_BINARY_OP() argument
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/SparseCore/
DSparseMatrixBase.h55 Derived& operator=(const EigenBase<OtherDerived> &other); variable
196 Derived& operator=(const ReturnByValue<OtherDerived>& other); variable
199 inline Derived& operator=(const SparseMatrixBase<OtherDerived>& other); variable
201 inline Derived& operator=(const Derived& other); variable
/applications/standard/contacts_data/dataBusiness/contacts/include/
Dprofile_database.h42 const ProfileDatabase &operator=(const ProfileDatabase &); variable
/applications/standard/contacts_data/dataBusiness/voicemail/include/
Dvoicemail_database.h50 const VoiceMailDataBase &operator=(const VoiceMailDataBase &); variable
/applications/standard/contacts_data/dataBusiness/calllog/include/
Dcalllog_database.h54 const CallLogDataBase &operator=(const CallLogDataBase &); variable
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/Eigen/src/Core/functors/
DNullaryFunctors.h21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const { return m_other; } in operator() function

12