Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h99 struct ClampedNegFastOp { struct
100 static const bool is_supported = false;
101 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h138 struct ClampedNegFastOp { struct
139 static const bool is_supported = std::is_signed<T>::value;
140 __attribute__((always_inline)) static T Do(T value) { in Do()