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/ |
D | safe_math_clang_gcc_impl.h | 138 struct ClampedSubFastOp struct 174 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
|
D | clamped_math_impl.h | 116 if (ClampedSubFastOp<T, U>::is_supported) 117 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
|
D | safe_math_shared_impl.h | 93 struct ClampedSubFastOp struct
|
/third_party/gn/src/base/numerics/ |
D | safe_math_clang_gcc_impl.h | 115 struct ClampedSubFastOp { struct 145 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
|
D | clamped_math_impl.h | 109 if (ClampedSubFastOp<T, U>::is_supported) 110 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
|
D | safe_math_shared_impl.h | 78 struct ClampedSubFastOp { struct
|