/external/libabigail/tests/data/test-diff-suppr/ |
D | test1-typedef-suppr.h | 7 struct b_type; 10 bar(struct b_type* b);
|
D | test1-typedef-suppr-v0.c | 16 struct b_type struct 22 bar(struct b_type* b) in bar() argument
|
D | test1-typedef-suppr-v1.c | 17 struct b_type struct 24 bar(struct b_type* b) in bar() argument
|
D | test1-typedef-suppr-0.suppr | 6 name = b_type
|
D | test1-typedef-suppr-1.suppr | 6 name = b_type
|
/external/llvm-project/mlir/test/Dialect/SPIRV/ |
D | target-and-abi.mlir | 178 // CHECK-SAME: {a_type = i8, b_type = i8, c_type = i32, 181 // CHECK-SAME: {a_type = f16, b_type = f16, c_type = f16, 193 b_type = i8, 202 b_type = f16,
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_arrays_test.py | 68 for a_type, b_type, out_type in types: 69 o = f(a.astype(a_type), b.astype(b_type)) 130 for a_type, b_type in types: 131 o = f(a.astype(a_type), b.astype(b_type))
|
/external/tensorflow/tensorflow/python/ops/ |
D | sparse_grad.py | 172 b_type = b.dtype.base_dtype 173 if a_type != b_type: 175 "different types: ", a_type, " and ", b_type)
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local 46 if (a_type == b_type) { in DoPointeesLogicallyMatch() 51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 44 uint32_t b_type = b->GetOperandAs<uint32_t>(2); in DoPointeesLogicallyMatch() local 46 if (a_type == b_type) { in DoPointeesLogicallyMatch() 51 Instruction* b_type_inst = _.FindDef(b_type); in DoPointeesLogicallyMatch()
|
/external/python/cpython3/Include/cpython/ |
D | frameobject.h | 12 int b_type; /* what kind of block this is */ member
|
/external/python/cpython2/Include/ |
D | frameobject.h | 11 int b_type; /* what kind of block this is */ member
|
/external/python/cpython2/Modules/ |
D | cgen.py | 253 b_type, b_mode, b_factor, b_sub = database[n-1] 255 database[n-1] = b_type, 'i', a_factor, repr(i)
|
/external/python/cpython3/Lib/ |
D | filecmp.py | 171 b_type = stat.S_IFMT(b_stat.st_mode) 172 if a_type != b_type:
|
/external/python/cpython2/Lib/ |
D | filecmp.py | 161 b_type = stat.S_IFMT(b_stat.st_mode) 162 if a_type != b_type:
|
/external/llvm-project/flang/test/Lower/ |
D | pre-fir-tree02.f90 | 152 type, extends(a_type) :: b_type type
|
/external/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 74 short b_type; /* SKIP means suppress fcntl call */ member 805 if ((thiscase->b_type) != SKIP) { in run_test() 806 flock.l_type = thiscase->b_type; in run_test()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/ |
D | hlo_ops.cc | 2753 auto b_type = op.b().getType().dyn_cast<RankedTensorType>(); in Verify() local 2755 if (!b_type) return success(); in Verify() 2758 auto b_rank = b_type.getRank(); in Verify() 2761 << a_type << " and " << b_type; in Verify() 2765 b_type.getDimSize(b_rank - (op.left_side() ? 2 : 1))) in Verify() 2768 << a_type << " and " << b_type; in Verify() 2772 auto b_batch_dims = b_type.getShape().drop_back(2); in Verify() 2776 << a_type << " and " << b_type; in Verify() 2781 if (result_type != b_type) in Verify() 2784 << result_type << " and " << b_type; in Verify()
|
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/ |
D | TargetAndABI.td | 48 StructFieldAttr<"b_type", TypeAttr>,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | example_parsing_ops_test.cc | 146 template <typename S, BenchmarkType b_type> 148 int benchmark_type = b_type;
|
/external/python/cpython2/Objects/ |
D | genobject.c | 411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
|
D | frameobject.c | 374 if (b->b_type == SETUP_WITH) { in frame_setlineno() 791 b->b_type = type; in PyFrame_BlockSetup()
|
/external/python/cpython2/Python/ |
D | ceval.c | 3234 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx() 3248 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx() 3253 if (b->b_type == SETUP_FINALLY || in PyEval_EvalFrameEx() 3254 (b->b_type == SETUP_EXCEPT && in PyEval_EvalFrameEx() 3256 b->b_type == SETUP_WITH) { in PyEval_EvalFrameEx() 3269 if (b->b_type == SETUP_EXCEPT || in PyEval_EvalFrameEx() 3270 b->b_type == SETUP_WITH) { in PyEval_EvalFrameEx()
|
/external/vulkan-validation-layers/layers/ |
D | shader_validation.cpp | 364 …ULE_STATE const *a, SHADER_MODULE_STATE const *b, unsigned a_type, unsigned b_type, bool a_arrayed, in TypesMatch() argument 368 auto b_insn = b->get_def(b_type); in TypesMatch() 375 return TypesMatch(a, b, a_insn.word(2), b_type, false, b_arrayed, relaxed); in TypesMatch() 384 return TypesMatch(a, b, a_insn.word(2), b_type, a_arrayed, b_arrayed, false); in TypesMatch()
|
/external/python/cpython3/Objects/ |
D | frameobject.c | 949 b->b_type = type; in PyFrame_BlockSetup()
|