Home
last modified time | relevance | path

Searched +full:unused +full:- +full:but +full:- +full:set +full:- +full:variable (Results 1 – 25 of 1033) sorted by relevance

12345678910>>...42

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/bolt/
DCMakeLists.txt1 SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wno-unused-variable -Wno-unused-but-set-variable")
2 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-variable -Wno-unused-but-set-variable")
3 set(BOLT_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/bolt)
5 cmake_policy(SET CMP0077 NEW)
6 set(USE_GENERAL ON)
7 set(USE_FP32 ON)
8 set(BOLT_FLAGS "${BOLT_FLAGS} -D_USE_GENERAL -D_USE_FP32")
11 set(USE_X86 ON)
12 set(BOLT_FLAGS "${BOLT_FLAGS} -D_USE_X86")
15 set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${BOLT_FLAGS}")
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_register_combiners.txt43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
50 NVIDIA's next-generation graphics processor and its derivative
62 The numeric range of combiner computations is from [-1,1]
65 The set of available combiner inputs is expanded to include the
72 Each combiner variable input can be independently scaled and
86 Each input variable for each combiner stage is fetched from any
87 entry in a combiner register set. Moreover, the outputs of each
88 combiner stage are written into the register set of the subsequent
91 input/output register set).
97 hard-wired and not subsumed by the combiner mechanism as in register
[all …]
DNV_vertex_program4.txt41 This extension builds on the common assembly instruction set
42 infrastructure provided by NV_gpu_program4, adding vertex program-specific
47 being converted to floating-point values as in existing vertex attribute
48 functions. The set of input and output bindings provided includes all
54 clip distances (for user clipping) plus a set of generic attributes that
56 pipeline stages than is possible using only the pre-defined fixed-function
62 expanded feature set. There are a small number of areas where this
122 specify fixed-point coordinates that are not converted to floating-point
123 values, but instead are represented as signed or unsigned integer values.
145 one of three ways: converted to float by normalizing to [0,1] or [-1,1]
[all …]
/third_party/openGLES/extensions/NV/
DNV_register_combiners.txt43 ARB_depth_texture and ARB_shadow -or- SGIX_depth_texture and
50 NVIDIA's next-generation graphics processor and its derivative
62 The numeric range of combiner computations is from [-1,1]
65 The set of available combiner inputs is expanded to include the
72 Each combiner variable input can be independently scaled and
86 Each input variable for each combiner stage is fetched from any
87 entry in a combiner register set. Moreover, the outputs of each
88 combiner stage are written into the register set of the subsequent
91 input/output register set).
97 hard-wired and not subsumed by the combiner mechanism as in register
[all …]
DNV_vertex_program4.txt41 This extension builds on the common assembly instruction set
42 infrastructure provided by NV_gpu_program4, adding vertex program-specific
47 being converted to floating-point values as in existing vertex attribute
48 functions. The set of input and output bindings provided includes all
54 clip distances (for user clipping) plus a set of generic attributes that
56 pipeline stages than is possible using only the pre-defined fixed-function
62 expanded feature set. There are a small number of areas where this
122 specify fixed-point coordinates that are not converted to floating-point
123 values, but instead are represented as signed or unsigned integer values.
145 one of three ways: converted to float by normalizing to [0,1] or [-1,1]
[all …]
/third_party/glslang/
DCMakeLists.txt1 # Copyright (C) 2020-2023 The Khronos Group Inc.
22 # "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
27 # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
37 # https://cmake.org/cmake/help/latest/variable/PROJECT_IS_TOP_LEVEL.html
54 set(LIB_TYPE STATIC)
57 set(LIB_TYPE SHARED)
61 # This logic inside SPIRV-Tools, which can upset build target dependencies
65 set(CMAKE_BUILD_TYPE "Debug")
77 set(ENABLE_GLSLANG_BINARIES OFF)
78 set(GLSLANG_TESTS OFF)
[all …]
/third_party/grpc/bazel/
Dcopts.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
22 "-Wall",
23 "-Wextra",
25 "-Wimplicit-fallthrough",
27 "-Werror",
29 "-Wno-unknown-warning-option",
31 "-Wc++20-extensions",
32 "-Wctad-maybe-unsupported",
33 "-Wdeprecated-increment-bool",
34 "-Wfloat-overflow-conversion",
[all …]
/third_party/skia/third_party/externals/swiftshader/docs/
DVulkanShaderDebugging.md3 …ebugger that uses the [Debug Adapter Protocol](https://microsoft.github.io/debug-adapter-protocol).
5 This debugger is still actively being developed. Please see the [Known Issues](#Known-Issues).
9 …eds to be built using the CMake `SWIFTSHADER_ENABLE_VULKAN_DEBUGGER` flag (`-DSWIFTSHADER_ENABLE_V…
13 …EBUGGER_PORT` - set to an unused port number that will be used to create the DAP localhost socket.…
14- if defined, the debugger will block on `vkCreateDevice()` until a debugger connection is establi…
18variable set, you can connect to the debugger using the following Visual Studio Code `"debugServer…
29 Note that the `"type": "node"` field is unused, but is required.
31 …issues/148373102): Create a Visual Studio Code extension that provides a pre-built SwiftShader dri…
35 You can use the following function breakpoint names to set a breakpoint on the entry to all shaders…
40 # High-level Shader debugging
[all …]
/third_party/gn/src/gn/
Dscope.h2 // Use of this source code is governed by a BSD-style license that can be
10 #include <set>
36 // A containing scope can be const or non-const. The const containing scope is
39 // marking variables "used" which prevents us from issuing errors on unused
40 // variables. So you should use a non-const containing scope whenever possible.
51 // Allows code to provide values for built-in variables. This class will
57 scope_->AddProvider(this); in ProgrammaticProvider()
61 // Returns a non-null value if the given value can be programmatically
74 // When set, all existing avlues in the destination scope will be
77 // When false, it will be an error to merge a variable into another scope
[all …]
Dfunction_template.cc2 // Use of this source code is governed by a BSD-style license that can be
20 to add to the built-in target types.
36 to the template code as an implicit "invoker" variable. The template uses
60 Your template should almost always define a built-in target with the name the
73 variable. This should also be the basis for how other targets that a template
80 something like "${target_name}_action" to make it unique. The source set
85 You can use template to redefine a built-in target in which case your template
86 takes a precedence over the built-in one. All uses of the target from within
87 the template definition will refer to the built-in target which makes it
88 possible to extend the behavior of the built-in target:
[all …]
/third_party/mindspore/mindspore-src/source/
DCMakeLists.txt6 …message(FATAL_ERROR "GCC version must be 7.3.0 and above, but found ${CMAKE_CXX_COMPILER_VERSION}")
18 set(ENABLE_GEN_CODE $ENV{ENABLE_GEN_CODE})
20 set(ENABLE_GEN_CODE on)
21 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DENABLE_GEN_CODE")
23 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake/modules/")
31 set(MACOSX_CXX_WARNING_FLAGS "-Wno-inconsistent-missing-override \
32 -Wno-unused-lambda-capture -Wno-unneeded-internal-declaration -Wno-unused-variable \
33 -Wno-return-std-move")
35 set(MACOSX_CXX_WARNING_FLAGS "${MACOSX_CXX_WARNING_FLAGS} -Wno-unused-but-set-variable")
37 set(CMAKE_CXX_FLAGS_RELEASE
[all …]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUnicodeRegex.java5 * Copyright (C) 2009-2015, Google, International Business Machines Corporation
24 import java.util.Set;
38 * 2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
43 private static final Pattern SUPP_ESCAPE = Pattern.compile("\\\\U00([0-9a-fA-F]{6})");
45 // Note: we don't currently have any state, but intend to in the future,
51 * Set the symbol table for internal processing
77 * <p>Not thread-safe; create a separate copy for different threads.
176 * Compile a composed string from a set of BNF lines; see the List version for more information.
186 * Compile a composed string from a set of BNF lines, such as for composing a regex
187 * expression. The lines can be in any order, but there must not be any
[all …]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DUnicodeRegex.java6 * Copyright (C) 2009-2015, Google, International Business Machines Corporation
25 import java.util.Set;
39 * 2015-sep-03: This is used there, and also in CLDR and in UnicodeTools.
45 // Note: we don't currently have any state, but intend to in the future,
51 * Set the symbol table for internal processing
77 * <p>Not thread-safe; create a separate copy for different threads.
176 * Compile a composed string from a set of BNF lines; see the List version for more information.
186 * Compile a composed string from a set of BNF lines, such as for composing a regex
187 * expression. The lines can be in any order, but there must not be any
201 * quoted (use \\u0023); you can set it to null to disable.
[all …]
/third_party/lame/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
20 "-O2",
21 "-Wall",
22 "-Wno-sign-compare",
23 "-Wimplicit-function-declaration",
24 "-Wno-parentheses",
25 "-Wno-string-conversion",
26 "-Wno-string-plus-int",
27 "-Wno-asm-operand-widths",
28 "-Wno-pointer-sign",
[all …]
/third_party/icu/icu4c/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
41 "-O3",
42 "-W",
43 "-Wall",
44 "-pedantic",
45 "-Wpointer-arith",
46 "-Wwrite-strings",
47 "-std=c++11",
48 "-Wno-ignored-attributes",
49 "-Wno-deprecated-declarations",
[all …]
/third_party/openGLES/extensions/ARB/
DARB_vertex_program.txt22 Bill Licea-Kane
44 Copyright (c) 2002-2013 The Khronos Group Inc. Copyright terms at
49 Khronos-approved extension specifications are updated in response to
103 Unextended OpenGL mandates a certain set of configurable per-vertex
106 per-vertex computations to OpenGL. For example, extensions have defined
111 distance generation (NV_fog_distance), and eye-distance point size
114 Each such extension adds a small set of relatively inflexible
115 per-vertex computations.
118 the underlying programmable floating point engines (whether micro-coded
120 OpenGL's per-vertex computations. The purpose of this extension is to
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_vertex_program.txt22 Bill Licea-Kane
44 Copyright (c) 2002-2013 The Khronos Group Inc. Copyright terms at
93 Unextended OpenGL mandates a certain set of configurable per-vertex
96 per-vertex computations to OpenGL. For example, extensions have defined
101 distance generation (NV_fog_distance), and eye-distance point size
104 Each such extension adds a small set of relatively inflexible
105 per-vertex computations.
108 the underlying programmable floating point engines (whether micro-coded
110 OpenGL's per-vertex computations. The purpose of this extension is to
111 expose to the OpenGL application writer a significant degree of per-vertex
[all …]
/third_party/backends/ChangeLogs/
DChangeLog-1.0.273 Date: 2017-05-22 11:16:40 -0400
5 SANE-backends release 1.0.27
19 Author: Rolf Bensch <roben-guest@alioth.debian.org>
20 Date: 2017-05-20 14:13:19 +0200
22 pixma: i-SENSYS MF240 Series is working
26 Date: 2017-05-19 20:24:14 -0400
31 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
32 Date: 2017-05-15 21:37:34 +0900
38 Date: 2017-05-14 21:34:36 -0400
45 Author: Olaf Meeuwissen <paddy-hack@member.fsf.org>
[all …]
/third_party/mesa3d/src/microsoft/vulkan/
Dmeson.build2 # SPDX-License-Identifier: MIT
9 prog_python, '@INPUT0@', '--xml', '@INPUT1@', '--proto', '--weak',
10 '--out-h', '@OUTPUT0@', '--out-c', '@OUTPUT1@', '--prefix', 'dzn',
11 '--beta', with_vulkan_beta.to_string()
47 dzn_flags += '-DVK_USE_PLATFORM_WIN32_KHR'
53 '-Werror=unused-variable',
54 '-Werror=unused-but-set-variable',
55 '-Werror=unused-value',
56 '-Werror=format',
57 '-Werror=switch',
[all …]
/third_party/mesa3d/src/amd/addrlib/
Dmeson.build2 # SPDX-License-Identifier: MIT
51 cpp_args_addrlib = ['-DADDR_FASTCALL=']
54 cpp_args_addrlib += '-DLITTLEENDIAN_CPU'
56 cpp_args_addrlib += '-DBIGENDIAN_CPU'
60 cpp_args_addrlib += '-DDEBUG=0'
62 cpp_args_addrlib += '-DDEBUG=1'
66 ['-Wno-unused-variable', '-Wno-unused-local-typedefs',
67 '-Wno-unused-but-set-variable', '-Wno-maybe-uninitialized',
68 '-Wno-self-assign', '/wd4189', '-Wno-uninitialized']
/third_party/rust/crates/cxx/gen/build/src/
Derror.rs31 "https://doc.rust-lang.org/cargo/reference/build-scripts.html#the-links-manifest-key";
34 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
37 write!(f, "missing {} environment variable", var.to_string_lossy()) in fmt()
42 "element of {} must be absolute path, but was: {:?}", in fmt()
53 "if {} is nonempty then `links` needs to be set in Cargo.toml; see {}", in fmt()
59 "if {} is nonempty then `links` needs to be set in Cargo.toml; see {}", in fmt()
65 "if {} is nonempty then `links` needs to be set in Cargo.toml; see {}", in fmt()
69 Error::UnusedExportedPrefix(unused) => write!( in fmt()
71 … "unused element in {}: {:?} does not match the include prefix of any direct dependency", in fmt()
73 unused, in fmt()
[all …]
/third_party/backends/
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
40 "--source-dir",
54 "-Wall",
55 "-g",
56 "-O2",
57 "-fPIC",
58 "-DPIC",
59 "-D_REENTRANT",
60 "-DHAVE_CONFIG_H",
61 "-Wno-format",
[all …]
/third_party/mindspore/mindspore-src/source/cmake/external_libs/
Dflatbuffers.cmake1 set(ENABLE_NATIVE_FLATBUFFER "off")
3 set(ENABLE_NATIVE_FLATBUFFER on)
7 set(FLATC "${native_flatbuffer_path}/bin")
8 set(FLAT_BUFFERS "")
9 set(flatbuffers_INC "${native_flatbuffer_path}/common")
11 set(FLATBUFFER_TEMPALTE "${native_flatbuffer_path}/template")
17 set(flatbuffers_CXXFLAGS "/DWIN32 /D_WINDOWS /W3 /GR /EHsc")
18 set(flatbuffers_CFLAGS "${CMAKE_C_FLAGS}")
19 set(flatbuffers_LDFLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
20 set(_ms_tmp_CMAKE_STATIC_LIBRARY_PREFIX ${CMAKE_STATIC_LIBRARY_PREFIX})
[all …]
/third_party/rust/rust/src/doc/rustc/src/lints/
Dlevels.md7 3. force-warn
17 These lints exist, but by default, do nothing. For example, consider this
27 $ rustc lib.rs --crate-type=lib
31 But this code violates the `missing_docs` lint.
50 $ rustc lib.rs --crate-type=lib
51 warning: unused variable: `x`
52 --> lib.rs:2:9
61 ## force-warn
63 'force-warn' is a special lint level. It's the same as 'warn' in that a lint
64 at this level will produce a warning, but unlike the 'warn' level, the
[all …]
/third_party/cares/cmake/
DEnableWarnings.cmake2 # SPDX-License-Identifier: MIT
14 # Remove all warning flags, add -w to suppress built-in warnings.
25 # file - this is due to really weird and annoying legacy behavior of CMAKE_C_FLAGS.
28 # Restore the last set of flags that were saved with push_warnings(). Note that modifications…
35 set(_internal_enable_warnings_already_run TRUE)
42 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
50 # Ex.: remove_warnings(-Wall -Wdouble-promotion -Wcomment) prunes those warnings flags from the com…
53 set(langs C)
59 set(toadd)
60 set(in_explicit_disable FALSE)
[all …]

12345678910>>...42