Home
last modified time | relevance | path

Searched defs:ClampedSubFastOp (Results 1 – 4 of 4) 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()
/external/angle/src/common/third_party/base/anglebase/numerics/
Dsafe_math_shared_impl.h93 struct ClampedSubFastOp struct
95 static const bool is_supported = false;
97 static constexpr V Do(T, U) in Do()
Dsafe_math_clang_gcc_impl.h138 struct ClampedSubFastOp struct
140 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
142 __attribute__((always_inline)) static V Do(T x, U y) in Do()