Searched refs:ClampedSubFastOp (Results 1 – 3 of 3) sorted by relevance
120 struct ClampedSubFastOp { struct150 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
109 if (ClampedSubFastOp<T, U>::is_supported)110 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
79 struct ClampedSubFastOp { struct