HomeSort by relevance Sort by last modified time
    Searched refs:Promotion (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/base/numerics/
safe_math.h 199 typedef typename ArithmeticPromotion<T>::type Promotion; \
203 if (IsIntegerArithmeticSafe<Promotion, T, T>::value) \
204 return CheckedNumeric<Promotion>( \
208 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
209 static_cast<Promotion>(rhs.ValueUnsafe()), \
211 return CheckedNumeric<Promotion>( \
226 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
227 if (IsIntegerArithmeticSafe<Promotion, T, Src>::value) \
228 return CheckedNumeric<Promotion>( \
231 return CheckedNumeric<Promotion>::cast(lhs)
    [all...]
safe_math_impl.h 25 // Integer promotion templates used by the portable checked integer arithmetic.
450 // The following template specializations implement that promotion logic.
459 ArithmeticPromotionCategory Promotion =
  /external/chromium_org/v8/src/base/
safe_math.h 203 typedef typename ArithmeticPromotion<T>::type Promotion; \
207 if (IsIntegerArithmeticSafe<Promotion, T, T>::value) \
208 return CheckedNumeric<Promotion>( \
212 T result = Checked##NAME(static_cast<Promotion>(lhs.ValueUnsafe()), \
213 static_cast<Promotion>(rhs.ValueUnsafe()), \
215 return CheckedNumeric<Promotion>( \
230 typedef typename ArithmeticPromotion<T, Src>::type Promotion; \
231 if (IsIntegerArithmeticSafe<Promotion, T, Src>::value) \
232 return CheckedNumeric<Promotion>( \
235 return CheckedNumeric<Promotion>::cast(lhs)
    [all...]
safe_math_impl.h 55 // Integer promotion templates used by the portable checked integer arithmetic.
478 // The following template specializations implement that promotion logic.
487 ArithmeticPromotionCategory Promotion =
  /external/chromium_org/v8/test/cctest/
test-mark-compact.cc 77 TEST(Promotion) {
119 // Simulate a full old space to make promotion fail.
  /frameworks/base/docs/html/
gms_navtree_data.js 27 , null ], [ "com.google.android.gms.analytics.ecommerce", "reference/com/google/android/gms/analytics/ecommerce/package-summary.html", [ [ "Classes", null, [ [ "Product", "reference/com/google/android/gms/analytics/ecommerce/Product.html", null, null ], [ "ProductAction", "reference/com/google/android/gms/analytics/ecommerce/ProductAction.html", null, null ], [ "Promotion", "reference/com/google/android/gms/analytics/ecommerce/Promotion.html", null, null ] ]
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 140 milliseconds