Home
last modified time | relevance | path

Searched refs:ClampedSubFastOp (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h123 struct ClampedSubFastOp { struct
153 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
Dclamped_math_impl.h112 if (ClampedSubFastOp<T, U>::is_supported)
113 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
Dsafe_math_shared_impl.h82 struct ClampedSubFastOp { struct
/aosp_15_r20/external/libchrome/base/numerics/
H A Dsafe_math_clang_gcc_impl.h120 struct ClampedSubFastOp { struct
150 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
H A Dclamped_math_impl.h109 if (ClampedSubFastOp<T, U>::is_supported)
110 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
H A Dsafe_math_shared_impl.h79 struct ClampedSubFastOp { struct
/aosp_15_r20/external/cronet/base/numerics/
H A Dsafe_math_clang_gcc_impl.h120 struct ClampedSubFastOp { struct
150 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
H A Dclamped_math_impl.h102 if (!IsConstantEvaluated() && ClampedSubFastOp<T, U>::is_supported)
103 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
H A Dsafe_math_shared_impl.h84 struct ClampedSubFastOp { struct
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/4/external/libchrome/base/numerics/
Dsafe_math_clang_gcc_impl.h123 struct ClampedSubFastOp { struct
153 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
Dsafe_math_shared_impl.h82 struct ClampedSubFastOp { struct
/aosp_15_r20/external/angle/src/common/base/anglebase/numerics/
H A Dsafe_math_clang_gcc_impl.h138 struct ClampedSubFastOp struct
174 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
H A Dclamped_math_impl.h115 if constexpr (ClampedSubFastOp<T, U>::is_supported)
116 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
H A Dsafe_math_shared_impl.h93 struct ClampedSubFastOp struct
/aosp_15_r20/external/pdfium/third_party/base/numerics/
H A Dsafe_math_clang_gcc_impl.h121 struct ClampedSubFastOp { struct
151 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
H A Dclamped_math_impl.h110 if (!IsConstantEvaluated() && ClampedSubFastOp<T, U>::is_supported)
111 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
H A Dsafe_math_shared_impl.h84 struct ClampedSubFastOp { struct
/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/numerics/
H A Dsafe_math_clang_gcc_impl.h119 struct ClampedSubFastOp { struct
149 return ClampedSubFastOp<T, T>::template Do<T>(T(0), value); in Do()
H A Dclamped_math_impl.h106 if (!PA_IsConstantEvaluated() && ClampedSubFastOp<T, U>::is_supported) {
107 return ClampedSubFastOp<T, U>::template Do<V>(x, y);
H A Dsafe_math_shared_impl.h81 struct ClampedSubFastOp { struct
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/3/external/libchrome/base/numerics/
Dclamped_math_impl.h112 if (ClampedSubFastOp<T, U>::is_supported)
113 return ClampedSubFastOp<T, U>::template Do<V>(x, y);