/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream_buffer.hpp | 55 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 …]
|
D | stream.hpp | 40 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/ |
D | tuple10.hpp | 29 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 …]
|
D | tuple20.hpp | 29 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 …]
|
D | tuple30.hpp | 29 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 …]
|
D | tuple40.hpp | 29 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 …]
|
D | tuple50.hpp | 29 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/ |
D | vvector10.hpp | 21 …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 …]
|
D | vvector20.hpp | 21 …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 …]
|
D | vvector30.hpp | 21 …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 …]
|
D | vector10.hpp | 21 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 …]
|
D | vvector40.hpp | 21 …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/ |
D | map10.hpp | 39 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 …]
|
D | map20.hpp | 39 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 …]
|
D | map30.hpp | 39 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 …]
|
D | map40.hpp | 39 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/ |
D | type_traits.hpp | 28 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/ |
D | type_traits.hpp | 28 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/ |
D | arm_cfft_radix4_q15.c | 567 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/ |
D | j1.c | 137 static const double U0[5] = { variable 171 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1()
|
D | j1f.c | 87 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/ |
D | j1f.c | 87 static const float U0[5] = { variable 119 u = U0[0]+z*(U0[1]+z*(U0[2]+z*(U0[3]+z*U0[4]))); in y1f()
|
D | j1.c | 137 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/ |
D | yuv_sse41.c | 30 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/ |
D | yuv_sse41.c | 30 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 …]
|