/external/mesa3d/src/compiler/nir/ |
D | nir_opcodes.py | 36 input_types, is_conversion, algebraic_properties, const_expr, argument 78 assert isinstance(const_expr, str) 93 self.const_expr = const_expr 158 is_conversion, algebraic_properties, const_expr, description = ""): argument 162 const_expr, description) 164 def unop_convert(name, out_type, in_type, const_expr, description = ""): argument 165 opcode(name, 0, out_type, [0], [in_type], False, "", const_expr, description) 167 def unop(name, ty, const_expr, description = "", algebraic_properties = ""): argument 168 opcode(name, 0, ty, [0], [ty], False, algebraic_properties, const_expr, 172 const_expr, description = ""): argument [all …]
|
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | singular.rs | 47 const_expr: bool, in default_value() 50 .default_value(customize, const_expr) in default_value()
|
D | mod.rs | 82 const_expr: bool, in default() 85 FieldKind::Singular(s) => s.default_value(customize, reference, const_expr), in default()
|
/external/clang/test/SemaCXX/ |
D | cxx98-compat.cpp | 145 constexpr int const_expr = 0; // expected-warning {{'constexpr' specifier is incompatible with C++9… variable 146 decltype(const_expr) decl_type = 0; // expected-warning {{'decltype' type specifier is incompatible… 147 __decltype(const_expr) decl_type2 = 0; // ok
|
/external/mbedtls/library/ |
D | common.h | 80 #define STATIC_ASSERT_EXPR(const_expr) \ argument 81 (0 && sizeof(struct { unsigned int STATIC_ASSERT : 1 - 2 * !(const_expr); }))
|
/external/openthread/third_party/mbedtls/repo/library/ |
D | common.h | 84 #define STATIC_ASSERT_EXPR(const_expr) \ argument 85 (0 && sizeof(struct { unsigned int STATIC_ASSERT : 1 - 2 * !(const_expr); }))
|
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/ |
D | rust_types_values.rs | 215 pub fn default_value(&self, customize: &Customize, const_expr: bool) -> String { in default_value() 238 RustType::EnumOrUnknown(_, _, number) if const_expr => format!( in default_value() 243 RustType::EnumOrUnknown(ref name, ref default, ..) if !const_expr => format!( in default_value() 253 pub fn default_value_typed(self, customize: &Customize, const_expr: bool) -> RustValueTyped { in default_value_typed() 255 value: self.default_value(customize, const_expr), in default_value_typed()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | tensor_desc.cc | 385 const std::string& const_expr, in PerformConstExpr() argument 387 if (const_expr == "type" || const_expr == "scalar_type") { in PerformConstExpr() 388 const int vec_size = const_expr == "scalar_type" ? 1 : 4; in PerformConstExpr() 391 } else if (const_expr == "zero_value" || const_expr == "scalar_zero_value") { in PerformConstExpr() 392 const int vec_size = const_expr == "scalar_zero_value" ? 1 : 4; in PerformConstExpr() 397 absl::StrCat("Can not resolve constant expression - ", const_expr)); in PerformConstExpr()
|
D | arguments.h | 135 const std::string& const_expr,
|
D | gpu_object_desc.h | 183 const std::string& const_expr, in PerformConstExpr() argument
|
D | arguments.cc | 474 const std::string& const_expr, in ResolveConstExpr() argument 478 RETURN_IF_ERROR(desc_ptr->PerformConstExpr(gpu_info, const_expr, result)); in ResolveConstExpr()
|
D | tensor_desc.h | 69 const std::string& const_expr,
|
/external/bcc/src/lua/bpf/ |
D | bpf.lua | 48 local const_expr = { 374 code.seen_cmp = const_expr[op](V[a].const, V[b].const) and ALWAYS or NEVER 392 code.seen_cmp = const_expr[op](c, b) and ALWAYS or NEVER 436 vset(dst, nil, const_expr[op](V[a].const, b)) 456 if type(op) == 'string' then op = const_expr[op] end
|
/external/grpc-grpc-java/xds/third_party/googleapis/src/main/proto/google/api/expr/v1alpha1/ |
D | syntax.proto | 207 Constant const_expr = 3; field
|
/external/googleapis/google/api/expr/v1alpha1/ |
D | syntax.proto | 225 Constant const_expr = 3; field
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client_test.py | 1659 const_expr = ops.Sub(b, a) 1660 non_const_expr = ops.Mul(const_expr, x) 1661 self.assertTrue(c.is_constant(const_expr))
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 307 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 369 HANDLE_DW_AT(0x6c, const_expr, 4, DWARF)
|