Home
last modified time | relevance | path

Searched defs:CheckedSubFastOp (Results 1 – 10 of 10) sorted by relevance

/external/libchrome/base/numerics/
Dsafe_math_shared_impl.h49 struct CheckedSubFastOp { struct
50 static const bool is_supported = false;
52 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h79 struct CheckedSubFastOp { struct
80 static const bool is_supported = true;
82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/external/pdfium/third_party/base/numerics/
Dsafe_math_shared_impl.h54 struct CheckedSubFastOp { struct
55 static const bool is_supported = false;
57 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h80 struct CheckedSubFastOp { struct
81 static const bool is_supported = true;
83 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/numerics/
Dsafe_math_shared_impl.h52 struct CheckedSubFastOp { struct
53 static const bool is_supported = false;
55 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h78 struct CheckedSubFastOp { struct
79 static const bool is_supported = true;
81 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
/external/angle/src/common/base/anglebase/numerics/
Dsafe_math_shared_impl.h57 struct CheckedSubFastOp struct
59 static const bool is_supported = false;
61 static constexpr bool Do(T, U, V *) in Do()
Dsafe_math_clang_gcc_impl.h93 struct CheckedSubFastOp struct
95 static const bool is_supported = true;
97 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()
/external/cronet/base/numerics/
Dsafe_math_shared_impl.h53 struct CheckedSubFastOp { struct
54 static const bool is_supported = false;
56 static constexpr bool Do(T, U, V*) { in Do()
Dsafe_math_clang_gcc_impl.h79 struct CheckedSubFastOp { struct
80 static const bool is_supported = true;
82 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()