Searched defs:ClampedMulFastOp (Results  1 – 10 of 10) sorted by relevance
| /external/libchrome/base/numerics/ | 
| D | safe_math_shared_impl.h | 89 struct ClampedMulFastOp {  struct 90   static const bool is_supported = false; 92   static constexpr V Do(T, U) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 129 struct ClampedMulFastOp {  struct 130   static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; 132   __attribute__((always_inline)) static V Do(T x, U y) {  in Do()
  | 
| /external/pdfium/third_party/base/numerics/ | 
| D | safe_math_shared_impl.h | 94 struct ClampedMulFastOp {  struct 95   static const bool is_supported = false; 97   static constexpr V Do(T, U) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 130 struct ClampedMulFastOp {  struct 131   static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; 133   __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 | 92 struct ClampedMulFastOp {  struct 93   static const bool is_supported = false; 95   static constexpr V Do(T, U) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 128 struct ClampedMulFastOp {  struct 129   static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; 131   __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 | 105 struct ClampedMulFastOp  struct 107     static const bool is_supported = false; 109     static constexpr V Do(T, U)  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 149 struct ClampedMulFastOp  struct 151     static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; 153     __attribute__((always_inline)) static V Do(T x, U y)  in Do()
  | 
| /external/cronet/base/numerics/ | 
| D | safe_math_shared_impl.h | 93 struct ClampedMulFastOp {  struct 94   static const bool is_supported = false; 96   static constexpr V Do(T, U) {  in Do()
  | 
| D | safe_math_clang_gcc_impl.h | 129 struct ClampedMulFastOp {  struct 130   static const bool is_supported = ClampedMulFastAsmOp<T, U>::is_supported; 132   __attribute__((always_inline)) static V Do(T x, U y) {  in Do()
  |