Home
last modified time | relevance | path

Searched refs:U0 (Results 1 – 25 of 88) sorted by relevance

1234

/third_party/boost/boost/iostreams/detail/broken_overload_resolution/
Dstream_buffer.hpp55 template<typename U0>
56 stream_buffer(const U0& u0) in stream_buffer()
58 open_impl(detail::forward<T, U0>(), u0); in stream_buffer()
60 template<typename U0, typename U1>
61 stream_buffer(const U0& u0, const U1& u1) in stream_buffer()
63 open_impl(detail::forward<T, U0>(), u0, u1); in stream_buffer()
65 template<typename U0, typename U1, typename U2>
66 stream_buffer(const U0& u0, const U1& u1, const U2& u2) in stream_buffer()
68 open_impl(detail::forward<T, U0>(), u0, u1, u2); in stream_buffer()
71 template<typename U0>
[all …]
Dstream.hpp40 template<typename U0>
41 stream(const U0& u0) in stream()
43 open_impl(detail::forward<Device, U0>(), u0); in stream()
45 template<typename U0, typename U1>
46 stream(const U0& u0, const U1& u1) in stream()
48 open_impl(detail::forward<Device, U0>(), u0, u1); in stream()
50 template<typename U0, typename U1, typename U2>
51 stream(const U0& u0, const U1& u1, const U2& u2) in stream()
53 open_impl(detail::forward<Device, U0>(), u0, u1, u2); in stream()
56 template<typename U0>
[all …]
/third_party/boost/boost/fusion/tuple/detail/preprocessed/
Dtuple10.hpp29 template <typename U0>
31 tuple(tuple<U0> const& rhs) in tuple()
33 template <typename U0>
35 tuple& operator=(tuple<U0> const& rhs) in operator =()
43 template <typename U0 , typename U1>
45 tuple(tuple<U0 , U1> const& rhs) in tuple()
47 template <typename U0 , typename U1>
49 tuple& operator=(tuple<U0 , U1> const& rhs) in operator =()
57 template <typename U0 , typename U1 , typename U2>
59 tuple(tuple<U0 , U1 , U2> const& rhs) in tuple()
[all …]
Dtuple20.hpp29 template <typename U0>
31 tuple(tuple<U0> const& rhs) in tuple()
33 template <typename U0>
35 tuple& operator=(tuple<U0> const& rhs) in operator =()
43 template <typename U0 , typename U1>
45 tuple(tuple<U0 , U1> const& rhs) in tuple()
47 template <typename U0 , typename U1>
49 tuple& operator=(tuple<U0 , U1> const& rhs) in operator =()
57 template <typename U0 , typename U1 , typename U2>
59 tuple(tuple<U0 , U1 , U2> const& rhs) in tuple()
[all …]
Dtuple30.hpp29 template <typename U0>
31 tuple(tuple<U0> const& rhs) in tuple()
33 template <typename U0>
35 tuple& operator=(tuple<U0> const& rhs) in operator =()
43 template <typename U0 , typename U1>
45 tuple(tuple<U0 , U1> const& rhs) in tuple()
47 template <typename U0 , typename U1>
49 tuple& operator=(tuple<U0 , U1> const& rhs) in operator =()
57 template <typename U0 , typename U1 , typename U2>
59 tuple(tuple<U0 , U1 , U2> const& rhs) in tuple()
[all …]
Dtuple40.hpp29 template <typename U0>
31 tuple(tuple<U0> const& rhs) in tuple()
33 template <typename U0>
35 tuple& operator=(tuple<U0> const& rhs) in operator =()
43 template <typename U0 , typename U1>
45 tuple(tuple<U0 , U1> const& rhs) in tuple()
47 template <typename U0 , typename U1>
49 tuple& operator=(tuple<U0 , U1> const& rhs) in operator =()
57 template <typename U0 , typename U1 , typename U2>
59 tuple(tuple<U0 , U1 , U2> const& rhs) in tuple()
[all …]
Dtuple50.hpp29 template <typename U0>
31 tuple(tuple<U0> const& rhs) in tuple()
33 template <typename U0>
35 tuple& operator=(tuple<U0> const& rhs) in operator =()
43 template <typename U0 , typename U1>
45 tuple(tuple<U0 , U1> const& rhs) in tuple()
47 template <typename U0 , typename U1>
49 tuple& operator=(tuple<U0 , U1> const& rhs) in operator =()
57 template <typename U0 , typename U1 , typename U2>
59 tuple(tuple<U0 , U1 , U2> const& rhs) in tuple()
[all …]
/third_party/boost/boost/fusion/container/vector/detail/cpp03/preprocessed/
Dvvector10.hpp21 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
33 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
35 vector(vector<U0 , U1 , U2 , U3 , U4 , U5 , U6 , U7 , U8 , U9> const& rhs) in vector()
61 template <typename U0>
68 vector(U0 && arg0 in vector()
69 …, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::va… in vector()
71 : vec(std::forward<U0>( arg0)) {} in vector()
81 template <typename U0 , typename U1>
87 vector(U0 && arg0 , U1 && arg1 in vector()
89 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
[all …]
Dvvector20.hpp21 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
33 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
35 …vector(vector<U0 , U1 , U2 , U3 , U4 , U5 , U6 , U7 , U8 , U9 , U10 , U11 , U12 , U13 , U14 , U15 … in vector()
61 template <typename U0>
68 vector(U0 && arg0 in vector()
69 …, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::va… in vector()
71 : vec(std::forward<U0>( arg0)) {} in vector()
81 template <typename U0 , typename U1>
87 vector(U0 && arg0 , U1 && arg1 in vector()
89 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
[all …]
Dvvector30.hpp21 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
33 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
35 …vector(vector<U0 , U1 , U2 , U3 , U4 , U5 , U6 , U7 , U8 , U9 , U10 , U11 , U12 , U13 , U14 , U15 … in vector()
61 template <typename U0>
68 vector(U0 && arg0 in vector()
69 …, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::va… in vector()
71 : vec(std::forward<U0>( arg0)) {} in vector()
81 template <typename U0 , typename U1>
87 vector(U0 && arg0 , U1 && arg1 in vector()
89 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
[all …]
Dvector10.hpp21 template <typename U0>
26 vector_data1(U0 && arg0 in vector_data1()
27 , typename boost::enable_if<is_convertible<U0, T0> >::type* = 0 in vector_data1()
29 : m0(std::forward<U0>( arg0)) {} in vector_data1()
105 template <typename U0>
111 vector1(U0&& _0 in vector1()
112 , typename boost::enable_if<is_convertible<U0, T0> >::type* = 0 in vector1()
114 : base_type(std::forward<U0>( _0)) {} in vector1()
136 template <typename U0>
142 vector1<U0> const& vec) in vector1()
[all …]
Dvvector40.hpp21 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
33 …template <typename U0 , typename U1 , typename U2 , typename U3 , typename U4 , typename U5 , type…
35 …vector(vector<U0 , U1 , U2 , U3 , U4 , U5 , U6 , U7 , U8 , U9 , U10 , U11 , U12 , U13 , U14 , U15 … in vector()
61 template <typename U0>
68 vector(U0 && arg0 in vector()
69 …, typename boost::disable_if_c<boost::is_same<vector, typename boost::remove_cv_ref<U0>::type>::va… in vector()
71 : vec(std::forward<U0>( arg0)) {} in vector()
81 template <typename U0 , typename U1>
87 vector(U0 && arg0 , U1 && arg1 in vector()
89 : vec(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in vector()
[all …]
/third_party/boost/boost/fusion/container/map/detail/cpp03/preprocessed/
Dmap10.hpp39 template <typename U0>
42 map(U0 && arg0 in map()
45 , typename enable_if<is_same<U0, T0> >::type* = 0 in map()
48 : data(std::forward<U0>( arg0)) {} in map()
54 template <typename U0 , typename U1>
56 map(U0 && arg0 , U1 && arg1 in map()
58 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in map()
64 template <typename U0 , typename U1 , typename U2>
66 map(U0 && arg0 , U1 && arg1 , U2 && arg2 in map()
68 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in map()
[all …]
Dmap20.hpp39 template <typename U0>
42 map(U0 && arg0 in map()
45 , typename enable_if<is_same<U0, T0> >::type* = 0 in map()
48 : data(std::forward<U0>( arg0)) {} in map()
54 template <typename U0 , typename U1>
56 map(U0 && arg0 , U1 && arg1 in map()
58 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in map()
64 template <typename U0 , typename U1 , typename U2>
66 map(U0 && arg0 , U1 && arg1 , U2 && arg2 in map()
68 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in map()
[all …]
Dmap30.hpp39 template <typename U0>
42 map(U0 && arg0 in map()
45 , typename enable_if<is_same<U0, T0> >::type* = 0 in map()
48 : data(std::forward<U0>( arg0)) {} in map()
54 template <typename U0 , typename U1>
56 map(U0 && arg0 , U1 && arg1 in map()
58 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in map()
64 template <typename U0 , typename U1 , typename U2>
66 map(U0 && arg0 , U1 && arg1 , U2 && arg2 in map()
68 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in map()
[all …]
Dmap40.hpp39 template <typename U0>
42 map(U0 && arg0 in map()
45 , typename enable_if<is_same<U0, T0> >::type* = 0 in map()
48 : data(std::forward<U0>( arg0)) {} in map()
54 template <typename U0 , typename U1>
56 map(U0 && arg0 , U1 && arg1 in map()
58 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1)) {} in map()
64 template <typename U0 , typename U1 , typename U2>
66 map(U0 && arg0 , U1 && arg1 , U2 && arg2 in map()
68 : data(std::forward<U0>( arg0) , std::forward<U1>( arg1) , std::forward<U2>( arg2)) {} in map()
[all …]
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dtype_traits.hpp28 template<class U0, class U1, class... Us>
33 max_sizeof<U0>() > max_sizeof<U1, Us...>() ? in max_sizeof()
34 max_sizeof<U0>() : max_sizeof<U1, Us...>(); in max_sizeof()
44 template<class U0, class U1, class... Us>
49 max_alignof<U0>() > max_alignof<U1, Us...>() ? in max_alignof()
50 max_alignof<U0>() : max_alignof<U1, Us...>(); in max_alignof()
/third_party/boost/boost/beast/core/detail/
Dtype_traits.hpp28 template<class U0, class U1, class... Us>
33 max_sizeof<U0>() > max_sizeof<U1, Us...>() ? in max_sizeof()
34 max_sizeof<U0>() : max_sizeof<U1, Us...>(); in max_sizeof()
44 template<class U0, class U1, class... Us>
49 max_alignof<U0>() > max_alignof<U1, Us...>() ? in max_alignof()
50 max_alignof<U0>() : max_alignof<U1, Us...>(); in max_alignof()
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix4_q15.c567 q15_t R0, R1, S0, S1, T0, T1, U0, U1; in arm_radix4_butterfly_q15()
632 U0 = pSrc16[i3 * 2U] >> 2U; in arm_radix4_butterfly_q15()
636 T0 = __SSAT(T0 + U0, 16U); in arm_radix4_butterfly_q15()
674 U0 = pSrc16[i3 * 2U] >> 2; in arm_radix4_butterfly_q15()
677 T0 = __SSAT(T0 - U0, 16); in arm_radix4_butterfly_q15()
784 U0 = pSrc16[i3 * 2U]; in arm_radix4_butterfly_q15()
789 T0 = __SSAT(T0 + U0, 16); in arm_radix4_butterfly_q15()
826 U0 = pSrc16[i3 * 2U]; in arm_radix4_butterfly_q15()
830 T0 = __SSAT(T0 - U0, 16); in arm_radix4_butterfly_q15()
909 U0 = pSrc16[i3 * 2U]; in arm_radix4_butterfly_q15()
[all …]
/third_party/musl/src/math/
Dj1.c137 static const double U0[5] = { variable
171 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1()
Dj1f.c87 static const float U0[5] = { variable
119 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1f()
/third_party/musl/porting/liteos_a/kernel/src/math/
Dj1f.c87 static const float U0[5] = { variable
119 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1f()
Dj1.c137 static const double U0[5] = { variable
171 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1()
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c30 const __m128i* const U0, in ConvertYUV444ToRGB_SSE41() argument
51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE41()
58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE41()
88 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_HI_16_SSE41(u), in YUV444ToRGB_SSE41() local
90 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE41()
99 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_UV_HI_8_SSE41(u), in YUV420ToRGB_SSE41() local
101 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE41()
510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local
515 ConvertRGBToUV_SSE41(&rgb[0], &rgb[2], &rgb[4], &U0, &V0); in ConvertARGBToUV_SSE41()
523 U0 = _mm_packus_epi16(U0, U1); in ConvertARGBToUV_SSE41()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c30 const __m128i* const U0, in ConvertYUV444ToRGB_SSE41() argument
51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE41()
58 const __m128i B0 = _mm_mulhi_epu16(*U0, k33050); in ConvertYUV444ToRGB_SSE41()
88 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_HI_16_SSE41(u), in YUV444ToRGB_SSE41() local
90 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV444ToRGB_SSE41()
99 const __m128i Y0 = Load_HI_16_SSE41(y), U0 = Load_UV_HI_8_SSE41(u), in YUV420ToRGB_SSE41() local
101 ConvertYUV444ToRGB_SSE41(&Y0, &U0, &V0, R, G, B); in YUV420ToRGB_SSE41()
510 __m128i rgb[6], U0, V0, U1, V1; in ConvertARGBToUV_SSE41() local
515 ConvertRGBToUV_SSE41(&rgb[0], &rgb[2], &rgb[4], &U0, &V0); in ConvertARGBToUV_SSE41()
523 U0 = _mm_packus_epi16(U0, U1); in ConvertARGBToUV_SSE41()
[all …]

1234