Lines Matching refs:helpers
42 namespace helpers {
148 return helpers::doAdd(lhs, rhs);
160 return helpers::doSub(lhs, rhs);
171 return helpers::doMulScalar(lhs, rhs);
182 return helpers::doScalarMul(lhs, rhs);
337 helpers::doAssign(*this, rhs);
366 return helpers::doAssign(*this, rhs);
386 return helpers::doAdd(lhs, rhs);
389 return helpers::doSub(lhs, rhs);
392 return helpers::doMulScalar(lhs, v);
395 return helpers::doScalarMul(v, rhs);