Searched refs:pTYPE (Results 1 – 2 of 2) sorted by relevance
302 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) {
125 typedef typename TypeTraits<TYPE>::ParameterType pTYPE; typedef148 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) {