Home
last modified time | relevance | path

Searched refs:_10 (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/boost/libs/mpl/test/
Dcomparison.cpp22 typedef int_<10> _10; typedef
26 MPL_ASSERT_NOT(( equal_to<_0, _10> )); in MPL_TEST_CASE()
27 MPL_ASSERT_NOT(( equal_to<_10, _0> )); in MPL_TEST_CASE()
28 MPL_ASSERT(( equal_to<_10, _10> )); in MPL_TEST_CASE()
33 MPL_ASSERT(( not_equal_to<_0, _10> )); in MPL_TEST_CASE()
34 MPL_ASSERT(( not_equal_to<_10, _0> )); in MPL_TEST_CASE()
35 MPL_ASSERT_NOT(( not_equal_to<_10, _10> )); in MPL_TEST_CASE()
40 MPL_ASSERT(( less<_0, _10> )); in MPL_TEST_CASE()
41 MPL_ASSERT_NOT(( less<_10, _0> )); in MPL_TEST_CASE()
42 MPL_ASSERT_NOT(( less<_10, _10> )); in MPL_TEST_CASE()
[all …]
Darithmetic.cpp23 typedef int_<10> _10; in MPL_TEST_CASE() typedef
25 MPL_ASSERT_RELATION( (plus<_0,_10>::value), ==, 10 ); in MPL_TEST_CASE()
26 MPL_ASSERT_RELATION( (plus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
28 MPL_ASSERT_RELATION( (minus<_0,_10>::value), ==, -10 ); in MPL_TEST_CASE()
29 MPL_ASSERT_RELATION( (minus<_10,_0>::value), ==, 10 ); in MPL_TEST_CASE()
31 MPL_ASSERT_RELATION( (times<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
32 MPL_ASSERT_RELATION( (times<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
33 MPL_ASSERT_RELATION( (multiplies<_1,_10>::value), ==, 10 ); in MPL_TEST_CASE()
34 MPL_ASSERT_RELATION( (multiplies<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
36 MPL_ASSERT_RELATION( (divides<_10,_1>::value), ==, 10 ); in MPL_TEST_CASE()
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/
Daccess-chain-load-store-composite.asm.comp21 RWByteAddressBuffer _10 : register(u0);
26 _64.a = asfloat(uint2x2(_10.Load(0), _10.Load(8), _10.Load(4), _10.Load(12)));
27 _64.b = asfloat(_10.Load2(16));
37 …_64.c[_0ident].d[_1ident][_2ident] = asfloat(_10.Load(_2ident * 4 + _1ident * 16 + _0ident * 40 + …
43 _64.c[_0ident].baz[_3ident].c = asfloat(_10.Load(_3ident * 4 + _0ident * 40 + 56));
46 _10.Store(224, asuint(_64.a[0].x));
47 _10.Store(228, asuint(_64.a[1].x));
48 _10.Store(232, asuint(_64.a[0].y));
49 _10.Store(236, asuint(_64.a[1].y));
50 _10.Store2(240, asuint(_64.b));
[all …]
Daliased-struct-divergent-member-name.asm.comp9 RWByteAddressBuffer _10 : register(u1);
15 _10.Store(480, asuint(v.c));
/third_party/ffmpeg/libavcodec/x86/
Dh264_qpel_10bit.asm114 cglobal %1_h264_qpel%4_%2_10, %5,%6,%7
115 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
120 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
125 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
130 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
133 cglobal %1_h264_qpel%4_%2_10, %5,%6 + 2,%7
137 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
140 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
143 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
147 call stub_%1_h264_qpel%3_%2_10 %+ SUFFIX
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/comp/
Dread-write-only.comp8 } _10;
24 _10.data4 = _15.data0 + _21.data2;
25 _10.data5 = _15.data1 + _21.data3;
Dcoherent-block.comp7 } _10;
11 _10.value = vec4(20.0);
Dudiv.comp7 } _10;
16 _10.outputs[gl_GlobalInvocationID.x] = _23.inputs[gl_GlobalInvocationID.x] / 29u;
Dcoherent-image.comp7 } _10;
13 _10.value = imageLoad(uImage, ivec2(10));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/comp/
Dread-write-only.comp8 } _10;
24 _10.data4 = _15.data0 + _21.data2;
25 _10.data5 = _15.data1 + _21.data3;
Dcoherent-block.comp7 } _10;
11 _10.value = vec4(20.0);
Dudiv.comp7 } _10;
16 _10.outputs[gl_GlobalInvocationID.x] = _23.inputs[gl_GlobalInvocationID.x] / 29u;
Dcoherent-image.comp7 } _10;
13 _10.value = imageLoad(uImage, ivec2(10));
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/comp/
Dread-write-only.comp26 kernel void main0(device SSBO2& _10 [[buffer(0)]], const device SSBO0& _15 [[buffer(1)]], device SS…
28 _10.data4 = _15.data0 + _21.data2;
29 _10.data5 = _15.data1 + _21.data3;
Dcoherent-block.comp13 kernel void main0(volatile device SSBO& _10 [[buffer(0)]])
15 _10.value = float4(20.0);
Dcoherent-image.comp13 kernel void main0(volatile device SSBO& _10 [[buffer(0)]], texture2d<int> uImage [[texture(0)]])
15 _10.value = uImage.read(uint2(int2(10)));
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/
Dtemporary.zero-initialize.asm.frag12 mediump int _10 = 0;
14 for (mediump int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10)
24 _10 = _15 + 10;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/comp/
Dread-write-only.comp26 kernel void main0(device SSBO2& _10 [[buffer(0)]], const device SSBO0& _15 [[buffer(1)]], device SS…
28 _10.data4 = _15.data0 + _21.data2;
29 _10.data5 = _15.data1 + _21.data3;
Dcoherent-block.comp13 kernel void main0(volatile device SSBO& _10 [[buffer(0)]])
15 _10.value = float4(20.0);
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl-no-opt/asm/
Dtemporary.zero-initialize.asm.frag21 int _10 = {};
23 for (int _16 = 0, _17 = 0; _16 < in.vA; _17 = _15, _16 += _10)
33 _10 = _15 + 10;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/
Dtemporary.zero-initialize.asm.frag19 int _10 = 0;
21 for (int _16 = 0, _17 = 0; _16 < vA; _17 = _15, _16 += _10)
31 _10 = _15 + 10;
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-no-opt/asm/comp/
Dnonuniform-bracket-handling.vk.nocompat.asm.comp.vk26 layout(set = 4, binding = 0, r32ui) uniform uimageBuffer _10[];
41 …uint _130 = imageAtomicAdd(_10[_61], int((gl_GlobalInvocationID.x < _7._m0[_64].y) ? (gl_GlobalInv…
42 …uint _137 = imageAtomicCompSwap(_10[_61], int((gl_GlobalInvocationID.y < _7._m0[_64].y) ? (gl_Glob…
50 …uint _209 = imageAtomicAdd(_10[nonuniformEXT(_15)], int((gl_GlobalInvocationID.y < _7._m0[_15].y) …
51 …uint _215 = imageAtomicCompSwap(_10[nonuniformEXT(_15)], int((gl_GlobalInvocationID.y < _7._m0[_15…
Dextended-debug-extinst.invalid.asm.comp12 } _10;
16 _10._m0[gl_GlobalInvocationID.x] = -_9._m0[gl_GlobalInvocationID.x];
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/comp/
Dnum-workgroups-alone.comp3 RWByteAddressBuffer _10 : register(u0);
12 _10.Store3(0, SPIRV_Cross_NumWorkgroups_1_count);
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/comp/
Dnum-workgroups-alone.comp3 RWByteAddressBuffer _10 : register(u0);
12 _10.Store3(0, SPIRV_Cross_NumWorkgroups_1_count);

12345