Searched defs:ClampedSubFastOp (Results 1 – 10 of 10) sorted by relevance
| /external/libchrome/base/numerics/ |
| D | safe_math_shared_impl.h | 79 struct ClampedSubFastOp { struct 80 static const bool is_supported = false; 82 static constexpr V Do(T, U) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 120 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/ |
| D | safe_math_shared_impl.h | 84 struct ClampedSubFastOp { struct 85 static const bool is_supported = false; 87 static constexpr V Do(T, U) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 121 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/ |
| D | safe_math_shared_impl.h | 82 struct ClampedSubFastOp { struct 83 static const bool is_supported = false; 85 static constexpr V Do(T, U) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 119 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/ |
| D | safe_math_shared_impl.h | 93 struct ClampedSubFastOp struct 95 static const bool is_supported = false; 97 static constexpr V Do(T, U) in Do()
|
| D | safe_math_clang_gcc_impl.h | 138 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/ |
| D | safe_math_shared_impl.h | 83 struct ClampedSubFastOp { struct 84 static const bool is_supported = false; 86 static constexpr V Do(T, U) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 120 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()
|