Home
last modified time | relevance | path

Searched defs:ClampedAddFastOp (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h69 struct ClampedAddFastOp { struct
70 static const bool is_supported = false;
72 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h111 struct ClampedAddFastOp { struct
112 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
114 __attribute__((always_inline)) static V Do(T x, U y) { in Do()