Searched refs:PURE (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/services/sensorservice/
H A Dvec.h29 #define PURE __attribute__((pure)) macro
67 VLHS<TYPE, SIZE> PURE doAdd(
82 VLHS<TYPE, SIZE> PURE doSub(
96 VEC<TYPE, SIZE> PURE doMulScalar(
110 VEC<TYPE, SIZE> PURE doScalarMul(
145 inline VLHS<TYPE, SIZE> PURE operator + (
157 inline VLHS<TYPE, SIZE> PURE operator - (
168 inline VEC<TYPE, SIZE> PURE operator * (
179 inline VEC<TYPE, SIZE> PURE operator * (
192 TYPE PURE dot_produc
[all...]
H A Dmat.h43 mat<TYPE, C, R> PURE doMul(
61 vec<TYPE, R> PURE doMul(
77 mat<TYPE, C, R> PURE doMul(
91 mat<TYPE, C, R> PURE doMul(
105 mat<TYPE, C, R> PURE doMul(
172 friend inline mat PURE operator + (const mat& lhs, const mat& rhs) {
177 friend inline mat PURE operator - (const mat& lhs, const mat& rhs) {
185 friend mat PURE operator * (
192 friend vec<TYPE, R> PURE operator * (
198 friend mat PURE operato
[all...]

Completed in 36 milliseconds