Searched defs:ClampedNegFastOp (Results 1 – 2 of 2) sorted by relevance
99 struct ClampedNegFastOp { struct100 static const bool is_supported = false;101 static constexpr T Do(T) { in Do()
138 struct ClampedNegFastOp { struct139 static const bool is_supported = std::is_signed<T>::value;140 __attribute__((always_inline)) static T Do(T value) { in Do()