Home
last modified time | relevance | path

Searched refs:ClampedSubFastAsmOp (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_clang_gcc_impl.h56 struct ClampedSubFastAsmOp struct
140 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
144 return ClampedSubFastAsmOp<T, U>::template Do<V>(x, y); in Do()
166 if (!ClampedSubFastAsmOp<T, T>::is_supported) in Do()
Dsafe_math_arm_impl.h77 struct ClampedSubFastAsmOp struct
/third_party/gn/src/base/numerics/
Dsafe_math_clang_gcc_impl.h43 struct ClampedSubFastAsmOp { struct
116 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
119 return ClampedSubFastAsmOp<T, U>::template Do<V>(x, y); in Do()
137 if (!ClampedSubFastAsmOp<T, T>::is_supported) { in Do()