Home
last modified time | relevance | path

Searched refs:Promotion (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/base/
Dsafe_math.h203 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 …]
Dsafe_math_impl.h487 ArithmeticPromotionCategory Promotion =
/external/pdfium/third_party/base/numerics/
Dsafe_math.h199 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 …]
Dsafe_math_impl.h460 ArithmeticPromotionCategory Promotion =
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.implicit_conversions.txt26 + Promotion to vector types (for example int -> vec3)
/external/v8/test/cctest/
Dtest-mark-compact.cc77 TEST(Promotion) { in TEST() argument
Dcctest.status183 'test-mark-compact/Promotion': [PASS, FAIL],
/external/llvm/docs/
DPasses.rst736 #. Scalar Promotion of Memory. If there is a store instruction inside of the