Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h79 struct ClampedSubFastOp { struct
80 static const bool is_supported = false;
82 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h120 struct ClampedSubFastOp { struct
121 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
123 __attribute__((always_inline)) static V Do(T x, U y) { in Do()