OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArithmeticPromotion
(Results
1 - 8
of
8
) sorted by null
/external/libchrome/base/numerics/
safe_math.h
223
CheckedNumeric<typename
ArithmeticPromotion
<T>::type> operator OP( \
225
typedef typename
ArithmeticPromotion
<T>::type Promotion; \
252
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
254
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
264
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
266
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
275
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
277
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
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.h
223
CheckedNumeric<typename
ArithmeticPromotion
<T>::type> operator OP( \
225
typedef typename
ArithmeticPromotion
<T>::type Promotion; \
252
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
254
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
264
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
266
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
275
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
277
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
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/pdfium/third_party/base/numerics/
safe_math.h
197
CheckedNumeric<typename
ArithmeticPromotion
<T>::type> operator OP( \
199
typedef typename
ArithmeticPromotion
<T>::type Promotion; \
224
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
226
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
236
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
238
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
247
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
249
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
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/v8/src/base/
safe_math.h
201
CheckedNumeric<typename
ArithmeticPromotion
<T>::type> operator OP( \
203
typedef typename
ArithmeticPromotion
<T>::type Promotion; \
228
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
230
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
240
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
242
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
251
CheckedNumeric<typename
ArithmeticPromotion
<T, Src>::type> operator OP( \
253
typedef typename
ArithmeticPromotion
<T, Src>::type Promotion; \
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 67 milliseconds