Searched defs:ClampedSubFastOp (Results 1 – 4 of 4) sorted by relevance
78 struct ClampedSubFastOp { struct79 static const bool is_supported = false;81 static constexpr V Do(T, U) { in Do()
115 struct ClampedSubFastOp { struct116 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;118 __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()