/third_party/boost/libs/variant2/test/ |
D | variant_destroy.cpp | 56 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
|
D | variant_copy_assign_throw.cpp | 19 struct Y1 struct 21 Y1() noexcept {} // =default fails on msvc-14.0 in Y1() argument 23 Y1(Y1 const&) in Y1() argument
|
D | variant_move_assign_throw.cpp | 19 struct Y1 struct 21 Y1() noexcept {} // =default fails on msvc-14.0 in Y1() function 23 Y1(Y1&&) in Y1() function
|
D | variant_emplace_type.cpp | 60 struct Y1 struct
|
/third_party/boost/libs/core/test/ |
D | lightweight_test_test2.cpp | 13 template<class T1, class T2> struct Y1 struct 37 BOOST_TEST_TRAIT_TRUE(( Y1<X1::type, X2::type> )); in main() argument
|
D | lightweight_test_fail7.cpp | 13 template<class T1, class T2> struct Y1 struct 15 enum { value = 1 };
|
D | lightweight_test_fail8.cpp | 13 template<class T1, class T2> struct Y1 struct 35 BOOST_TEST_TRAIT_FALSE(( Y1<X1::type, X2::type> )); in main() argument
|
D | demangled_name_test.cpp | 14 template<class T1, class T2> struct Y1 struct
|
D | demangle_test.cpp | 16 template<class T1, class T2> struct Y1 struct
|
/third_party/typescript/tests/cases/compiler/ |
D | forwardRefInEnum.ts | 8 Y1 = E1["Z"] enumerator
|
D | constEnumErrors.ts | 16 Y1 = E1["Z"] enumerator
|
D | intersectionTypeNormalization.ts | 19 type Y1 = (A | X & Y) & (C | D); alias
|
/third_party/boost/libs/mp11/test/ |
D | mp_insert.cpp | 24 struct Y1 {}; struct
|
D | mp_product.cpp | 22 struct Y1 {}; struct
|
D | mp_transform.cpp | 22 struct Y1 {}; struct
|
D | mp_transform_q.cpp | 23 struct Y1 {}; struct
|
/third_party/skia/src/core/ |
D | SkLineClipper.cpp | 40 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/ |
D | SkLineClipper.cpp | 40 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/ |
D | nms_with_mask_cpu_kernel.h | 29 constexpr int Y1 = 3; variable
|
/third_party/ffmpeg/libavcodec/mips/ |
D | sbrdsp_mips.c | 711 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/ |
D | output.c | 561 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/ |
D | yuv_sse41.c | 45 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/ |
D | yuv_sse41.c | 45 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/ |
D | blend.c | 1012 #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/ |
D | blend.c | 884 #define PACKED_422_FILL_CHECKER_C(name, Y1, U, Y2, V) \ argument 913 #define PACKED_422_FILL_COLOR(name, Y1, U, Y2, V) \ argument
|