HomeSort by relevance Sort by last modified time
    Searched defs:ArithmeticPromotion (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/numerics/
safe_math_impl.h 62 // support 128-bit math, then the ArithmeticPromotion template below will need
467 struct ArithmeticPromotion;
470 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> {
475 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> {
480 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> {
  /external/chromium_org/v8/src/base/
safe_math_impl.h 92 // support 128-bit math, then the ArithmeticPromotion template below will need
495 struct ArithmeticPromotion;
498 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> {
503 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> {
508 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> {

Completed in 611 milliseconds