Searched defs:ClampedAddFastOp (Results 1 – 4 of 4) sorted by relevance
68 struct ClampedAddFastOp { struct69 static const bool is_supported = false;71 static constexpr V Do(T, U) { in Do()
106 struct ClampedAddFastOp { struct107 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;109 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
81 struct ClampedAddFastOp struct83 static const bool is_supported = false;85 static constexpr V Do(T, U) in Do()
127 struct ClampedAddFastOp struct129 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;131 __attribute__((always_inline)) static V Do(T x, U y) in Do()