Searched defs:CheckedMulFastOp (Results 1 – 10 of 10) sorted by relevance
| /external/libchrome/base/numerics/ |
| D | safe_math_shared_impl.h | 59 struct CheckedMulFastOp { struct 60 static const bool is_supported = false; 62 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 88 struct CheckedMulFastOp { struct 94 static const bool is_supported = 103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|
| /external/pdfium/third_party/base/numerics/ |
| D | safe_math_shared_impl.h | 64 struct CheckedMulFastOp { struct 65 static const bool is_supported = false; 67 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 89 struct CheckedMulFastOp { struct 95 static const bool is_supported = 104 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
| D | safe_math_shared_impl.h | 62 struct CheckedMulFastOp { struct 63 static const bool is_supported = false; 65 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 87 struct CheckedMulFastOp { struct 93 static const bool is_supported = 102 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|
| /external/angle/src/common/base/anglebase/numerics/ |
| D | safe_math_shared_impl.h | 69 struct CheckedMulFastOp struct 71 static const bool is_supported = false; 73 static constexpr bool Do(T, U, V *) in Do()
|
| D | safe_math_clang_gcc_impl.h | 104 struct CheckedMulFastOp struct 111 static const bool is_supported = (IsTypeInRangeForNumericType<intptr_t, T>::value && 119 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()
|
| /external/cronet/base/numerics/ |
| D | safe_math_shared_impl.h | 63 struct CheckedMulFastOp { struct 64 static const bool is_supported = false; 66 static constexpr bool Do(T, U, V*) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 88 struct CheckedMulFastOp { struct 94 static const bool is_supported = 103 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
|