Searched defs:ArithmeticPromotion (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/numerics/
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_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 139 milliseconds