Home | History | Annotate | Download | only in tests

Lines Matching defs:MUL

1695 template<class T> INLINE T MUL(const T &a, const T&b) { return a * b; }
1704 BinaryOpOriginTest<S4>(MUL<S4>);