Home
last modified time | relevance | path

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

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h99 struct ClampedNegFastOp { struct
100 static const bool is_supported = false;
101 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h138 struct ClampedNegFastOp { struct
139 static const bool is_supported = std::is_signed<T>::value;
140 __attribute__((always_inline)) static T Do(T value) { in Do()
/external/pdfium/third_party/base/numerics/
Dsafe_math_shared_impl.h104 struct ClampedNegFastOp { struct
105 static const bool is_supported = false;
106 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h139 struct ClampedNegFastOp { struct
140 static const bool is_supported = std::is_signed<T>::value;
141 __attribute__((always_inline)) static T Do(T value) { in Do()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/
Dsafe_math_shared_impl.h102 struct ClampedNegFastOp { struct
103 static const bool is_supported = false;
104 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h137 struct ClampedNegFastOp { struct
138 static const bool is_supported = std::is_signed<T>::value;
139 __attribute__((always_inline)) static T Do(T value) { in Do()
/external/angle/src/common/base/anglebase/numerics/
Dsafe_math_shared_impl.h117 struct ClampedNegFastOp struct
119 static const bool is_supported = false;
120 static constexpr T Do(T) in Do()
Dsafe_math_clang_gcc_impl.h160 struct ClampedNegFastOp struct
162 static const bool is_supported = std::is_signed<T>::value;
163 __attribute__((always_inline)) static T Do(T value) in Do()
/external/cronet/base/numerics/
Dsafe_math_shared_impl.h103 struct ClampedNegFastOp { struct
104 static const bool is_supported = false;
105 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h138 struct ClampedNegFastOp { struct
139 static const bool is_supported = std::is_signed<T>::value;
140 __attribute__((always_inline)) static T Do(T value) { in Do()