Searched defs:ClampedAddFastAsmOp (Results 1 – 10 of 10) sorted by relevance
| /external/pdfium/third_party/base/numerics/ |
| D | safe_math_arm_impl.h | 48 struct ClampedAddFastAsmOp { struct 49 static const bool is_supported = 56 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 39 struct ClampedAddFastAsmOp { struct 40 static const bool is_supported = false; 42 static constexpr V Do(T, U) { in Do()
|
| /external/cronet/base/numerics/ |
| D | safe_math_arm_impl.h | 47 struct ClampedAddFastAsmOp { struct 48 static const bool is_supported = 55 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 38 struct ClampedAddFastAsmOp { struct 39 static const bool is_supported = false; 41 static constexpr V Do(T, U) { in Do()
|
| /external/angle/src/common/base/anglebase/numerics/ |
| D | safe_math_arm_impl.h | 51 struct ClampedAddFastAsmOp struct 53 static const bool is_supported = 58 __attribute__((always_inline)) static V Do(T x, U y) in Do()
|
| D | safe_math_clang_gcc_impl.h | 44 struct ClampedAddFastAsmOp struct 46 static const bool is_supported = false; 48 static constexpr V Do(T, U) in Do()
|
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ |
| D | safe_math_arm_impl.h | 46 struct ClampedAddFastAsmOp { struct 47 static const bool is_supported = 54 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 37 struct ClampedAddFastAsmOp { struct 38 static const bool is_supported = false; 40 static constexpr V Do(T, U) { in Do()
|
| /external/libchrome/base/numerics/ |
| D | safe_math_arm_impl.h | 45 struct ClampedAddFastAsmOp { struct 46 static const bool is_supported = 53 __attribute__((always_inline)) static V Do(T x, U y) { in Do()
|
| D | safe_math_clang_gcc_impl.h | 38 struct ClampedAddFastAsmOp { struct 39 static const bool is_supported = false; 41 static constexpr V Do(T, U) { in Do()
|