/external/libchrome/base/numerics/ |
D | safe_math_shared_impl.h | 99 struct ClampedNegFastOp { struct 100 static const bool is_supported = false; 101 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 138 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/ |
D | safe_math_shared_impl.h | 101 struct ClampedNegFastOp { struct 102 static const bool is_supported = false; 103 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 137 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/ |
D | safe_math_shared_impl.h | 101 struct ClampedNegFastOp { struct 102 static const bool is_supported = false; 103 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 137 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/ |
D | safe_math_shared_impl.h | 103 struct ClampedNegFastOp { struct 104 static const bool is_supported = false; 105 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 138 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/ |
D | safe_math_shared_impl.h | 98 struct ClampedNegFastOp { struct 99 static const bool is_supported = false; 100 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 140 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/ |
D | safe_math_shared_impl.h | 98 struct ClampedNegFastOp { struct 99 static const bool is_supported = false; 100 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 140 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/ |
D | safe_math_shared_impl.h | 117 struct ClampedNegFastOp struct 119 static const bool is_supported = false; 120 static constexpr T Do(T) in Do()
|
D | safe_math_clang_gcc_impl.h | 160 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/ |
D | safe_math_shared_impl.h | 104 struct ClampedNegFastOp { struct 105 static const bool is_supported = false; 106 static constexpr T Do(T) { in Do()
|
D | safe_math_clang_gcc_impl.h | 139 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()
|