Home
last modified time | relevance | path

Searched refs:ClampedAddFastOp (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.h127 struct ClampedAddFastOp struct
Dclamped_math_impl.h88 if (ClampedAddFastOp<T, U>::is_supported)
89 return ClampedAddFastOp<T, U>::template Do<V>(x, y);
Dsafe_math_shared_impl.h81 struct ClampedAddFastOp struct
/third_party/gn/src/base/numerics/
Dsafe_math_clang_gcc_impl.h106 struct ClampedAddFastOp { struct
Dclamped_math_impl.h82 if (ClampedAddFastOp<T, U>::is_supported)
83 return ClampedAddFastOp<T, U>::template Do<V>(x, y);
Dsafe_math_shared_impl.h68 struct ClampedAddFastOp { struct