Home
last modified time | relevance | path

Searched defs:front (Results 1 – 3 of 3) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/util/
DEmulateArray.h29 EIGEN_STRONG_INLINE T& front() { return values[0]; } in front() function
31 EIGEN_STRONG_INLINE const T& front() const { return values[0]; } in front() function
145 EIGEN_STRONG_INLINE T& front() { in front() function
150 EIGEN_STRONG_INLINE const T& front() const { in front() function
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/Eigen/CXX11/src/ThreadPool/
DRunQueue.h55 unsigned front = front_.load(std::memory_order_relaxed); in PushFront() local
70 unsigned front = front_.load(std::memory_order_relaxed); in PopFront() local
160 unsigned front = front_.load(std::memory_order_acquire); in Size() local
/applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/include/
Dcamera.h65 Vector3 front = {0, 0, 0}; in updateCameraVectors() local