Home
last modified time | relevance | path

Searched +full:- +full:- +full:add (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/third_party/python/Lib/test/decimaltestdata/
DdqAdd.decTest1 ------------------------------------------------------------------------
2 -- dqAdd.decTest -- decQuad addition --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
DddAdd.decTest1 ------------------------------------------------------------------------
2 -- ddAdd.decTest -- decDouble addition --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
Dadd.decTest1 ------/cancell----------------------------------------------------------
2 -- add.decTest -- decimal addition --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
Drounding.decTest1 ------------------------------------------------------------------------
2 -- rounding.decTest -- decimal rounding modes testcases --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
Dinexact.decTest1 ------------------------------------------------------------------------
2 -- inexact.decTest -- decimal inexact and rounded edge cases --
3 -- Copyright (c) IBM Corporation, 1981, 2008. All rights reserved. --
4 ------------------------------------------------------------------------
5 -- Please see the document "General Decimal Arithmetic Testcases" --
6 -- at http://www2.hursley.ibm.com/decimal for the description of --
7 -- these testcases. --
8 -- --
9 -- These testcases are experimental ('beta' versions), and they --
10 -- may contain errors. They are offered on an as-is basis. In --
[all …]
/third_party/ffmpeg/doc/
DAPIchanges5 libavcodec: 2021-04-27
6 libavdevice: 2021-04-27
7 libavfilter: 2021-04-27
8 libavformat: 2021-04-27
9 libpostproc: 2021-04-27
10 libswresample: 2021-04-27
11 libswscale: 2021-04-27
12 libavutil: 2021-04-27
17 -------- 8< --------- FFmpeg 5.1 was cut here -------- 8< ---------
19 2022-06-12 - 7cae3d8b76 - lavf 59.25.100 - avio.h
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersion1p4Tests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
22 * \brief Test new features in SPIR-V 1.4.
23 *//*--------------------------------------------------------------------*/
55 void add(const char* basename) in add() function
59 void add(const char* basename, const std::vector<std::string>& requirements) in add() function
73 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles()
90 // Add Vulkan extension requirements. in addTestsForAmberFiles()
95 testCase->addRequirement("VK_KHR_spirv_1_4"); in addTestsForAmberFiles()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmSpirvVersion1p4Tests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
22 * \brief Test new features in SPIR-V 1.4.
23 *//*--------------------------------------------------------------------*/
56 void add(const char* basename, const char* description) in add() function
60 …void add(const char* basename, const char* description, const std::vector<std::string>& requiremen… in add() function
74 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles()
92 // Add Vulkan extension requirements. in addTestsForAmberFiles()
97 testCase->addRequirement("VK_KHR_spirv_1_4"); in addTestsForAmberFiles()
[all …]
/third_party/libcoap/include/coap3/
Dcoap_utlist_internal.h2 Copyright (c) 2007-2021, Troy D. Hanson http://troydhanson.github.io/uthash/
32 * This file contains macros to manipulate singly and doubly-linked lists.
34 * 1. LL_ macros: singly-linked lists.
35 * 2. DL_ macros: doubly-linked lists.
36 * 3. CDL_ macros: circular doubly-linked lists.
38 * To use singly-linked lists, your structure must have a "next" pointer.
39 * To use doubly-linked lists, your structure must "prev" and "next" pointers.
42 * ----------------.EXAMPLE -------------------------
55 * --------------------------------------------------
57 * For doubly-linked lists, the append and delete macros are O(1)
[all …]
/third_party/vixl/test/aarch32/traces/
Dassembler-cond-sp-sp-operand-imm7-add-t32.h28 // ---------------------------------------------------------------------
32 // ---------------------------------------------------------------------
38 0x00, 0xb0 // add al sp sp 0x0
41 0x01, 0xb0 // add al sp sp 0x4
44 0x02, 0xb0 // add al sp sp 0x8
47 0x03, 0xb0 // add al sp sp 0xc
50 0x04, 0xb0 // add al sp sp 0x10
53 0x05, 0xb0 // add al sp sp 0x14
56 0x06, 0xb0 // add al sp sp 0x18
59 0x07, 0xb0 // add al sp sp 0x1c
[all …]
Dassembler-cond-rd-sp-operand-imm8-add-t32.h28 // ---------------------------------------------------------------------
32 // ---------------------------------------------------------------------
38 0x00, 0xa8 // add al r0 sp 0x0
41 0x01, 0xa8 // add al r0 sp 0x4
44 0x02, 0xa8 // add al r0 sp 0x8
47 0x03, 0xa8 // add al r0 sp 0xc
50 0x04, 0xa8 // add al r0 sp 0x10
53 0x05, 0xa8 // add al r0 sp 0x14
56 0x06, 0xa8 // add al r0 sp 0x18
59 0x07, 0xa8 // add al r0 sp 0x1c
[all …]
Dassembler-cond-rd-rn-operand-rm-rn-is-sp-in-it-block-add-t32.h28 // ---------------------------------------------------------------------
32 // ---------------------------------------------------------------------
38 0x08, 0xbf, 0x68, 0x44 // It eq; add eq r0 r13 r0
41 0x08, 0xbf, 0x69, 0x44 // It eq; add eq r1 r13 r1
44 0x08, 0xbf, 0x6a, 0x44 // It eq; add eq r2 r13 r2
47 0x08, 0xbf, 0x6b, 0x44 // It eq; add eq r3 r13 r3
50 0x08, 0xbf, 0x6c, 0x44 // It eq; add eq r4 r13 r4
53 0x08, 0xbf, 0x6d, 0x44 // It eq; add eq r5 r13 r5
56 0x08, 0xbf, 0x6e, 0x44 // It eq; add eq r6 r13 r6
59 0x08, 0xbf, 0x6f, 0x44 // It eq; add eq r7 r13 r7
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/crypto/ripemd/
Drmd-586.asm64 add ecx,edx
66 add ecx,eax
69 add ecx,ebp
74 add ebp,eax
77 add ebp,edx
80 add ebp,ebx
84 add ebx,edx
86 add ebx,eax
89 add ebx,edi
94 add edi,eax
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/ripemd/
Drmd-586.asm64 add ecx,edx
66 add ecx,eax
69 add ecx,ebp
74 add ebp,eax
77 add ebp,edx
80 add ebp,ebx
84 add ebx,edx
86 add ebx,eax
89 add ebx,edi
94 add edi,eax
[all …]
/third_party/spirv-tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2023.6 2023-12-18
4 - General
5 - update_build_version.py produce deterministic header. (#5426)
6 - Support missing git in update_build_version.py (#5473)
7 - Optimizer
8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430)
9 - Do not crash when tryingto fold unsupported spec constant (#5496)
10 - instrument: Fix handling of gl_InvocationID (#5493)
11 - Fix nullptr argument in MarkInsertChain (#5465)
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp1 //===- PassManagerBuilder.cpp - Build Standard Pass -----------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
15 #include "llvm-c/Transforms/PassManagerBuilder.h"
54 RunPartialInlining("enable-partial-inlining", cl::init(false), cl::Hidden,
58 UseGVNAfterVectorization("use-gvn-after-vectorization",
63 "extra-vectorizer-passes", cl::init(false), cl::Hidden,
67 RunLoopRerolling("reroll-loops", cl::Hidden,
70 static cl::opt<bool> RunNewGVN("enable-newgvn", cl::init(false), cl::Hidden,
[all …]
/third_party/skia/third_party/externals/spirv-tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2021.5-dev 2021-11-11
4 - Start v2021.5-dev
6 v2021.4 2021-11-11
7 - General
8 - Add a WebAssembly build (#3752)
9 - Make cxx exceptions controllable (#4591)
10 - Validator
11 - Improve decoration validation (#4490)
12 - Optimizer
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCHANGES1 Revision history for SPIRV-Tools
3 v2021.5-dev 2021-11-11
4 - Start v2021.5-dev
6 v2021.4 2021-11-11
7 - General
8 - Add a WebAssembly build (#3752)
9 - Make cxx exceptions controllable (#4591)
10 - Validator
11 - Improve decoration validation (#4490)
12 - Optimizer
[all …]
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1 Mesa 20.1.0 Release Notes / 2020-05-27
21 ---------------
25 2109055d7660514fc4c1bcd861bcba9db00c026119ae222720111732dba27c83 mesa-20.1.0.tar.xz
28 ------------
30 - GL_ARB_compute_variable_group_size on i965.
31 - GL_EXT_depth_bounds_test on Iris.
32 - GL_EXT_texture_shadow_lod on radeonsi, nvc0.
33 - GL_NV_alpha_to_coverage_dither_control on radeonsi
34 - GL_NV_copy_image on all gallium drivers.
35 - GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast.
[all …]
D19.3.0.rst1 Mesa 19.3.0 Release Notes / 2019-12-12
21 ---------------
25 5fa0e4e9dca79560f6882e362f9db36d81cf96da16cf6a84e0ada7466a99a5d7 mesa-19.3.0.tar.xz
28 ------------
30 - GL_ARB_gl_spirv on i965, iris.
31 - GL_ARB_spirv_extensions on i965, iris.
32 - GL_EXT_demote_to_helper_invocation on iris, i965.
33 - OpenGL 4.6 on i965, iris.
34 - EGL_EXT_image_flush_external
35 - VK_ANDROID_external_memory_android_hardware_buffer on RADV.
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
65 …void add(const char* basename, const char* description, bool small_workgroups, bool use_subgroup_s… in add() function
178 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles()
203 testCase->addRequirement("SubgroupSizeControl.computeFullSubgroups"); in addTestsForAmberFiles()
204 testCase->addRequirement("SubgroupSizeControl.subgroupSizeControl"); in addTestsForAmberFiles()
206 tests->addChild(testCase); in addTestsForAmberFiles()
247 group.add("subgroup_reconverge00", "if/else diverge", small, control, stage); in createSubgroupUniformControlFlowTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupUniformControlFlowTests.cpp1 /*------------------------------------------------------------------------
3 * ------------------------
12 * http://www.apache.org/licenses/LICENSE-2.0
23 *//*--------------------------------------------------------------------*/
63 …void add(const char* basename, bool small_workgroups, bool use_subgroup_size_control, vk::VkShader… in add() function
176 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles()
200 testCase->addRequirement("SubgroupSizeControl.computeFullSubgroups"); in addTestsForAmberFiles()
201 testCase->addRequirement("SubgroupSizeControl.subgroupSizeControl"); in addTestsForAmberFiles()
203 tests->addChild(testCase); in addTestsForAmberFiles()
245 group.add("subgroup_reconverge00", small, control, stage); in createSubgroupUniformControlFlowTests()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dhpeldsp_arm.S2 @ ARMv4-optimized halfpel functions
19 @ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
34 orr \Rd0, \Rd0, \Rn1, lsl #(32 - \shift * 8)
35 orr \Rd1, \Rd1, \Rn2, lsl #(32 - \shift * 8)
36 orr \Rd2, \Rd2, \Rn3, lsl #(32 - \shift * 8)
37 orr \Rd3, \Rd3, \Rn4, lsl #(32 - \shift * 8)
41 orr \R0, \R0, \R1, lsl #(32 - \shift * 8)
43 orr \R1, \R1, \R2, lsl #(32 - \shift * 8)
48 orr \Rdst0, \Rdst0, \Rsrc1, lsl #(32 - (\shift * 8))
49 orr \Rdst1, \Rdst1, \Rsrc2, lsl #(32 - (\shift * 8))
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm/crypto/sha/
Dsha1-x86_64.asm57 and rsp,-64
83 add r13d,ecx
86 add r13d,eax
96 add r12d,ecx
99 add r12d,eax
109 add r11d,ecx
112 add r11d,eax
122 add edi,ecx
125 add edi,eax
135 add esi,ecx
[all …]
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/crypto/sha/
Dsha1-x86_64.asm57 and rsp,-64
83 add r13d,ecx
86 add r13d,eax
96 add r12d,ecx
99 add r12d,eax
109 add r11d,ecx
112 add r11d,eax
122 add edi,ecx
125 add edi,eax
135 add esi,ecx
[all …]

12345678910>>...53