Searched defs:ClampedSubFastOp (Results 1 – 4 of 4) 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()
93 struct ClampedSubFastOp struct95 static const bool is_supported = false;97 static constexpr V Do(T, U) in Do()
138 struct ClampedSubFastOp struct140 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;142 __attribute__((always_inline)) static V Do(T x, U y) in Do()