Searched defs:ClampedMulFastOp (Results 1 – 2 of 2) sorted by relevance
89 struct ClampedMulFastOp { struct90 static const bool is_supported = false;92 static constexpr V Do(T, U) { in Do()
129 struct ClampedMulFastOp { struct130 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported;132 __attribute__((always_inline)) static V Do(T x, U y) { in Do()