Searched defs:ClampedNegFastOp (Results 1 – 10 of 10) 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()
104 struct ClampedNegFastOp { struct105 static const bool is_supported = false;106 static constexpr T Do(T) { in Do()
139 struct ClampedNegFastOp { struct140 static const bool is_supported = std::is_signed<T>::value;141 __attribute__((always_inline)) static T Do(T value) { in Do()
102 struct ClampedNegFastOp { struct103 static const bool is_supported = false;104 static constexpr T Do(T) { in Do()
137 struct ClampedNegFastOp { struct138 static const bool is_supported = std::is_signed<T>::value;139 __attribute__((always_inline)) static T Do(T value) { in Do()
117 struct ClampedNegFastOp struct119 static const bool is_supported = false;120 static constexpr T Do(T) in Do()
160 struct ClampedNegFastOp struct162 static const bool is_supported = std::is_signed<T>::value;163 __attribute__((always_inline)) static T Do(T value) in Do()
103 struct ClampedNegFastOp { struct104 static const bool is_supported = false;105 static constexpr T Do(T) { in Do()