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

  /external/pdfium/third_party/base/numerics/
safe_math_impl.h 63 // support 128-bit math, then the ArithmeticPromotion template below will need
471 struct ArithmeticPromotion;
474 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> {
479 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> {
484 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> {
  /external/libchrome/base/numerics/
safe_math_impl.h 63 // support 128-bit math, then the ArithmeticPromotion template below will need
510 struct ArithmeticPromotion;
513 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> {
518 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> {
523 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> {
  /external/libweave/third_party/chromium/base/numerics/
safe_math_impl.h 62 // support 128-bit math, then the ArithmeticPromotion template below will need
509 struct ArithmeticPromotion;
512 struct ArithmeticPromotion<Lhs, Rhs, LEFT_PROMOTION> {
517 struct ArithmeticPromotion<Lhs, Rhs, RIGHT_PROMOTION> {
522 struct ArithmeticPromotion<Lhs, Rhs, DEFAULT_PROMOTION> {
  /external/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 5894 milliseconds