| /applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/Tensor/ |
| D | TensorFixedSize.h | 133 …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 …]
|
| D | TensorMap.h | 124 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 …]
|
| D | Tensor.h | 195 …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 …]
|
| D | TensorRef.h | 36 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
|
| D | TensorFFT.h | 33 T operator() (const T& val) const { return val; } in operator() function
|
| D | TensorFunctors.h | 23 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/ |
| D | json_utils.h | 28 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/ |
| D | mpreal.h | 177 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/ |
| D | Ordering.h | 61 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/ |
| D | Quaternion.h | 95 …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/ |
| D | render_engine.h | 43 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/ |
| D | Transpositions.h | 60 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
|
| D | DenseCoeffsBase.h | 115 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
|
| D | DenseBase.h | 275 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
|
| D | MatrixBase.h | 139 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
|
| D | TriangularMatrix.h | 90 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/ |
| D | calculator.js | 157 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/ |
| D | AutoDiffVector.h | 55 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
|
| D | AutoDiffJacobian.h | 57 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/ |
| D | CommonCwiseBinaryOps.h | 50 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/ |
| D | SparseMatrixBase.h | 55 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/ |
| D | profile_database.h | 42 const ProfileDatabase &operator=(const ProfileDatabase &); variable
|
| /applications/standard/contacts_data/dataBusiness/voicemail/include/ |
| D | voicemail_database.h | 50 const VoiceMailDataBase &operator=(const VoiceMailDataBase &); variable
|
| /applications/standard/contacts_data/dataBusiness/calllog/include/ |
| D | calllog_database.h | 54 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/ |
| D | NullaryFunctors.h | 21 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Scalar operator() () const { return m_other; } in operator() function
|