Searched refs:doMul (Results 1 – 1 of 1) sorted by relevance
/frameworks/native/services/sensorservice/ |
D | mat.h | 43 mat<TYPE, C, R> PURE doMul( in doMul() function 61 vec<TYPE, R> PURE doMul( in doMul() function 77 mat<TYPE, C, R> PURE doMul( in doMul() function 91 mat<TYPE, C, R> PURE doMul( in doMul() function 105 mat<TYPE, C, R> PURE doMul( in doMul() function 188 return helpers::doMul(lhs, rhs); 194 return helpers::doMul(lhs, rhs); 200 return helpers::doMul(lhs, rhs); 205 return helpers::doMul(lhs, v); 210 return helpers::doMul(v, rhs);
|