Searched refs:Promotion (Results 1 – 8 of 8) sorted by relevance
/external/v8/src/base/ |
D | 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 …]
|
D | safe_math_impl.h | 487 ArithmeticPromotionCategory Promotion =
|
/external/pdfium/third_party/base/numerics/ |
D | 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 …]
|
D | safe_math_impl.h | 460 ArithmeticPromotionCategory Promotion =
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.shaders.implicit_conversions.txt | 26 + Promotion to vector types (for example int -> vec3)
|
/external/v8/test/cctest/ |
D | test-mark-compact.cc | 77 TEST(Promotion) { in TEST() argument
|
D | cctest.status | 183 'test-mark-compact/Promotion': [PASS, FAIL],
|
/external/llvm/docs/ |
D | Passes.rst | 736 #. Scalar Promotion of Memory. If there is a store instruction inside of the
|