| /third_party/opencl-headers/.github/workflows/ |
| D | linux.yml | 7 runs-on: ubuntu-18.04 8 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127 19 - C_COMPILER: gcc-7 20 CXX_COMPILER: g++-7 25 - C_COMPILER: gcc-7 26 CXX_COMPILER: g++-7 31 - C_COMPILER: gcc-7 32 CXX_COMPILER: g++-7 37 - C_COMPILER: gcc-7 38 CXX_COMPILER: g++-7 [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", in TEST_F() 55 // clang-format on in TEST_F() 81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F() 83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F() 84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F() 87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 36 // Test to make sure we replace 5*8. 39 // clang-format off in TEST_F() 49 "%uint_8 = OpConstant %uint 8", in TEST_F() 51 "%8 = OpLabel", in TEST_F() 55 // clang-format on in TEST_F() 81 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F() 83 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F() 84 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F() 87 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/ |
| D | strength_reduction_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 31 // Test to make sure we replace 5*8. 34 // clang-format off in TEST_F() 44 "%uint_8 = OpConstant %uint 8", in TEST_F() 46 "%8 = OpLabel", in TEST_F() 50 // clang-format on in TEST_F() 76 ; CHECK-DAG: [[five:%[a-zA-Z_\d]+]] = OpConstant %uint 5 in TEST_F() 78 ; We have RE2 regular expressions, so \w matches [_a-zA-Z0-9]. in TEST_F() 79 ; This shows the preferred pattern for matching SPIR-V identifiers. in TEST_F() 82 ; CHECK-DAG: [[four:%\w+]] = OpConstant %uint 4 in TEST_F() [all …]
|
| D | remove_dontinline_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 37 "%8 = OpLabel", in TEST_F() 40 // clang-format on in TEST_F() 48 // clang-format off in TEST_F() 56 "%8 = OpLabel", in TEST_F() 59 // clang-format on in TEST_F() 69 // clang-format off in TEST_F() 77 "%8 = OpLabel", in TEST_F() 80 // clang-format on in TEST_F() [all …]
|
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 110 // clang-format on in TEST_F() 120 // clang-format off in TEST_F() 133 // clang-format on in TEST_F() [all …]
|
| /third_party/libexif/ |
| D | .travis.yml | 16 - autopoint 21 - CONFIG=normal 22 - CONFIG=c90 23 - CONFIG=stackprotect 24 - CONFIG=disable-nls 26 - MAKEFLAGS='-j 2' 29 - clang 30 - gcc 33 - linux 34 - osx [all …]
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/ |
| D | gen_mtl_internal_shaders.py | 3 # Use of this source code is governed by a BSD-style license that can be 19 template_header_boilerplate = """// GENERATED FILE - DO NOT EDIT. 23 // Use of this source code is governed by a BSD-style license that can be 56 binary = 'clang-cl.exe' 58 binary = 'clang++' 60 clang = os.path.join('..', '..', '..', '..', '..', 'third_party', 'llvm-build', 63 if not os.path.isfile(clang): 64 raise Exception('Cannot find clang') 66 return clang 96 # -------- Generate shader constants ----------- [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 90 %8 = OpTypePointer Function %7 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 79 %8 = OpTypeInt 32 1 in TEST_F() 80 %9 = OpTypePointer Function %8 in TEST_F() 81 %10 = OpConstant %8 0 in TEST_F() 82 %11 = OpConstant %8 10 in TEST_F() 90 %19 = OpConstant %8 1 in TEST_F() 98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F() 115 %23 = OpIAdd %8 %22 %19 in TEST_F() 134 %8 = OpTypeInt 32 1 in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 90 %8 = OpTypePointer Function %7 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 170 %8 = OpConstant %6 0 in TEST_F() 190 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 79 %8 = OpTypeInt 32 1 in TEST_F() 80 %9 = OpTypePointer Function %8 in TEST_F() 81 %10 = OpConstant %8 0 in TEST_F() 82 %11 = OpConstant %8 10 in TEST_F() 90 %19 = OpConstant %8 1 in TEST_F() 98 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F() 115 %23 = OpIAdd %8 %22 %19 in TEST_F() 134 %8 = OpTypeInt 32 1 in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 43 for (Function& f : *context()->module()) { in Process() 48 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 73 // clang-format off in TEST_F() 89 %8 = OpTypePointer Function %7 in TEST_F() 125 // clang-format on in TEST_F() 129 Module* module = context->module(); in TEST_F() 155 // clang-format off in TEST_F() 169 %8 = OpConstant %6 0 in TEST_F() 189 %25 = OpPhi %6 %8 %23 %26 %27 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 63 // clang-format off in TEST_F() 77 %8 = OpTypeInt 32 1 in TEST_F() 78 %9 = OpTypePointer Function %8 in TEST_F() 79 %10 = OpConstant %8 0 in TEST_F() 80 %11 = OpConstant %8 10 in TEST_F() 88 %19 = OpConstant %8 1 in TEST_F() 96 %22 = OpPhi %8 %10 %20 %23 %24 in TEST_F() 113 %23 = OpIAdd %8 %22 %19 in TEST_F() 132 %8 = OpTypeInt 32 1 in TEST_F() [all …]
|
| /third_party/icu/ |
| D | .travis.yml | 7 - name: "c: docs" 14 - doxygen 16 - cd icu4c/source 17 - ./runConfigureICU Linux --disable-renaming 20 # The Doxygen version from Travis is down-rev, and doesn't recognize some options 23 …- set +o pipefail && make doc 2>&1 | tee doxygen.log && ( ! grep -P 'warning:(?! .* file Doxyfile)… 26 - name: "j" 31 - ant 32 - ant-optional 35 - cd icu4j [all …]
|
| /third_party/bzip2/ |
| D | bzip2.spec | 2 Version: 1.0.8 4 Summary: A high-quality data compressor 8 Source0: https://sourceware.org/pub/bzip2/%{name}-%{version}.tar.gz 11 Patch0: 0001-add-compile-option.patch 12 Patch1: 0002-CVE-2019-12900.patch 13 Patch2: 0003-license-and-version-print-should-output-to-stdout-and-exit-with-code-0.patch 17 Provides: bzip2-libs 18 Obsoletes: bzip2-libs 21 bzip2 is a freely available, patent free, high-quality data compressor. 28 Requires: %{name} = %{version}-%{release} [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/pre_commit/ |
| D | README_CN.md | 1 # pre-push快速指引 3 <!-- TOC --> 5 - [pre-push快速指引](#pre-push快速指引) 6 - [本地使用pre-push步骤](#本地使用pre-push步骤) 7 - [附:常见问题QA](#附常见问题qa) 8 - [附:手动安装代码检查工具](#附手动安装代码检查工具) 9 - [Windows环境](#windows环境) 10 - [Linux环境](#linux环境) 11 - [Mac环境](#mac环境) 12 - [附:工具版本建议](#附工具版本建议) [all …]
|
| D | README.md | 1 # pre-push Quick Guide 3 <!-- TOC --> 5 - [Pre-push Quick Guide](#pre-push-quick-guide) 6 - [Procedure for Using pre-push Locally](#procedure-for-using-pre-push-locally) 7 - [Appendix: FAQs](#appendix-faqs) 8 … - [Appendix: Manually Installing Code Check Tools](#appendix-manually-installing-code-check-tools) 9 - [Windows Environment](#windows-environment) 10 - [Linux Environment](#linux-environment) 11 - [macOS Environment](#macos-environment) 12 - [Appendix: Suggestions on Tool Versions](#appendix-suggestions-on-tool-versions) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | ComputeTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 #include "spirv-tools/libspirv.hpp" 29 return alignment * ((val + alignment - 1) / alignment); in alignUp() 87 printf("-- WARNING: Disassembly does not match assembly: ---\n\n"); in compileSpirv() 89 auto splitLines = [](const std::string &str) -> std::vector<std::string> { in compileSpirv() 109 printf("\n\n---\nExpected:\n\n%s", disassembled.c_str()); in compileSpirv() 152 ASSERT_TRUE(device->IsValid()); in test() 171 size_t magic0Offset = alignElements - 1; in test() 174 size_t magic2Offset = alignUp(magic1Offset + 1, alignElements) - 1; in test() 181 VK_ASSERT(device->AllocateMemory(buffersSize, in test() [all …]
|
| /third_party/FreeBSD/ |
| D | UPDATING | 9 https://docs.freebsd.org/en/books/handbook/cutting-edge/#makeworld 16 14.1-RELEASE. 56 non-compliant MTAs; please see the first 8.18.1 release note in 89 Move standard include files to the clibs-dev package and move clang 90 internal libraries and headers to clang and clang-dev. Upgrading systems 94 pkg upgrade -y FreeBSD-utilities 95 pkg upgrade -y FreeBSD-utilities-dev 96 pkg upgrade -y 114 Following the general removal of MIPS support, the ath(4) AHB bus- 122 Out-of-tree kernel modules will need to be rebuilt. [all …]
|
| /third_party/vixl/src/ |
| D | compiler-intrinsics-vixl.h | 33 #include "globals-vixl.h" 56 // clang-format off 62 // clang-format on 66 // https://gcc.gnu.org/onlinedocs/gcc-$MAJOR.$MINOR.$PATCHLEVEL/gcc//Other-Builtins.html 68 // clang-format off 74 // clang-format on 80 // clang-format off 87 // clang-format on 94 return (value != 0) && ((value & (value - 1)) == 0); in IsPowerOf2() 112 inline int CountLeadingSignBits(V value, int width = (sizeof(V) * 8)) { [all …]
|
| /third_party/vk-gl-cts/framework/delibs/cmake/ |
| D | Defs.cmake | 1 #------------------------------------------------------------------------- 3 # ---------------------------- 11 # http://www.apache.org/licenses/LICENSE-2.0 19 #------------------------------------------------------------------------- 71 # Prevent mixed compile with GCC and Clang 74 elseif (NOT (CMAKE_C_COMPILER_ID MATCHES "Clang") EQUAL (CMAKE_CXX_COMPILER_ID MATCHES "Clang")) 75 message(FATAL_ERROR "CMake C and CXX compilers do not match. Both or neither must be Clang.") 84 elseif (CMAKE_C_COMPILER_ID MATCHES "Clang") 104 DE_MAKE_ENV_BOOL("DE_COMPILER" "CLANG") 117 if (DE_PTR_SIZE EQUAL 8) [all …]
|
| /third_party/cmsis/CMSIS/Core/Include/a-profile/ |
| D | cmsis_clang_a.h | 4 * SPDX-License-Identifier: Apache-2.0 10 * www.apache.org/licenses/LICENSE-2.0 20 * CMSIS-Core(A) Compiler LLVM/Clang Header File 26 #pragma clang system_header /* treat file as system include file */ 69 #pragma clang diagnostic push 70 #pragma clang diagnostic ignored "-Wpacked" 72 #pragma clang diagnostic pop 73 …#define __UNALIGNED_UINT16_WRITE(addr, val) (void)((((struct T_UINT16_WRITE *)(void *)(addr))->… 76 #pragma clang diagnostic push 77 #pragma clang diagnostic ignored "-Wpacked" [all …]
|