Searched defs:ClampedSubFastOp (Results 1 – 2 of 2) sorted by relevance
79 struct ClampedSubFastOp { struct80 static const bool is_supported = false;82 static constexpr V Do(T, U) { in Do()
120 struct ClampedSubFastOp { struct121 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;123 __attribute__((always_inline)) static V Do(T x, U y) { in Do()