Searched refs:CheckedSubOp (Results 1 - 6 of 6) sorted by relevance
/third_party/gn/src/base/numerics/ |
H A D | checked_math_impl.h | 102 struct CheckedSubOp {}; struct 105 struct CheckedSubOp<T, struct
|
H A D | checked_math.h | 255 bool success = CheckedSubOp<T, T>::Do(T(0), state_.value(), &result); in FastRuntimeNegate()
|
H A D | clamped_math_impl.h | 118 return BASE_NUMERICS_LIKELY((CheckedSubOp<T, U>::Do(x, y, &result))) in Do()
|
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/numerics/ |
H A D | checked_math_impl.h | 117 struct CheckedSubOp struct 121 struct CheckedSubOp< struct
|
H A D | checked_math.h | 252 const bool success = CheckedSubOp<T, T>::Do(T(0), state_.value(), &result); in FastRuntimeNegate()
|
H A D | clamped_math_impl.h | 125 return BASE_NUMERICS_LIKELY((CheckedSubOp<T, U>::Do(x, y, &result))) ? result : saturated; in Do()
|
Completed in 5 milliseconds