Home
last modified time | relevance | path

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

/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h78 struct ClampedSubFastOp { struct
79 static const bool is_supported = false;
81 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h115 struct ClampedSubFastOp { struct
116 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
118 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/third_party/skia/third_party/externals/angle2/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()