Home
last modified time | relevance | path

Searched refs:ClampedSubFastOp (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/
Dsafe_math_clang_gcc_impl.h138 struct ClampedSubFastOp struct
174 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
Dclamped_math_impl.h116 if (ClampedSubFastOp<T, U>::is_supported)
117 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
Dsafe_math_shared_impl.h93 struct ClampedSubFastOp struct
/third_party/gn/src/base/numerics/
Dsafe_math_clang_gcc_impl.h115 struct ClampedSubFastOp { struct
145 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
Dclamped_math_impl.h109 if (ClampedSubFastOp<T, U>::is_supported)
110 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
Dsafe_math_shared_impl.h78 struct ClampedSubFastOp { struct