Searched defs:CheckedMulFastAsmOp (Results 1 – 10 of 10) sorted by relevance
| /external/pdfium/third_party/base/numerics/ |
| D | safe_math_arm_impl.h | 18 struct CheckedMulFastAsmOp { struct 19 static const bool is_supported = 35 static constexpr bool Do(T x, U y, V* result) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 29 struct CheckedMulFastAsmOp { struct 30 static const bool is_supported = false; 32 static constexpr bool Do(T, U, V*) { in Do()
|
| /external/cronet/base/numerics/ |
| D | safe_math_arm_impl.h | 17 struct CheckedMulFastAsmOp { struct 18 static const bool is_supported = 34 static constexpr bool Do(T x, U y, V* result) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 28 struct CheckedMulFastAsmOp { struct 29 static const bool is_supported = false; 31 static constexpr bool Do(T, U, V*) { in Do()
|
| /external/angle/src/common/base/anglebase/numerics/ |
| D | safe_math_arm_impl.h | 21 struct CheckedMulFastAsmOp struct 23 static const bool is_supported = FastIntegerArithmeticPromotion<T, U>::is_contained; 37 __attribute__((always_inline)) static bool Do(T x, U y, V *result) in Do()
|
| D | safe_math_clang_gcc_impl.h | 32 struct CheckedMulFastAsmOp struct 34 static const bool is_supported = false; 36 static constexpr bool Do(T, U, V *) in Do()
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
| D | safe_math_arm_impl.h | 16 struct CheckedMulFastAsmOp { struct 17 static const bool is_supported = 33 static constexpr bool Do(T x, U y, V* result) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 27 struct CheckedMulFastAsmOp { struct 28 static const bool is_supported = false; 30 static constexpr bool Do(T, U, V*) { in Do()
|
| /external/libchrome/base/numerics/ |
| D | safe_math_arm_impl.h | 18 struct CheckedMulFastAsmOp { struct 19 static const bool is_supported = 34 __attribute__((always_inline)) static bool Do(T x, U y, V* result) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 28 struct CheckedMulFastAsmOp { struct 29 static const bool is_supported = false; 31 static constexpr bool Do(T, U, V*) { in Do()
|