Searched defs:ClampedMulFastAsmOp (Results 1 – 2 of 2) sorted by relevance
97 struct ClampedMulFastAsmOp { struct98 static const bool is_supported = CheckedMulFastAsmOp<T, U>::is_supported;101 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
58 struct ClampedMulFastAsmOp { struct59 static const bool is_supported = false;61 static constexpr V Do(T, U) { in Do()