/third_party/boost/boost/iostreams/detail/broken_overload_resolution/ |
D | stream_buffer.hpp | 56 stream_buffer(const U0& u0) in stream_buffer() argument 58 open_impl(detail::forward<T, U0>(), u0); in stream_buffer() 61 stream_buffer(const U0& u0, const U1& u1) in stream_buffer() argument 63 open_impl(detail::forward<T, U0>(), u0, u1); in stream_buffer() 66 stream_buffer(const U0& u0, const U1& u1, const U2& u2) in stream_buffer() argument 68 open_impl(detail::forward<T, U0>(), u0, u1, u2); in stream_buffer() 72 stream_buffer(U0& u0) in stream_buffer() argument 74 open_impl(detail::forward<T, U0>(), u0); in stream_buffer() 77 stream_buffer(U0& u0, const U1& u1) in stream_buffer() argument 79 open_impl(detail::forward<T, U0>(), u0, u1); in stream_buffer() [all …]
|
D | stream.hpp | 41 stream(const U0& u0) in stream() 43 open_impl(detail::forward<Device, U0>(), u0); in stream() 46 stream(const U0& u0, const U1& u1) in stream() 48 open_impl(detail::forward<Device, U0>(), u0, u1); in stream() 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() 57 stream(U0& u0) in stream() 59 open_impl(detail::forward<Device, U0>(), u0); in stream() 62 stream(U0& u0, const U1& u1) in stream() 64 open_impl(detail::forward<Device, U0>(), u0, u1); in stream() [all …]
|
/third_party/python/Modules/_decimal/libmpdec/ |
D | difradix2.c | 83 mpd_uint_t u0, u1, v0, v1; in fnt_dif2() local 101 u0 = a[j]; in fnt_dif2() 107 a[j] = addmod(u0, v0, umod); in fnt_dif2() 108 v0 = submod(u0, v0, umod); in fnt_dif2() 128 u0 = a[r]; in fnt_dif2() 134 a[r] = addmod(u0, v0, umod); in fnt_dif2() 135 v0 = submod(u0, v0, umod); in fnt_dif2() 150 u0 = a[r+j]; in fnt_dif2() 156 a[r+j] = addmod(u0, v0, umod); in fnt_dif2() 157 v0 = submod(u0, v0, umod); in fnt_dif2()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | assembler-cases.txt | 32 80 7c 47 20 00 c0 a3 01 SHADDX.u64 r0, u0, `r60.w0, shift:0x4 62 80 00 00 00 82 82 60 00 LOAD.i8.unsigned.slot0 @r2, u0, offset:0 63 80 00 00 08 82 82 60 00 LOAD.i16.unsigned.slot0 @r2, u0, offset:0 64 80 00 00 10 82 82 60 00 LOAD.i24.unsigned.slot0 @r2, u0, offset:0 65 80 00 00 18 82 82 60 00 LOAD.i32.unsigned.slot0 @r2, u0, offset:0 66 80 00 00 20 c4 82 60 00 LOAD.i48.unsigned.slot0 @r2:r3, u0, offset:0 67 80 00 00 28 f4 82 60 00 LOAD.i64.unsigned.slot0 @r2:r3, u0, offset:0 68 80 00 00 30 e6 82 60 00 LOAD.i96.unsigned.slot0 @r2:r3:r4, u0, offset:0 69 80 00 00 38 f8 84 60 00 LOAD.i128.unsigned.slot0 @r4:r5:r6:r7, u0, offset:0 70 80 00 00 18 94 82 60 00 LOAD.i32.d0.unsigned.slot0 @r2:r3, u0, offset:0 [all …]
|
D | negative-cases.txt | 10 BRANCH u0, offset:-123456789 11 BRANCH u0, offset:123456789 20 FADD.f32 r0, u0, u4 25 FMA.f32 r0, u0, u1, 0x0 26 FMA.f32 r0, u0, 0x40490FDB, 0x0 30 MOV.i32.id r0, u0
|
/third_party/ffmpeg/libavcodec/ |
D | notchlc.c | 354 int u0, v0, u1, v1, udif, vdif; in decode_blocks() local 363 u0 = bytestream2_get_byte(&dgb); in decode_blocks() 368 u0 = (u0 << 4) | (u0 & 0xF); in decode_blocks() 372 udif = u1 - u0; in decode_blocks() 379 u[i + ii][j + jj] = u0 + ((udif * (int)(loc & 3) + 2) / 3); in decode_blocks() 391 u0 = bytestream2_get_byte(&dgb); in decode_blocks() 396 u0 = (u0 << 4) | (u0 & 0xF); in decode_blocks() 400 udif = u1 - u0; in decode_blocks() 407 … u[i + ii + iii][j + jj + jjj] = u0 + ((udif * (int)(loc & 3) + 2) / 3); in decode_blocks() 418 u0 = bytestream2_get_byte(&dgb); in decode_blocks() [all …]
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | fused_batch_norm_fusion_test.py | 60 u0 = update_state(U, assign_sub0) 61 assign_sub1 = AssignSub(var1, mul1, u0) 62 u1 = update_state(u0, assign_sub1) 77 u0 = update_state(U, assign_sub0) 78 assign_sub1 = AssignSub(var1, Cast(mul1, mstype.float32), u0) 79 u1 = update_state(u0, assign_sub1) 94 u0 = update_state(U, assign_sub0) 95 assign_sub1 = AssignSub(var1, mul1, u0) 96 u1 = update_state(u0, assign_sub1)
|
/third_party/boost/boost/integer/ |
D | extended_euclidean.hpp | 43 Z u0 = m; in extended_euclidean() local 54 Z q = u0/v0; in extended_euclidean() 55 w0 = u0 - q*v0; in extended_euclidean() 58 u0 = v0; in extended_euclidean() 67 result.gcd = u0; in extended_euclidean()
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/asm/comp/ |
D | buffer-write-relative-addr.asm.comp | 20 kernel void main0(constant cb5_struct& cb0_5 [[buffer(0)]], texture2d<uint, access::write> u0 [[tex… 24 u0.write(_51.xxxx, spvTexelBufferCoord(_44)); 25 u0.write(_51.yyyy, spvTexelBufferCoord((_44 + 1u))); 26 u0.write(_51.zzzz, spvTexelBufferCoord((_44 + 2u))); 27 u0.write(_51.wwww, spvTexelBufferCoord((_44 + 3u)));
|
D | vector-builtin-type-cast-func.asm.comp | 13 kernel void main0(constant cb1_struct& cb0_1 [[buffer(0)]], texture2d<float, access::write> u0 [[te… 15 int2 _46 = int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u)); 22 …u0.write(cb0_1._RESERVED_IDENTIFIER_FIXUP_m0[0].xxxx, uint2(((_46 * int3(gl_LocalInvocationID).xy)…
|
D | vector-builtin-type-cast.asm.comp | 13 kernel void main0(constant cb1_struct& cb0_1 [[buffer(0)]], texture2d<float, access::write> u0 [[te… 15 int2 _40 = int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u)); 22 …u0.write(cb0_1._RESERVED_IDENTIFIER_FIXUP_m0[0].xxxx, uint2(((_40 * int3(gl_LocalInvocationID).xy)…
|
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/asm/comp/ |
D | vector-builtin-type-cast.asm.comp | 16 OpName %u0 "u0" 23 OpDecorate %u0 DescriptorSet 0 24 OpDecorate %u0 Binding 1 25 OpDecorate %u0 NonReadable 41 %u0 = OpVariable %_ptr_UniformConstant_11 UniformConstant 68 %14 = OpLoad %11 %u0 100 %49 = OpLoad %11 %u0
|
D | buffer-write-relative-addr.asm.comp | 16 OpName %u0 "u0" 24 OpDecorate %u0 DescriptorSet 0 25 OpDecorate %u0 Binding 0 26 OpDecorate %u0 NonReadable 40 %u0 = OpVariable %_ptr_UniformConstant_13 UniformConstant 69 %36 = OpLoad %13 %u0
|
D | vector-builtin-type-cast-func.asm.comp | 20 OpName %u0 "u0" 29 OpDecorate %u0 DescriptorSet 0 30 OpDecorate %u0 Binding 1 31 OpDecorate %u0 NonReadable 52 %u0 = OpVariable %_ptr_UniformConstant_30 UniformConstant 76 %33 = OpLoad %30 %u0 108 %66 = OpLoad %30 %u0
|
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/asm/comp/ |
D | buffer-write-relative-addr.asm.comp | 20 kernel void main0(constant cb5_struct& cb0_5 [[buffer(0)]], texture2d<uint, access::write> u0 [[tex… 27 u0.write(_51.xxxx, spvTexelBufferCoord(_44)); 28 u0.write(_51.yyyy, spvTexelBufferCoord((_44 + 1u))); 29 u0.write(_51.zzzz, spvTexelBufferCoord((_44 + 2u))); 30 u0.write(_51.wwww, spvTexelBufferCoord((_44 + 3u)));
|
D | vector-builtin-type-cast.asm.comp | 13 kernel void main0(constant cb1_struct& cb0_1 [[buffer(0)]], texture2d<float, access::write> u0 [[te… 15 int2 r0 = int2(int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u))); 20 …u0.write(cb0_1._RESERVED_IDENTIFIER_FIXUP_m0[0].xxxx, uint2(((r0 * int3(gl_LocalInvocationID).xy) …
|
D | vector-builtin-type-cast-func.asm.comp | 21 kernel void main0(constant cb1_struct& cb0_1 [[buffer(0)]], texture2d<float, access::write> u0 [[te… 23 int2 r0 = int2(int2(u0.get_width(), u0.get_height()) >> int2(uint2(4u))); 30 …u0.write(cb0_1._RESERVED_IDENTIFIER_FIXUP_m0[0].xxxx, uint2(get_texcoord(param, param_1, gl_LocalI…
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrTextBlobVertexRegenerator.cpp | 50 uint16_t u0, v0, u1, v1; in regen_texcoords() local 56 u0 = glyph->fAtlasLocation.fX + SK_DistanceFieldInset; in regen_texcoords() 58 u1 = u0 + width - 2 * SK_DistanceFieldInset; in regen_texcoords() 61 u0 = glyph->fAtlasLocation.fX; in regen_texcoords() 63 u1 = u0 + width; in regen_texcoords() 72 u0 <<= 2; in regen_texcoords() 73 u0 |= uBit; in regen_texcoords() 83 u0 <<= 1; in regen_texcoords() 84 u0 |= uBit; in regen_texcoords() 94 textureCoords[0] = u0; in regen_texcoords() [all …]
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | bitxor_.rst | 111 typedef integral_c<unsigned,0> u0; 117 BOOST_MPL_ASSERT_RELATION( (bitxor_<u0,u0>::value), ==, 0 ); 118 BOOST_MPL_ASSERT_RELATION( (bitxor_<u1,u0>::value), ==, 1 ); 119 BOOST_MPL_ASSERT_RELATION( (bitxor_<u0,u1>::value), ==, 1 ); 121 BOOST_MPL_ASSERT_RELATION( (bitxor_<u0,uffffffff>::value), ==, 0xffffffff ^ 0 );
|
D | bitand_.rst | 111 typedef integral_c<unsigned,0> u0; 117 BOOST_MPL_ASSERT_RELATION( (bitand_<u0,u0>::value), ==, 0 ); 118 BOOST_MPL_ASSERT_RELATION( (bitand_<u1,u0>::value), ==, 0 ); 119 BOOST_MPL_ASSERT_RELATION( (bitand_<u0,u1>::value), ==, 0 ); 120 BOOST_MPL_ASSERT_RELATION( (bitand_<u0,uffffffff>::value), ==, 0 );
|
D | bitor_.rst | 111 typedef integral_c<unsigned,0> u0; 117 BOOST_MPL_ASSERT_RELATION( (bitor_<u0,u0>::value), ==, 0 ); 118 BOOST_MPL_ASSERT_RELATION( (bitor_<u1,u0>::value), ==, 1 ); 119 BOOST_MPL_ASSERT_RELATION( (bitor_<u0,u1>::value), ==, 1 ); 120 BOOST_MPL_ASSERT_RELATION( (bitor_<u0,uffffffff>::value), ==, 0xffffffff );
|
/third_party/ffmpeg/tests/checkasm/ |
D | v210dec.c | 59 uint16_t u0[NUM_SAMPLES/4]; in checkasm_check_v210dec() local 67 call_ref(src0, y0, u0, v0, pixels); in checkasm_check_v210dec() 71 || memcmp(u0, u1, pixels/2 * sizeof u0[0]) in checkasm_check_v210dec()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | v210.asm | 63 …movu m0, [srcq] ; yB v5 yA u5 y9 v4 y8 u4 y7 v3 y6 u3 y5 v2 y4 u2 y3 v1 y2 u1 y1 v0 y0 u0 70 psrlw m1, 6 ; yB yA u5 v4 y8 y7 v3 u3 y5 y4 u2 v1 y2 y1 v0 u0 79 vpblendd m1, m1, m0, 0xaa ; 00 v5 u5 v4 00 u4 v3 u3 00 v2 u2 v1 00 u1 v0 u0 80 pshufb m1, m5 ; 00 v5 v4 v3 00 u5 u4 u3 00 v2 v1 v0 00 u2 u1 u0 81 vpermq m1, m1, 0xd8 ; 00 v5 v4 v3 00 v2 v1 v0 00 u5 u4 u3 00 u2 u1 u0 82 pshufb m1, m7 ; 00 00 v5 v4 v3 v2 v1 v0 00 00 u5 u4 u3 u2 u1 u0 91 shufps m1, m0, 0xd8 ; 00 v5 00 u4 u5 v4 v3 u3 00 v2 00 u1 u2 v1 v0 u0 92 pshufb m1, m5 ; 00 v5 v4 v3 00 u5 u4 u3 00 v2 v1 v0 00 u2 u1 u0
|
/third_party/e2fsprogs/lib/uuid/ |
D | uuid.h | 58 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 59 …static const uuid_t name __attribute__ ((unused)) = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13… 61 #define UUID_DEFINE(name,u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15) \ argument 62 static const uuid_t name = {u0,u1,u2,u3,u4,u5,u6,u7,u8,u9,u10,u11,u12,u13,u14,u15}
|
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/asm/comp/ |
D | atomic-decrement.asm.comp | 2 RWBuffer<uint> u0 : register(u0); 14 u0[asint(asfloat(_29))] = uint(int(gl_GlobalInvocationID.x)).x;
|