Home
last modified time | relevance | path

Searched defs:Y1 (Results 1 – 25 of 49) sorted by relevance

12

/third_party/boost/libs/variant2/test/
Dvariant_destroy.cpp56 struct Y1 struct
62 Y1() noexcept: v(0) { ++instances; } in Y1() function
63 explicit Y1(int v) noexcept: v(v) { ++instances; } in Y1() argument
64 Y1(Y1 const& r) noexcept: v(r.v) { ++instances; } in Y1() function
65 Y1(Y1&& r) noexcept: v(r.v) { ++instances; } in Y1() argument
67 ~Y1() noexcept { --instances; } in ~Y1() argument
69 Y1& operator=( Y1 const& r ) noexcept { v = r.v; return *this; } in operator =() argument
70 Y1& operator=( Y1&& r ) noexcept { v = r.v; return *this; } in operator =() argument
Dvariant_copy_assign_throw.cpp19 struct Y1 struct
21 Y1() noexcept {} // =default fails on msvc-14.0 in Y1() argument
23 Y1(Y1 const&) in Y1() argument
Dvariant_move_assign_throw.cpp19 struct Y1 struct
21 Y1() noexcept {} // =default fails on msvc-14.0 in Y1() function
23 Y1(Y1&&) in Y1() function
Dvariant_emplace_type.cpp60 struct Y1 struct
/third_party/boost/libs/core/test/
Dlightweight_test_test2.cpp13 template<class T1, class T2> struct Y1 struct
37 BOOST_TEST_TRAIT_TRUE(( Y1<X1::type, X2::type> )); in main() argument
Dlightweight_test_fail7.cpp13 template<class T1, class T2> struct Y1 struct
15 enum { value = 1 };
Dlightweight_test_fail8.cpp13 template<class T1, class T2> struct Y1 struct
35 BOOST_TEST_TRAIT_FALSE(( Y1<X1::type, X2::type> )); in main() argument
Ddemangled_name_test.cpp14 template<class T1, class T2> struct Y1 struct
Ddemangle_test.cpp16 template<class T1, class T2> struct Y1 struct
/third_party/typescript/tests/cases/compiler/
DforwardRefInEnum.ts8 Y1 = E1["Z"] enumerator
DconstEnumErrors.ts16 Y1 = E1["Z"] enumerator
DintersectionTypeNormalization.ts19 type Y1 = (A | X & Y) & (C | D); alias
/third_party/boost/libs/mp11/test/
Dmp_insert.cpp24 struct Y1 {}; struct
Dmp_product.cpp22 struct Y1 {}; struct
Dmp_transform.cpp22 struct Y1 {}; struct
Dmp_transform_q.cpp23 struct Y1 {}; struct
/third_party/skia/src/core/
DSkLineClipper.cpp40 double Y1 = src[1].fY; in sect_with_horizontal() local
61 double Y1 = src[1].fY; in sect_with_vertical() local
/third_party/flutter/skia/src/core/
DSkLineClipper.cpp40 double Y1 = src[1].fY; in sect_with_horizontal() local
61 double Y1 = src[1].fY; in sect_with_vertical() local
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dnms_with_mask_cpu_kernel.h29 constexpr int Y1 = 3; variable
/third_party/ffmpeg/libavcodec/mips/
Dsbrdsp_mips.c711 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_0_mips() local
759 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_1_mips() local
805 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_2_mips() local
849 float *Y1=&Y[m][0]; in sbr_hf_apply_noise_3_mips() local
/third_party/ffmpeg/libswscale/
Doutput.c561 int Y1 = 1 << 18; in yuv2mono_X_c_template() local
746 #define output_pixels(pos, Y1, U, Y2, V) \ argument
776 int Y1 = 1 << 18; in yuv2422_X_c_template() local
820 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 19; in yuv2422_2_c_template() local
847 int Y1 = (buf0[i * 2 ]+64) >> 7; in yuv2422_1_c_template() local
864 int Y1 = (buf0[i * 2 ] + 64) >> 7; in yuv2422_1_c_template() local
1005 int Y1 = -0x40000000; in yuv2rgba64_X_c_template() local
1095 int Y1 = (buf0[i * 2] * yalpha1 + buf1[i * 2] * yalpha) >> 14; in yuv2rgba64_2_c_template() local
1151 int Y1 = (buf0[i * 2] ) >> 2; in yuv2rgba64_1_c_template() local
1197 int Y1 = (buf0[i * 2] ) >> 2; in yuv2rgba64_1_c_template() local
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB_SSE41() local
419 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY_SSE41() local
453 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY_SSE41() local
480 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE41() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
Dyuv_sse41.c45 const __m128i Y1 = _mm_mulhi_epu16(*Y0, k19077); in ConvertYUV444ToRGB_SSE41() local
419 __m128i r, g, b, Y0, Y1; in ConvertRGB24ToY_SSE41() local
453 __m128i r, g, b, Y0, Y1; in ConvertBGR24ToY_SSE41() local
480 __m128i Y0, Y1, rgb[6]; in ConvertARGBToY_SSE41() local
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c1012 #define PACKED_422_FILL_CHECKER_C(name, Y1, U, Y2, V) \ argument
1042 #define PACKED_422_FILL_COLOR(name, Y1, U, Y2, V) \ argument
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c884 #define PACKED_422_FILL_CHECKER_C(name, Y1, U, Y2, V) \ argument
913 #define PACKED_422_FILL_COLOR(name, Y1, U, Y2, V) \ argument

12