Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h120 struct ClampedSubFastOp { struct
150 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.h79 struct ClampedSubFastOp { struct