Home
last modified time | relevance | path

Searched defs:ClampedNegFastOp (Results 1 – 16 of 16) 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/cronet/stable/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
Dsafe_math_shared_impl.h101 struct ClampedNegFastOp { struct
102 static const bool is_supported = false;
103 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_v<T>;
139 __attribute__((always_inline)) static T Do(T value) { in Do()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
Dsafe_math_shared_impl.h101 struct ClampedNegFastOp { struct
102 static const bool is_supported = false;
103 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_v<T>;
139 __attribute__((always_inline)) static T Do(T value) { in Do()
/external/pdfium/core/fxcrt/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()
/external/cronet/tot/base/numerics/
Dsafe_math_shared_impl.h98 struct ClampedNegFastOp { struct
99 static const bool is_supported = false;
100 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h140 struct ClampedNegFastOp { struct
141 static const bool is_supported = std::is_signed_v<T>;
142 __attribute__((always_inline)) static T Do(T value) { in Do()
/external/cronet/stable/base/numerics/
Dsafe_math_shared_impl.h98 struct ClampedNegFastOp { struct
99 static const bool is_supported = false;
100 static constexpr T Do(T) { in Do()
Dsafe_math_clang_gcc_impl.h140 struct ClampedNegFastOp { struct
141 static const bool is_supported = std::is_signed_v<T>;
142 __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/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()