Home
last modified time | relevance | path

Searched refs:pTYPE (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
Dvec.h302 typedef typename TypeTraits<TYPE>::ParameterType pTYPE;
330 vec(pTYPE rhs) { // NOLINT(google-explicit-constructor)
358 vec& operator = (pTYPE rhs) {
374 vec& operator *= (pTYPE rhs);
391 friend inline vec PURE operator * (const vec& lhs, pTYPE v) {
394 friend inline vec PURE operator * (pTYPE v, const vec& rhs) {
421 vec<TYPE, SIZE>& vec<TYPE, SIZE>::operator *= (vec<TYPE, SIZE>::pTYPE rhs) {
Dmat.h125 typedef typename TypeTraits<TYPE>::ParameterType pTYPE; typedef
148 mat(pTYPE rhs) { // NOLINT(google-explicit-constructor) in mat()
165 mat& operator=(pTYPE rhs) {
204 friend inline mat PURE operator * (const mat& lhs, pTYPE v) {
209 friend inline mat PURE operator * (pTYPE v, const mat& rhs) {