Home
last modified time | relevance | path

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

/third_party/gn/src/base/numerics/
Dsafe_math_shared_impl.h68 struct ClampedAddFastOp { struct
69 static const bool is_supported = false;
71 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h106 struct ClampedAddFastOp { struct
107 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
109 __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.h81 struct ClampedAddFastOp struct
83 static const bool is_supported = false;
85 static constexpr V Do(T, U) in Do()
Dsafe_math_clang_gcc_impl.h127 struct ClampedAddFastOp struct
129 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
131 __attribute__((always_inline)) static V Do(T x, U y) in Do()