Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h89 struct ClampedMulFastOp { struct
90 static const bool is_supported = false;
92 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h129 struct ClampedMulFastOp { struct
130 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported;
132 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/external/pdfium/third_party/base/numerics/
Dsafe_math_shared_impl.h94 struct ClampedMulFastOp { struct
95 static const bool is_supported = false;
97 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h130 struct ClampedMulFastOp { struct
131 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported;
133 __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.h92 struct ClampedMulFastOp { struct
93 static const bool is_supported = false;
95 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h128 struct ClampedMulFastOp { struct
129 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported;
131 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
/external/angle/src/common/base/anglebase/numerics/
Dsafe_math_shared_impl.h105 struct ClampedMulFastOp struct
107 static const bool is_supported = false;
109 static constexpr V Do(T, U) in Do()
Dsafe_math_clang_gcc_impl.h149 struct ClampedMulFastOp struct
151 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported;
153 __attribute__((always_inline)) static V Do(T x, U y) in Do()
/external/cronet/base/numerics/
Dsafe_math_shared_impl.h93 struct ClampedMulFastOp { struct
94 static const bool is_supported = false;
96 static constexpr V Do(T, U) { in Do()
Dsafe_math_clang_gcc_impl.h129 struct ClampedMulFastOp { struct
130 static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported;
132 __attribute__((always_inline)) static V Do(T x, U y) { in Do()