Home
last modified time | relevance | path

Searched defs:ClampedSubFastOp (Results 1 – 10 of 10) 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/pdfium/third_party/base/numerics/
Dsafe_math_shared_impl.h84 struct ClampedSubFastOp { struct
85 static const bool is_supported = false;
87 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h121 struct ClampedSubFastOp { struct
122 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
124 __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.h82 struct ClampedSubFastOp { struct
83 static const bool is_supported = false;
85 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h119 struct ClampedSubFastOp { struct
120 static const bool is_supported = ClampedSubFastAsmOp<T, U>::is_supported;
122 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/external/angle/src/common/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()
/external/cronet/base/numerics/
Dsafe_math_shared_impl.h83 struct ClampedSubFastOp { struct
84 static const bool is_supported = false;
86 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()