Home | History | Annotate | Download | only in sensorservice

Lines Matching defs:helpers

30 namespace helpers {
119 }; // namespace helpers
149 helpers::doAssign(*this, rhs);
166 return helpers::doAssign(*this, rhs);
173 return helpers::doAdd(
178 return helpers::doSub(
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);
270 mat(const TYPE& rhs) { helpers::doAssign(*this, rhs); }
273 mat& operator=(const TYPE& rhs) { return helpers::doAssign(*this, rhs); }