Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h111 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.h69 struct ClampedAddFastOp { struct