Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h69 struct ClampedAddFastOp { struct
70 static const bool is_supported = false;
72 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h111 struct ClampedAddFastOp { struct
112 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
114 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/external/pdfium/third_party/base/numerics/
Dsafe_math_shared_impl.h74 struct ClampedAddFastOp { struct
75 static const bool is_supported = false;
77 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h112 struct ClampedAddFastOp { struct
113 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
115 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/
Dsafe_math_shared_impl.h72 struct ClampedAddFastOp { struct
73 static const bool is_supported = false;
75 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h110 struct ClampedAddFastOp { struct
111 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
113 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/external/angle/src/common/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()
/external/cronet/base/numerics/
Dsafe_math_shared_impl.h73 struct ClampedAddFastOp { struct
74 static const bool is_supported = false;
76 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h111 struct ClampedAddFastOp { struct
112 static const bool is_supported = ClampedAddFastAsmOp<T, U>::is_supported;
114 __attribute__((always_inline)) static V Do(T x, U y) { in Do()