Searched refs:ArithmeticPromotion (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/base/numerics/
H A Dsafe_math.h197 CheckedNumeric<typename ArithmeticPromotion<T>::type> operator OP( \
199 typedef typename ArithmeticPromotion<T>::type Promotion; \
224 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
226 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
236 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
238 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
247 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
249 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
H A Dsafe_math_impl.h62 // support 128-bit math, then the ArithmeticPromotion template below will need
467 struct ArithmeticPromotion;
470 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> { struct in namespace:base::internal
475 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> { struct in namespace:base::internal
480 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> { struct in namespace:base::internal
/external/chromium_org/v8/src/base/
H A Dsafe_math.h201 CheckedNumeric<typename ArithmeticPromotion<T>::type> operator OP( \
203 typedef typename ArithmeticPromotion<T>::type Promotion; \
228 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
230 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
240 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
242 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
251 CheckedNumeric<typename ArithmeticPromotion<T, Src>::type> operator OP( \
253 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
H A Dsafe_math_impl.h92 // support 128-bit math, then the ArithmeticPromotion template below will need
495 struct ArithmeticPromotion;
498 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> { struct in namespace:v8::base::internal
503 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> { struct in namespace:v8::base::internal
508 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> { struct in namespace:v8::base::internal

Completed in 361 milliseconds