Searched defs:ClampedSubFastAsmOp (Results  1 – 10 of 10) sorted by relevance
| /external/pdfium/third_party/base/numerics/ | 
| D | safe_math_arm_impl.h | 74 struct ClampedSubFastAsmOp {  struct 75   static const bool is_supported = 82   __attribute__((always_inline)) static V Do(T x, U y) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 49 struct ClampedSubFastAsmOp {  struct 50   static const bool is_supported = false; 52   static constexpr V Do(T, U) {  in Do()
  | 
| /external/cronet/base/numerics/ | 
| D | safe_math_arm_impl.h | 73 struct ClampedSubFastAsmOp {  struct 74   static const bool is_supported = 81   __attribute__((always_inline)) static V Do(T x, U y) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 48 struct ClampedSubFastAsmOp {  struct 49   static const bool is_supported = false; 51   static constexpr V Do(T, U) {  in Do()
  | 
| /external/angle/src/common/base/anglebase/numerics/ | 
| D | safe_math_arm_impl.h | 77 struct ClampedSubFastAsmOp  struct 79     static const bool is_supported = 84     __attribute__((always_inline)) static V Do(T x, U y)  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 56 struct ClampedSubFastAsmOp  struct 58     static const bool is_supported = false; 60     static constexpr V Do(T, U)  in Do()
  | 
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/ | 
| D | safe_math_arm_impl.h | 72 struct ClampedSubFastAsmOp {  struct 73   static const bool is_supported = 80   __attribute__((always_inline)) static V Do(T x, U y) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 47 struct ClampedSubFastAsmOp {  struct 48   static const bool is_supported = false; 50   static constexpr V Do(T, U) {  in Do()
  | 
| /external/libchrome/base/numerics/ | 
| D | safe_math_arm_impl.h | 71 struct ClampedSubFastAsmOp {  struct 72   static const bool is_supported = 79   __attribute__((always_inline)) static V Do(T x, U y) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 48 struct ClampedSubFastAsmOp {  struct 49   static const bool is_supported = false; 51   static constexpr V Do(T, U) {  in Do()
  |