Lines Matching refs:Do
43 static constexpr Dst Do(Src) {
56 static constexpr bool Do(Src value) {
72 static constexpr bool Do(Src value) {
89 static constexpr bool Do(Src value) {
102 ? internal::IsValueInRangeFastOp<Dst, SrcType>::Do(
166 static constexpr Dst Do(Src value) {
179 static constexpr Dst Do(Src value) {
180 return SaturateFastAsmOp<Dst, Src>::Do(value);
191 static constexpr Dst Do(Src value) {
193 // optimization heuristics across compilers. Do not change without
217 ? SaturateFastOp<Dst, SrcType>::Do(static_cast<SrcType>(value))